Age | Commit message (Expand) | Author |
2011-02-11 | O3: Enhance data address translation by supporting hardware page table walkers. | Giacomo Gabrielli |
2011-02-03 | Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh. | Gabe Black |
2010-12-07 | ARM: Support switchover with hardware table walkers | Ali Saidi |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2009-04-08 | tlb: More fixing of unified TLB | Nathan Binkert |
2009-04-08 | tlb: Don't separate the TLB classes into an instruction TLB and a data TLB | Gabe Black |
2009-02-25 | CPU: Implement translateTiming which defers to translateAtomic, and convert t... | Gabe Black |
2009-02-25 | ISA: Replace the translate functions in the TLBs with translateAtomic. | Gabe Black |
2008-02-26 | TLB: Make a TLB base class and put a virtual demapPage function in it. | Gabe Black |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-28 | Address translation: De-templatize the GenericTLB class. | Gabe Black |
2007-08-27 | Address Translation: Make the Generic TLB only compile in SE mode. | Gabe Black |
2007-08-26 | Address translation: Make the page table more flexible. | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |