gem5.git
2010-01-21 Lisa Hsucopyrights: add copyright info to the files I added.
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
2010-01-19 Derek Howermemtest differences from Derek's changes
2010-01-19 Derek Howerruby: new atomics implementation
2010-01-19 Derek Howermerge
2010-01-18 Lisa HsuAutomated merge with ssh://hsul@localhost:4444//repo/m5
2010-01-18 Lisa Hsu util: make a generic checkpoint aggregator that can...
2010-01-17 Gabe BlackSCons: Make --help reflect the arguments to scons.
2010-01-12 Lisa Hsucache: make tags->insertBlock() and tags->accessBlock...
2010-01-12 Lisa Hsusince totalInstructions() is impl'ed by all the cpus...
2010-01-12 Lisa Hsufaults: i think these fault invocations should be panic...
2010-01-02 Gabe BlackMIPS: Update the stats of the RUBY version of the regre...
2009-12-31 Gabe BlackMIPS: Update stats for updated initial environment.
2009-12-31 Matt DeVuystMIPS: Beef up process initialization.
2009-12-31 Gabe BlackMIPS: Implement the SE mode version of rdhwr.
2009-12-31 Gabe BlackMIPS: Fix decoding of the rdhwr instruction.
2009-12-31 Gabe BlackMIPS: Implement the set_thread_area system call.
2009-12-31 Gabe BlackMIPS: Create an artificial control register to hold...
2009-12-31 Gabe BlackMIPS: Extract CPU pointer from the thread context in...
2009-12-21 Gabe BlackMIPS: Add missing syscall slots.
2009-12-20 Soumyaroop RoyAlpha: Implement MVI and remaining BWX instructions.
2009-12-19 Gabe BlackX86: Add a latency that describes how long an interrupt...
2009-12-19 Gabe BlackX86: Record the memory mode when building an X86 system.
2009-12-19 Gabe BlackX86: Add a common named flag for signed media operations.
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate high...
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate scala...
2009-12-04 Derek Howerruby: cleaned up ruby-lang configuration
2009-11-19 Brad Beckmannm5: refreshed the ruby memtest regression stats
2009-11-19 Brad BeckmannResurrection of the CMP token protocol to GEM5
2009-11-19 Brad Beckmannm5: improvements to the ruby_fs.py file
2009-11-19 Brad Beckmannruby: removed the chip pointer from MessageBuffer
2009-11-19 Brad Beckmannruby: added error message to isinstance check
2009-11-19 Brad Beckmannruby: Added boolean to State Machine parameters
2009-11-19 Brad Beckmannm5: Added the default m5out directory to the hg ignore...
2009-11-19 Brad Beckmannruby: The persistent table files from GEMS
2009-11-19 Brad Beckmannruby: MOESI hammer support for DMA reads and writes
2009-11-19 Brad Beckmannruby: Added a memory controller feature to MOESI hammer
2009-11-19 Brad Beckmannruby: Hammer ruby configuration support
2009-11-19 Brad Beckmannruby: Changes necessary to get the hammer protocol...
2009-11-19 Brad Beckmannruby: added the original hammer protocols from old...
2009-11-19 Brad Beckmannruby: returns the number of LLC needed for broadcast
2009-11-19 Brad Beckmannruby: cache configuration fix to use bytes
2009-11-19 Brad Beckmannruby: fix CacheMemory destructor
2009-11-19 Brad Beckmannruby: split CacheMemory.hh into a .hh and a .cc
2009-11-18 Brad Beckmannruby: Added default names to message buffers
2009-11-18 Brad Beckmannruby: slicc method error fix
2009-11-18 Brad Beckmannruby: slicc action error fix
2009-11-18 Brad Beckmannruby: slicc state machine error fixes
2009-11-18 Brad Beckmannruby: Removed unused action z_stall
2009-11-18 Brad Beckmannm5: Added option to take a checkpoint at the end of...
2009-11-18 Brad Beckmannm5: Fixed bug in atomic cpu destructor
2009-11-18 Brad Beckmannruby: fixed dma mi example to work with multiple dma...
2009-11-18 Brad Beckmannm5: removed master and slave deletions.
2009-11-18 Brad Beckmannm5: fixed destructor to deschedule the tickEvent and...
2009-11-18 Brad Beckmannruby: getPort function fix
2009-11-18 Brad Beckmannruby: Fixed Directory memory destructor
2009-11-18 Brad Beckmannm5: Moved profile option since Simulation depends on it.
2009-11-18 Brad Beckmannm5: Added isValidSrc and isValidDest calls to packet.hh
2009-11-18 Brad Beckmannruby: included ruby config parameter ports per core
2009-11-18 Brad Beckmannruby: Added error check for openning the ruby config...
2009-11-18 Brad Beckmannruby: Support for merging ALPHA_FS and ruby
2009-11-18 Brad Beckmannruby: Added more info to bridge error message
2009-11-18 Brad Beckmannruby: Ruby 64-bit address output fixes.
2009-11-18 Brad Beckmannruby: Ruby destruction fix.
2009-11-18 Brad Beckmannruby: Ruby debug print fixes.
2009-11-18 Brad Beckmannruby: Ruby memtest python script.
2009-11-18 Derek HowerAdded tag Calvin_Submission for changeset 5de565c4b7bd
2009-11-18 Derek Howerruby: added sequencer stats to track what requests... Calvin_Submission
2009-11-18 Derek Howerruby: turned off randomization by default, turned on...
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-18 Ali SaidiARM: Differentiate between LDM exception return and...
2009-11-18 Ali SaidiARM: Boilerplate full-system code.
2009-11-16 Ali Saidiimported patch isa_fixes2.diff
2009-11-15 Gabe BlackARM: Make the exception return form of ldm restore...
2009-11-15 Gabe BlackARM: Create a new type of load uop that restores spsr...
2009-11-15 Gabe BlackARM: Check in the actual change from the last commit.
2009-11-15 Gabe BlackARM: Switch the immediate and register versions of...
2009-11-15 Gabe BlackARM: Fix up the implmentation of the msr instruction.
2009-11-15 Gabe BlackARM: Define a mask to differentiate purely CPSR bits...
2009-11-15 Gabe BlackARM: Add a bitfield to indicate if an immediate should...
2009-11-15 Gabe BlackARM: Write some functions to write to the CPSR and...
2009-11-15 Gabe BlackARM: Fix up the implmentation of the mrs instruction.
2009-11-15 Gabe BlackARM: More accurately describe the effects of using...
2009-11-15 Gabe BlackARM: Hook up the moded versions of the SPSR.
2009-11-14 Ali SaidiSE: Fix SE mode OS X compilation.
2009-11-14 Ali SaidiARM: Move around decoder to properly decode CP15
2009-11-13 Derek Howerruby: added -A option to TwoLevel_SplitL1UnifiedL2...
2009-11-13 Derek Howerruby: gave ALIASED_REQUEST priority over BUFFER_FULL...
2009-11-13 Derek Howerruby: reduce the memory usage of ruby by making memory...
2009-11-13 Derek Howerruby: cache memory bugfix
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-11-11 Gabe BlackARM: Fix some bugs in the ISA desc and fill out some...
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-11-11 Gabe BlackARM: Implement fault classes.
2009-11-11 Gabe BlackARM: Fix the integer register indexes.
2009-11-10 Vince WeaverX86: Fix bugs in movd implementation.
2009-11-10 Vince WeaverX86: Remove double-cast in Cvtf2i micro-op
2009-11-09 Vince Weaversyscall: missing initializer in getcwd call
2009-11-09 Gabe BlackX86: Don't panic on faults on prefetches in SE mode.
next