summaryrefslogtreecommitdiff
path: root/src/arch/power/tlb.cc
AgeCommit message (Expand)Author
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2017-12-22arch,cpu: "virtualize" the TLB interface.Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-06-06stats: Fixing regStats function for some SimObjectsDavid Guillen Fandos
2016-04-07Revert to 74c1e6513bd0 (sim: Thermal support for Linux)Andreas Sandberg
2014-11-18power: Add power states to ClockedObjectAkash Bagdia
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-05-05mem, cpu: Add a separate flag for strictly ordered memoryAndreas Sandberg
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2013-06-03arch: Create a method to finalize physical addressesAndreas Sandberg
2012-03-09CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPUGeoffrey Blake
2012-01-29Implement Ali's review feedback.Gabe Black
2012-01-07Merge with main repository.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-10-30SE/FS: Remove the last references to FULL_SYSTEM from POWER.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-09-10style: fix sorting of includes and whitespace in some filesNathan Binkert
2010-06-15stats: only consider a formula initialized if there is a formulaNathan Binkert
2010-02-12Power ISA: Add an alignment fault to Power ISA and check alignment in TLB.Timothy M. Jones
2009-10-27POWER: Add support for the Power ISATimothy M. Jones