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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-11-09
GCC: Guard some gcc flags so they're used when available and needed.
Gabe Black
2011-11-04
GARNET: adding a fault model for resilient on-chip network research.
Tushar Krishna
2011-11-04
MESI Protocol: Add functions for profiling misses
Nilay Vaish
2011-11-03
x86: Add microop for fence
Nilay Vaish
2011-11-03
Protocol: Remove standard one and two level files
Nilay Vaish
2011-11-03
Ruby: Remove some unused typedefs
Nilay Vaish
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2011-10-30
Python: Remove import for random
Nilay Vaish
2011-10-28
Merged with recent changes.
Nilay Vaish
2011-10-28
Ruby: Reorganize mapping of components
Nilay Vaish
2011-10-22
SE: move page allocation from PageTable to Process
Steve Reinhardt
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2011-10-20
dev: clean up PioDevice and DmaDevive getPort() methods.
Steve Reinhardt
2011-10-20
SimObject: add export_method* hooks to export C++ methods to Python
Steve Reinhardt
2011-10-20
scons/swig: refactor some of the scons/SWIG code
Steve Reinhardt
2011-10-17
scons: fix building of shared objects
Nathan Binkert
2011-10-10
mc146818: Correctly serialize tickEvent
Nilay Vaish
2011-09-27
O3: Tidy up some DPRINTFs in the LSQ.
Gabe Black
2011-09-27
Faults: Replace calls to genMachineCheckFault with M5PanicFault.
Gabe Black
2011-09-27
Faults: Add in generic faults that work like panics, warns, etc.
Gabe Black
2011-09-27
Faults: Make the generic faults more consistent between SE and FS.
Gabe Black
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
Gabe Black
2011-09-26
LSQ: Moved a couple of lines to enable O3 + Ruby
Nilay Vaish
2011-09-26
SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM.
Gabe Black
2011-09-24
SCons: Add a comment I forgot to add in earlier.
Gabe Black
2011-09-24
SCons: Make the ISA parser a source for its output files like the comments say.
Gabe Black
2011-09-23
X86: Move the MSR lookup table out of the TLB and into its own file.
Gabe Black
2011-09-22
event: minor cleanup
Steve Reinhardt
2011-09-22
pseudo_inst: clean up workbegin/workend functions
Steve Reinhardt
2011-09-22
params.py: enhance IpAddress param handling
Steve Reinhardt
2011-09-19
MIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
Gabe Black
2011-09-19
MIPS, faults: Update how the PC is set.
Gabe Black
2011-09-19
MIPS: Get rid of skipFaultInstruction and setRestartAddress.
Gabe Black
2011-09-19
MIPS: Use inheritance to consolidate class definitions.
Gabe Black
2011-09-19
MIPS: Always compile in setExceptionState, including in SE mode.
Gabe Black
2011-09-19
MIPS: Consolidate TLB related faults.
Gabe Black
2011-09-19
MIPS: Get rid of the unused "count" field in FaultVals.
Gabe Black
2011-09-19
MIPS: Move the genMachineCheckFault function near MachineCheckFault.
Gabe Black
2011-09-19
MIPS: Consolidate the two AddressErrorFault variants.
Gabe Black
2011-09-19
Faults: Get rid of the unused isAlignmentFault and isMachineCheckFault.
Gabe Black
2011-09-19
MIPS: Get rid of cruft in the fault classes.
Gabe Black
2011-09-19
MIPS: Add constructors to the fault classes.
Gabe Black
2011-09-19
MIPS: Use the CRTP to streamline the Fault class definitions.
Gabe Black
2011-09-19
SPARC: Remove #if FULL_SYSTEMs from the ISA description.
Gabe Black
2011-09-19
MIPS: Get rid of #if style config checks in the ISA description.
Gabe Black
2011-09-19
MIPS: Guard SystemCallFault::invoke consistently.
Gabe Black
2011-09-19
MIPS: Get rid of the unused (and partially defined) CacheError fault.
Gabe Black
2011-09-19
Endianness: Make it easier to check the compiled in guest endianness.
Gabe Black
2011-09-19
Alpha: Get rid of some #if FULL_SYSTEMs in the Alpha ISA description.
Gabe Black
2011-09-19
PseudoInst: Make all the pseudo insts available in SE and FS.
Gabe Black
[next]