Age | Commit message (Expand) | Author |
2016-02-15 | misc: Add missing overrides to appease clang | 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 |
2013-01-07 | cpu: Flush TLBs on switchOut() | Andreas Sandberg |
2013-01-07 | arch: Add support for invalidating TLBs when draining | Andreas Sandberg |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-03-09 | CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU | Geoffrey Blake |
2011-10-13 | SPARC: Remove the last checks of FULL_SYSTEM. | Gabe Black |
2011-10-10 | SPARC: Let the TLB have friends in FS mode. | Gabe Black |
2011-10-10 | SPARC: Turn on handleIprRead and handleIprWrite in SE in SPARC. | Gabe Black |
2011-02-03 | Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh. | Gabe Black |
2010-11-11 | SPARC: Clean up some historical style issues. | 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-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-23 | sparc: Fix style, create a helper function for translation. | Nathan Binkert |
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 SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-08-13 | SPARC: Move tlb state into the tlb. | Gabe Black |
2007-02-18 | implement vtophys and 32bit gdb support | Ali Saidi |
2006-12-27 | Bug fixes in the TLB | Ali Saidi |
2006-12-16 | Merge zizzer:/bk/sparcfs/ | Gabe Black |
2006-12-16 | Compiler error fix. | Gabe Black |
2006-12-15 | Optimized the TLB translations with some caching | Ali Saidi |
2006-12-09 | Allocate the correct number of global registers | Ali Saidi |
2006-11-29 | Add support for mmapped iprs to atomic cpu | Ali Saidi |
2006-11-23 | first cut at a sparc tlb | Ali Saidi |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-10 | Elaborated on the tlb stubs so that they just set the physical address to the... | Gabe Black |
2006-11-08 | Stubs for SPARC's tlbs | Gabe Black |
2006-11-01 | Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ... | Gabe Black |
2006-05-29 | split off fullsystem and se iprs into two functions to remove lots of #ifs | Ali Saidi |