Age | Commit message (Expand) | Author |
2008-02-11 | Wait to set BUILD_DIR until *after* env is copied. | Steve Reinhardt |
2008-02-05 | Cleaned up os.path imports a bit. | Steve Reinhardt |
2008-02-05 | Make EXTRAS work for SConsopts too. | Steve Reinhardt |
2008-01-23 | X86: Put an SMBios/DMI table in memory. | Gabe Black |
2008-01-23 | X86: Optomize the bit scanning instruction microassembly a little. More can b... | Gabe Black |
2008-01-22 | X86: Implement and attach the BSR and BSF instructions. | Gabe Black |
2008-01-21 | X86: Fill out group17 in the decoder. | Gabe Black |
2008-01-21 | X86: Use the existing boot_osflags instead of duplicating it. | Gabe Black |
2008-01-16 | Update long o3 regressions for o3 change in previous changeset | Ali Saidi |
2008-01-15 | Update O3 ref outputs: very minor stats change due to previous cset. | Steve Reinhardt |
2008-01-14 | The reason is that the event is supposed to put the instructions ready to exe... | Ke Meng |
2008-01-12 | X86: Redo the bit test instructions. | Gabe Black |
2008-01-12 | X86: Fix the wrmsr instruction. | Gabe Black |
2008-01-12 | X86: Make the effective segment base shadow the regular one, not the selector. | Gabe Black |
2008-01-12 | X86: Make the IO ports work using extra physical address lines. Add a serial ... | Gabe Black |
2008-01-12 | X86: Fix the general IO instructions dataSize. | Gabe Black |
2008-01-06 | Temporary fix for ll/sc bug see flyspray task for more info: | Geoffrey Blake |
2008-01-02 | Very minor memtest regression stats changes from recent coherence bug fixes. | Steve Reinhardt |
2008-01-02 | Add ReadRespWithInvalidate to handle multi-level coherence situation | Steve Reinhardt |
2008-01-02 | Mark cache-to-cache MSHRs as downstreamPending when necessary. | Steve Reinhardt |
2008-01-02 | Don't DPRINTF in the middle of a PrintReq. | Steve Reinhardt |
2008-01-02 | Bug fix: functional cache port now needs otherPort set. | Steve Reinhardt |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2008-01-02 | Fix formatting and comments in cache_impl.hh | Steve Reinhardt |
2008-01-01 | SPARC: Fix a bug where the TLB would match against the wrong entries. | Gabe Black |
2007-12-18 | Checkpointing: Fix a bug in the simulation script when restoring without stan... | Ali Saidi |
2007-12-16 | CPU: Update where the simple cpus read their cpu id from the thread context t... | Ali Saidi |
2007-12-11 | Fix minor bug in util/style.py | Steve Reinhardt |
2007-12-03 | X86: Update the parser reference output which has mysteriously changed again? | Gabe Black |
2007-12-03 | X86: Please excuse my dear Aunt Sally. (precedence bug) | Gabe Black |
2007-12-02 | X86: Make sure the memory index is calculated using the address size for bit ... | Gabe Black |
2007-12-02 | X86: Fix a copy/paste mistake where the bit test instructions were using an i... | Gabe Black |
2007-12-02 | X86: Make the page not present panic more descriptive. | Gabe Black |
2007-12-02 | X86: Start setting up the real mode data structure. | Gabe Black |
2007-12-02 | X86: Make the 0xA0-0xA3 versions of mov use the right sized immediates. | Gabe Black |
2007-12-01 | X86: Add in a missing "break". | Gabe Black |
2007-12-01 | X86: Actually do something for the MiscRegFile clear function. | Gabe Black |
2007-12-01 | X86: Move startup code to the system object to initialize a Linux system. | Gabe Black |
2007-12-01 | X86: Add a missing microcode file to the sconscript. | Gabe Black |
2007-12-01 | X86: Fix a copy paste error in the bts microcode. | Gabe Black |
2007-12-01 | X86: Implement mov from control register. | Gabe Black |
2007-12-01 | X86: First crack at far returns. This is grossly approximate. | Gabe Black |
2007-12-01 | X86: Reorganize segmentation and implement segment selector movs. | Gabe Black |
2007-12-01 | X86: Make the "fault" microop predicated. | Gabe Black |
2007-12-01 | X86: Implement the LIDT instruction. | Gabe Black |
2007-12-01 | X86: Implement the lgdt instruction. | Gabe Black |
2007-12-01 | X86: Implement wrbase and wrlimit for loading pseudo descriptors. | Gabe Black |
2007-12-01 | X86: Separate the effective seg base and the "hidden" seg base. | Gabe Black |
2007-11-30 | SPARC: Fixes for invalidateAll and demapAll in the SPARC TLBs. | Gabe Black |