index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-29
X86: Fault on divide by zero instead of panicing.
Gabe Black
2010-10-29
X86: Make syscalls also serialize after.
Gabe Black
2010-10-24
O3: Get rid of a bunch of commented out lines.
Gabe Black
2010-10-22
Configs: Stop setting the "mem" parameter in splash2 config files.
Gabe Black
2010-10-22
X86: Make nop a regular, non-microcoded instruction.
Gabe Black
2010-10-22
X86: Implement genMachineCheckFault.
Gabe Black
2010-10-22
X86: Make syscall instructions non-speculative in SE.
Gabe Black
2010-10-22
ISA: Simplify various implementations of completeAcc.
Gabe Black
2010-10-22
ARM: Don't pretend to writeback registers in initiateAcc.
Gabe Black
2010-10-18
cache: minor SC assertion fix
Steve Reinhardt
2010-10-17
MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.
Gabe Black
2010-10-16
Mem: Reclaim some request flags used by MIPS for alignment checking.
Gabe Black
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
[next]