gem5.git
2010-10-01 Ali SaidiARM: Add a fake flash controller so that unmodified...
2010-10-01 Prakash RamrakhyaniARM: Fix some subtle bugs in the GIC
2010-10-01 Ali SaidiARM: Implement functional virtual to physical address...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-09-30 Ali SaidiCPU/Cache: Fix some errors exposed by valgrind
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-09-22 Steve Reinhardtpython: get rid of internal.enums package.
2010-09-22 Steve Reinhardtstats: update stats for previous cset
2010-09-22 Steve Reinhardtcache: improve coherence handling of writebacks
2010-09-22 Steve Reinhardtdiff-out: clean up options
2010-09-22 Steve Reinhardttests: print if output files match
2010-09-20 Gabe BlackCPU: Fix O3 and possible InOrder segfaults in FS.
2010-09-17 Steve Reinhardtdevices: undo cset 017baf09599f that added timer drain...
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackCPU: Get rid of the now unnecessary getInst/setInst...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-12 Nathan Binkertswig: make all generated files go into the m5.internal...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-09-09 Nathan Binkertscons: Stop building the big monolithic swigged params...
2010-09-09 Nathan Binkertinit: don't build files that centralize python and...
2010-09-09 Nathan Binkertscons: use code_formatter wherever we can in the build...
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-09-09 Nathan Binkertswig: don't override SWIG_name anymore
2010-09-09 Steve Reinhardtstats: update stats for preceding coherence changes
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
2010-09-09 Steve Reinhardtmem: fix functional accesses to deal with coherence...
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
2010-08-31 Gabe BlackARM: Get rid of the checkFpEnableFault function in...
2010-08-31 Gabe BlackAlpha: Alpha's mt.hh was including mips header files.
2010-08-31 Gabe BlackCPU: Get rid of the unused ev5_trap function on the...
2010-08-30 Brad Beckmannconfig: fixed numa high bit setting bug
2010-08-30 Brad Beckmannconfig: minor fix to probe filter index setting
2010-08-29 Nathan Binkertruby: None, not none
2010-08-27 Gabe BlackX86: Change the copyright holder to AMD.
2010-08-26 Steve Reinhardtmem: fix m5.fast compile bug in previous cset
2010-08-26 Steve Reinhardtcache: fix a bug in atomic multilevel snoops
2010-08-26 Steve Reinhardtmemtest: fix/cleanup functional access testing
2010-08-26 Steve Reinhardtmemtest: scale associativity and mshrs according to...
2010-08-26 Ali SaidiCPU: Print out traces for faluting inst when the flag...
2010-08-26 Min Kyu JeongARM: Support unaligned memory access.
2010-08-26 Gene WUARM: Seperate the queues of L1 and L2 walker states.
2010-08-26 Min Kyu JeongARM: Adding a bogus fault that does nothing.
2010-08-26 William WangARM: Remove ALPHA KSeg functions.
2010-08-26 Ali SaidiARM: Limited implementation of dprintk.
2010-08-26 Min Kyu JeongARM: Fixed register flattening logic (FP_Base_DepTag...
2010-08-26 Ali SaidiARM: Make VMSR, RFE PC/LR etc non speculative, and...
2010-08-26 Ali SaidiARM: Update regression tests for ldr/str microcode...
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Ali SaidiARM: Set the high bits in the part number so it's consi...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
2010-08-26 Gabe BlackARM: Eliminate some unused enums.
2010-08-26 Gabe BlackARM: Fix type comparison warnings in Neon.
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-26 Gabe BlackARM: Expand the mode checking utility functions.
2010-08-26 Ali SaidiTracing: Fix trace so 'Predicated False' doesn't show up
2010-08-25 Steve Reinhardtmem: fix dumb typo in copyrights
2010-08-24 Brad Beckmannconfig: changed ruby config file names to be consistent
2010-08-24 Brad Beckmannconfig: remove ruby's requirement on the timing cmd...
2010-08-24 Brad Beckmannconfig: fixed ruby dma device connections
2010-08-24 Brad Beckmanntesters: move testers to a new directory
2010-08-24 Brad BeckmannMOESI_hammer: fixed bug for dma reads in single cpu...
2010-08-23 Gabe BlackFaults: Get rid of some commented out code in sim/fault...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-23 Gabe BlackPower: Get rid of unused checkFpEnableFault.
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-08-23 Gabe BlackX86: Get rid of the flagless microop constructor.
2010-08-23 Gabe BlackX86: Make the TLB fault instead of panic when something...
2010-08-23 Gabe BlackX86: Make the x86 ExtMachInst serializable with (UN...
2010-08-23 Gabe BlackX86: Define a noop ExtMachInst.
2010-08-23 Gabe BlackX86: Mark serializing macroops and regular instructions...
2010-08-23 Gabe BlackX86: Add a .serializing directive that makes a macroop...
2010-08-23 Gabe BlackX86: Consolidate extra microop flags into one parameter.
2010-08-23 Gabe BlackCPU: Make the constants for StaticInst flags visible...
2010-08-23 Ali SaidiBUILD: GCC 4.4.1/2 have a bug in their auto-vectorizer...
2010-08-23 Ali SaidiALPHA: The previous O3 patch causes a slight stats...
2010-08-23 Min Kyu JeongO3: Skipping mem-order violation check for uncachable...
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-08-23 Min Kyu JeongARM: Clean up flattening for SPSR adding
2010-08-23 Gene WuARM: Implement DBG instruction that doesn't do much...
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Make sure that software prefetch instructions...
2010-08-23 Gene WuARM: Don't write tracedata on writes, it might have...
2010-08-23 Gene WuARM: Implement CLREX init/complete acc methods
2010-08-23 Gene WuARM: Fix Uncachable TLB requests and decoding of xn bit
2010-08-23 Gene WuDevices: Allow a device to specify that a request is...
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...
next