ARM: Implement WFE/WFI/SEV semantics.
[gem5.git] / src / arch /
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-09 Gabe BlackARM: Take advantage of new PCState syntax.
2010-12-09 Gabe BlackARM: Get rid of some unused FP operands.
2010-12-09 Gabe BlackMerge.
2010-12-08 Gabe BlackAlpha: Take advantage of new PCState syntax.
2010-12-08 Gabe BlackMIPS: Take advantage of new PCState syntax.
2010-12-08 Gabe BlackPOWER: Take advantage of new PCState syntax.
2010-12-08 Gabe BlackSPARC: Take advantage of new PCState syntax.
2010-12-08 Gabe BlackX86: Take advantage of new PCState syntax.
2010-12-08 Gabe BlackISA: Get the parser to support pc state components...
2010-12-08 Ali SaidiO3: Support squashing all state after special instruction
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-12-08 Min Kyu JeongO3: Support SWAP and predicated loads/store in ARM.
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
2010-11-23 Gabe BlackX86: Obey the PCD (cache disable) bit in the page tables.
2010-11-22 Gabe BlackX86: Mark IO space accesses as uncachable.
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-16 Gabe BlackO3: Make O3 support variably lengthed instructions.
2010-11-15 Ali SaidiARM: Add comment about the organization of the IT state...
2010-11-15 Giacomo GabrielliCPU/ARM: Add SIMD op classes to CPU models and ARM...
2010-11-15 Ali SaidiARM: Return an FailUnimp instruction when an unimplemen...
2010-11-15 Ali SaidiSCons: Cleanup SCons output during compile
2010-11-15 William WangARM: Add support for GDB on ARM
2010-11-15 Ali SaidiARM: Make utility.hh meet style guidelines
2010-11-15 Ali SaidiARM: Cache the misc regs at the TLB to limit readMiscRe...
2010-11-15 Ali SaidiARM: Add support for switching CPUs
2010-11-15 Ali SaidiARM: Use the correct delete operator for RFE
2010-11-15 Ali SaidiARM: Fix SRS instruction to micro-code memory operation...
2010-11-15 Ali SaidiARM: Do something predictable for an UNPREDICTABLE...
2010-11-11 Gabe BlackSPARC: Clean up some historical style issues.
2010-11-08 Gabe BlackX86: Fix X86_FS compilation.
2010-11-08 Ali SaidiARM: Add some TLB statistics for ARM
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-11-08 Ali SaidiARM: Keep the warnings to a minimum.
2010-11-08 Ali SaidiARM: Don't return the result of a table walk the same...
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-11-08 Ali SaidiARM: Make all ARM uops delayed commit.
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-29 Gabe BlackX86: Fault on divide by zero instead of panicing.
2010-10-29 Gabe BlackX86: Make syscalls also serialize after.
2010-10-22 Gabe BlackX86: Make nop a regular, non-microcoded instruction.
2010-10-22 Gabe BlackX86: Implement genMachineCheckFault.
2010-10-22 Gabe BlackX86: Make syscall instructions non-speculative in SE.
2010-10-22 Gabe BlackISA: Simplify various implementations of completeAcc.
2010-10-22 Gabe BlackARM: Don't pretend to writeback registers in initiateAcc.
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-14 Gabe BlackSPARC: Get rid of the copy/pasted StackTrace stolen...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-10-11 Gabe BlackX86: Detect attempts to load a 32 bit kernel and panic.
2010-10-11 Gabe BlackSPARC: Make SPARC's ISA's clear function initialize...
2010-10-11 Gabe BlackAlpha: Force all the IPRs to an initial, determinstic...
2010-10-11 Gabe BlackAlpha: Initialize the data TLB mode IPR.
2010-10-04 Gabe BlackAlpha: Fix Alpha NumMiscArchRegs constant.
2010-10-01 Ali SaidiPower: Fix compile error from previous push.
2010-10-01 Ali SaidiARM: Make the TLB a little bit faster by moving most...
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-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
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 BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
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-27 Gabe BlackX86: Change the copyright holder to AMD.
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 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-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 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...
next