arch: Use shared_ptr for all Faults
[gem5.git] / src / sim / tlb.hh
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-05-09 Geoffrey Blakearch, arm: Preserve TLB bootUncacheability when switchi...
2013-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2013-01-07 Andreas Sandbergarch: Add support for invalidating TLBs when draining
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-09-25 Ali SaidiARM: Squash outstanding walks when instructions are...
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackTLB: Make a TLB base class and put a virtual demapPage...
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackAddress translation: De-templatize the GenericTLB class.
2007-08-28 Gabe BlackMerge with head.
2007-08-28 Gabe BlackAddress Translation: Make the Generic TLB only compile...
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...