Age | Commit message (Expand) | Author |
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 |