Age | Commit message (Expand) | Author |
2010-10-15 | GetArgument: Rework getArgument so that X86_FS compiles again. | Gabe Black |
2010-10-14 | SPARC: Get rid of the copy/pasted StackTrace stolen from Alpha. | Gabe Black |
2010-10-13 | Mem: Change the CLREX flag to CLEAR_LL. | Gabe Black |
2010-10-10 | X86: Detect attempts to load a 32 bit kernel and panic. | Gabe Black |
2010-10-10 | SPARC: Make SPARC's ISA's clear function initialize everything it should. | Gabe Black |
2010-10-10 | Alpha: Force all the IPRs to an initial, determinstic value when cleared. | Gabe Black |
2010-10-10 | Alpha: Initialize the data TLB mode IPR. | Gabe Black |
2010-10-09 | UART: Make the 8250's MCR return a deterministic value. | Gabe Black |
2010-10-04 | Alpha: Fix Alpha NumMiscArchRegs constant. | Gabe Black |
2010-10-01 | Power: Fix compile error from previous push. | Ali Saidi |
2010-10-01 | ARM: Make the TLB a little bit faster by moving most recently used items to f... | Ali Saidi |
2010-10-01 | ARM: Add a fake flash controller so that unmodified linux can boot | Ali Saidi |
2010-10-01 | ARM: Fix some subtle bugs in the GIC | Prakash Ramrakhyani |
2010-10-01 | ARM: Implement functional virtual to physical address translation | Ali Saidi |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-10-01 | ARM: Clean up use of TBit and JBit. | Ali Saidi |
2010-09-30 | CPU/Cache: Fix some errors exposed by valgrind | Ali Saidi |
2010-09-29 | X86: Fix the RIP relative versions of the BT, BTC, BTR, and BTS instructions. | Gabe Black |
2010-09-22 | python: get rid of internal.enums package. | Steve Reinhardt |
2010-09-21 | stats: update stats for previous cset | Steve Reinhardt |
2010-09-21 | cache: improve coherence handling of writebacks | Steve Reinhardt |
2010-09-21 | diff-out: clean up options | Steve Reinhardt |
2010-09-21 | tests: print if output files match | Steve Reinhardt |
2010-09-20 | CPU: Fix O3 and possible InOrder segfaults in FS. | Gabe Black |
2010-09-16 | devices: undo cset 017baf09599f that added timer drain functions. | Steve Reinhardt |
2010-09-14 | X86: Make the halt microop non-speculative. | Gabe Black |
2010-09-14 | X86: Make unrecognized instructions behave better in x86. | Gabe Black |
2010-09-14 | CPU: Trim unnecessary includes from some common files. | Gabe Black |
2010-09-13 | CPU: Get rid of the now unnecessary getInst/setInst family of functions. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-12 | swig: make all generated files go into the m5.internal package | Nathan Binkert |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-09-09 | scons: Stop building the big monolithic swigged params module | Nathan Binkert |
2010-09-09 | init: don't build files that centralize python and swig code | Nathan Binkert |
2010-09-09 | scons: use code_formatter wherever we can in the build system | Nathan Binkert |
2010-09-09 | code_formatter: make it easier to insert whitespace | Nathan Binkert |
2010-09-09 | swig: don't override SWIG_name anymore | Nathan Binkert |
2010-09-09 | stats: update stats for preceding coherence changes | Steve Reinhardt |
2010-09-09 | cache: fail SC when invalidated while waiting for bus | Steve Reinhardt |
2010-09-09 | mem: fix functional accesses to deal with coherence change | Steve Reinhardt |
2010-09-09 | cache: coherence protocol enhancements & bug fixes | Steve Reinhardt |
2010-08-31 | ARM: Get rid of the checkFpEnableFault function in ARM. | Gabe Black |
2010-08-31 | Alpha: Alpha's mt.hh was including mips header files. | Gabe Black |
2010-08-31 | CPU: Get rid of the unused ev5_trap function on the simple and checker CPUs. | Gabe Black |
2010-08-30 | config: fixed numa high bit setting bug | Brad Beckmann |
2010-08-30 | config: minor fix to probe filter index setting | Brad Beckmann |
2010-08-29 | ruby: None, not none | Nathan Binkert |
2010-08-27 | X86: Change the copyright holder to AMD. | Gabe Black |
2010-08-26 | mem: fix m5.fast compile bug in previous cset | Steve Reinhardt |
2010-08-25 | cache: fix a bug in atomic multilevel snoops | Steve Reinhardt |