Age | Commit message (Expand) | Author |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2015-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-02-11 | sim: Move the BaseTLB to src/arch/generic/ | Andreas Sandberg |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-05-09 | arch, arm: Preserve TLB bootUncacheability when switching CPUs | Geoffrey Blake |
2013-06-03 | arch: Create a method to finalize physical addresses | Andreas Sandberg |
2012-03-09 | CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU | Geoffrey Blake |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-02-03 | Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh. | Gabe Black |
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-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
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-09-27 | style: Make a style pass over the whole arch/alpha directory. | Nathan Binkert |
2008-09-27 | alpha: Clean up namespace usage. | Nathan Binkert |
2008-09-27 | alpha: Get rid fo the namespace called EV5. | Nathan Binkert |
2008-08-13 | Return an UnimpFault for an ITB translation of an uncachable address. We don'... | Ali Saidi |
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-26 | Address translation: Make the page table more flexible. | Gabe Black |
2007-08-08 | alpha: Quick fix for things related to TLB MRU cache. | Vincentius Robby |
2007-08-07 | Alpha: Fix an off by one error with the tlb caching mechanism. | Gabe Black |
2007-08-04 | alpha: Implement a cache for recently used page table entries | Vincentius Robby |
2006-10-31 | Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes mor... | Gabe Black |
2006-08-15 | Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph... | Gabe Black |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |