Age | Commit message (Expand) | Author |
2010-08-13 | CPU: Tidy up endianness handling for mmapped "IPR"s. | Gabe Black |
2009-08-01 | Clean up some inconsistencies with Request flags. | Steve Reinhardt |
2009-07-09 | SPARC: Fold the MiscRegFile all the way into the ISA object. | 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 |
2009-01-30 | Errors: Use the correct panic/warn/fatal/info message in some places. | Ali Saidi |
2008-11-10 | mem: update stuff for changes to Packet and Request | Nathan Binkert |
2008-10-21 | style: Use the correct m5 style for things relating to interrupts. | Nathan Binkert |
2008-10-12 | CPU: Eliminate the get_vec function. | Gabe Black |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
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 |
2008-01-01 | SPARC: Fix a bug where the TLB would match against the wrong entries. | Gabe Black |
2007-11-30 | SPARC: Fixes for invalidateAll and demapAll in the SPARC TLBs. | Gabe Black |
2007-11-19 | Serialization: Serialize SPARC PTEs last so their nameOut() calls don't inter... | Ali Saidi |
2007-09-28 | Rename cycles() function to ticks() | Ali Saidi |
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-26 | SPARC: Make sure unaligned access are caught on cached translations as well. | Gabe Black |
2007-08-13 | SPARC: Move tlb state into the tlb. | Gabe Black |
2007-08-13 | SPARC: Make the spill and fill handlers use the correct ASI, and let No_Fault... | Gabe Black |
2007-07-26 | Merge python and x86 changes with cache branch | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-06-30 | Get rid of Packet result field. Error responses are | Steve Reinhardt |
2007-03-08 | Panic if any CMT registers are accessed | Ali Saidi |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-02-21 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-21 | add pseduo instruction support for sparc | Ali Saidi |
2007-02-21 | Fix compile issues on gcc 4.1.x related to namespaces. | Nathan Binkert |
2007-02-18 | implement vtophys and 32bit gdb support | Ali Saidi |
2007-02-02 | more sparc fixes | Ali Saidi |
2007-01-31 | make sparc fs less chatty | Ali Saidi |
2007-01-30 | Make SPARC checkpointing work | Ali Saidi |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-27 | Got rid of some DPRINTFs that were printing raw pointers. | Gabe Black |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-25 | fix smul and sdiv to sign extend, and handle overflow/underflow corretly | Ali Saidi |
2007-01-23 | use pstate.am to mask off PC/NPC where it needs to +be | Ali Saidi |
2007-01-22 | clean up fault code a little bit | Ali Saidi |
2007-01-22 | use writeTagAccess() function to unify writing of Tag access registers | Ali Saidi |
2007-01-21 | make sure that page bits of VA on tlb insert are 0 | Ali Saidi |
2007-01-20 | atually set all 64 bits of the retun value to 0 | Ali Saidi |
2007-01-20 | Rearange tlb code to remove some duplicate | Ali Saidi |
2007-01-17 | Allow ASI_LDTX_REAL | Ali Saidi |
2007-01-17 | do a linear search for matching tlb entries instead of using map because you ... | Ali Saidi |
2007-01-17 | Implement reading writing of sync fault status register and address register | Ali Saidi |