copyrights: add copyright info to the files I added.
[gem5.git] / src /
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
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-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...
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: 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-11-19 Brad BeckmannResurrection of the CMP token protocol to GEM5
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 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: 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: 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 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: 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-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.
2009-11-09 Gabe BlackX86: Explain what really didn't work with unmapped...
2009-11-09 Gabe BlackX86: Make x86 use PREFETCH instead of PF_EXCLUSIVE.
2009-11-09 Nathan Binkertautomerge
2009-11-09 Steve Reinhardtscons: deal with generated .py files properly
2009-11-08 Gabe BlackARM: Support forcing load/store multiple to use user...
2009-11-08 Gabe BlackARM: Simplify the load/store multiple generation code.
2009-11-08 Nathan Binkertcompile: wrap 64bit numbers with ULL() so 32bit compile...
2009-11-08 Gabe BlackARM: Split the condition codes out of the CPSR.
2009-11-08 Gabe BlackARM: Add in more bits for the mon mode.
2009-11-08 Gabe BlackARM: Get rid of NumInternalProcRegs.
2009-11-08 Gabe BlackARM: Add back in spots for Rhi and Rlo, and use a named...
2009-11-08 Gabe BlackARM: Get rid of the Raddr operand.
2009-11-08 Gabe BlackARM: Initialize processes in user mode.
2009-11-08 Gabe BlackARM: Implement the shadow registers using register...
2009-11-08 Gabe BlackARM: Set up an intregs.hh for ARM.
2009-11-08 Gabe BlackARM: Get rid of some unneeded register indexes.
2009-11-04 Vince WeaverX86: Fix problem with movhps instruction
2009-11-05 Steve Reinhardtslicc: tweak file enumeration for scons
2009-11-05 Steve Reinhardtslicc: whack some of Nate's leftover debug code
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-11-04 Steve Reinhardto3: get rid of unused physmem pointer
2009-11-04 Vince WeaverX86: Enable x86_64 vsyscall support
2009-11-04 Vince WeaverX86: Hook up time syscall on X86
next