scons: Replace the build_dir parameter to SConscript with variant_dir.
[gem5.git] / src /
2010-08-23 Gene WuARM: For non-cachable accesses set the UNCACHABLE flag
2010-08-23 Gene WuARM: Implement DSB, DMB, ISB
2010-08-23 Gene WuARM: Get SCTLR TE bit from reset SCTLR
2010-08-23 Gene WuARM: Implement CLREX
2010-08-23 Gene WuARM: BX instruction can be contitional if last instruct...
2010-08-23 Min Kyu JeongCPU: Print out flatten-out register index as with IntRe...
2010-08-23 Min Kyu JeongCPU: Make Exec trace to print predication result (if...
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-08-23 Min Kyu JeongO3: Handle loads when the destination is the PC.
2010-08-23 Min Kyu JeongARM/O3: store the result of the predicate evaluation...
2010-08-23 Min Kyu JeongARM: adding genMachineCheckFault() stub for ARM that...
2010-08-23 Gene WuARM: DFSR status value for sync external data abort...
2010-08-23 Gene WuARM: Temporary local variables can't conflict with...
2010-08-23 Ali SaidiARM: Exclusive accesses must be double word aligned
2010-08-23 Ali SaidiARM: Add some registers for big loads/stores to support...
2010-08-23 Ali SaidiARM: Decode neon memory instructions.
2010-08-23 Gabe BlackARM: Clean up the ISA desc portion of the ARM memory...
2010-08-23 Ali SaidiLoader: Don't insert symbols into the symbol table...
2010-08-23 Ali SaidiARM: We don't currently support ThumbEE exceptions...
2010-08-23 Ali SaidiARM: Change how the AMBA device ID checking is done...
2010-08-23 Ali SaidiARM: Add system for ARM/Linux and bootstrapping
2010-08-23 Ali SaidiARM: Add I/O devices for booting linux
2010-08-23 Ali SaidiARM: Implement some more misc registers
2010-08-23 Ali SaidiARM: Fix an un-initialized variable bug
2010-08-23 Ali SaidiLoader: Use address mask provided to load*Symbols when...
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Min Kyu JeongARM: Finish the timing translation when taking a fault.
2010-08-23 Dam SunwooARM: Use a stl queue for the table walker state
2010-08-23 Ali SaidiCPU: Set a default value when readBytes faults.
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-08-23 Ali SaidiBASE: Fix genrand to generate both 0s and 1s when max...
2010-08-23 Ali Saidistats: Fix off-by-one error in distributions.
2010-08-23 Gabe BlackX86: Get rid of unused file arguments.hh.
2010-08-23 Gabe BlackSPARC: Fix some style issues in utility.hh.
2010-08-23 Gabe BlackX86: Get rid of the unused getAllocator on the python...
2010-08-20 Brad Beckmannruby: Added merge GETS optimization to hammer
2010-08-20 Brad Beckmannruby: Fixed minor bug in ruby test for setting the...
2010-08-20 Brad Beckmannruby: Stall and wait input messages instead of recycling
2010-08-20 Brad Beckmannruby: Recycle latency fix for hammer
2010-08-20 Brad BeckmannMOESI_hammer: break down miss latency stalled cycles
2010-08-20 Brad Beckmannruby: added probe filter support to hammer
2010-08-20 Brad Beckmannruby: fixed DirectoryMemory's numa_high_bit configuration
2010-08-20 Brad Beckmannruby: Reset ruby stats in RubySystem unserialize
2010-08-20 Brad Beckmannruby: Disable migratory sharing for token and hammer
2010-08-20 Brad Beckmannruby: Added SC fail indication to trace profiling
2010-08-20 Brad Beckmanndevices: Fixed periodic interrupts to work with draining
2010-08-20 Brad Beckmannruby: Fixed RubyPort sendTiming callbacks
2010-08-20 Brad Beckmannruby: fixed token bugs associated with owner token...
2010-08-20 Brad Beckmannruby: MOESI_CMP_token dma fixes
2010-08-20 Brad Beckmannruby: Resurrected Ruby's deterministic tests
2010-08-20 Brad Beckmannruby: Updated MOESI_hammer L2 latency behavior
2010-08-20 Brad Beckmannruby: Reduced ruby latencies
2010-08-20 Brad Beckmannruby: fix ruby llsc support to sync sc outcomes
2010-08-20 Brad Beckmannruby: Fixed L2 cache miss profiling
2010-08-20 Brad Beckmannruby: Added bcast msg profiling to hammer and token
2010-08-20 Brad Beckmannruby: Added consolidated network msg stats
2010-08-20 Brad Beckmannruby: Reincarnated the responding machine profiling
2010-08-20 Brad BeckmannMOESI_CMP_token: Fixed dma persistent lockdown bugs
2010-08-20 Brad Beckmannmemtest: Memtester support for DMA
2010-08-20 Brad Beckmannruby: Added ruby_request_type ostream def to libruby.hh
2010-08-20 Brad Beckmannslicc: Consolidated the protocol stats printing
2010-08-20 Brad Beckmannconfig: Added the topology description to m5 config.ini
2010-08-20 Brad Beckmannruby: Fixed printout when Sequencer detects a deadlock
2010-08-20 Brad BeckmannMESI_CMP_directory: bug fix for old PUTX requests
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
2010-08-17 Steve Reinhardtx86: minor checkpointing bug fixes
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-17 Steve Reinhardtsim: fold checkpoint restore code into instantiate()
2010-08-17 Steve Reinhardtsim: clean up child handling
2010-08-17 Steve Reinhardtsim: move iterating over SimObjects into Python.
2010-08-17 Steve Reinhardtsim: fail on implicit creation of orphans via ports
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-08-17 Steve Reinhardtbus: clean up default responder code.
2010-08-14 Gabe BlackInorder: Fix compilation of m5.fast.
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-08-13 Gabe BlackInOrder: Clean up some DPRINTFs that print data sent...
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-08-13 Joel HestnessTimingSimpleCPU: fix NO_ACCESS memory op handling
2010-07-22 Timothy M. JonesPower: The condition register should be set or cleared...
2010-07-22 Timothy M. JonesLSQ Unit: After deleting part of a split request, set...
2010-07-22 Timothy M. JonesPort: Only indicate that a SimpleTimingPort is drained...
2010-07-22 Timothy M. JonesO3CPU: Fix a bug where stores in the cpu where never...
2010-07-22 Timothy M. JonesSyscall: Don't close the simulator's standard file...
2010-07-22 Timothy M. JonesO3CPU: O3's tick event gets squashed when it is switche...
2010-07-22 Timothy M. JonesPower: Provide a utility function to copy registers...
2010-07-22 Nathan Binkertstats: unify the two stats distribution type better
2010-07-21 Nathan Binkertstats: cleanup a few small problems in stats
2010-07-21 Nathan Binkertpython: add a sorted dictionary class
2010-07-21 Nathan Binkertpython: Add mechanism to override code compiled into...
2010-07-21 Tushar KrishnaFix x86 XCHG macro-op to use locked micro-ops for all...
2010-07-17 Steve ReinhardtSimObject: transparently forward Python attribute refs...
2010-07-15 Gabe BlackARM: Make an SRS instruction with a bad mode cause...
2010-07-14 Gabe BlackARM: Adjust the FP_Base_DepTag to be larger than the...
2010-07-09 Steve Reinhardtcache: fix bug in SC upgrade handling
2010-07-08 Brad Beckmanngarnet: Added topology print function to Garnet printStats
2010-07-08 Tushar KrishnaNetworkMessage copy constructor fix
2010-07-06 Steve Reinhardtcheckpointing: another small overload fix
2010-07-06 Steve Reinhardtsim: allow SimObject subclasses to define classmethods
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
next