ARM: Make VMSR, RFE PC/LR etc non speculative, and serializing
[gem5.git] / src /
2010-08-26 Ali SaidiARM: Make VMSR, RFE PC/LR etc non speculative, and...
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 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 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...
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
next