ARM: Add minimal ARM_SE support for m5threads.
[gem5.git] / src / arch /
2011-03-18 Chris EmmonsARM: Add minimal ARM_SE support for m5threads.
2011-03-18 Ali SaidiARM: Fix subtle bug in LDM.
2011-03-18 Ali SaidiARM: Implement the Instruction Set Attribute Registers...
2011-03-18 Ali SaidiARM: Identify branches as conditional or unconditional...
2011-03-18 Ali SaidiARM: Fix small bug with VLDM/VSTM instructions.
2011-03-18 Ali SaidiARM: Detect and skip udelay() functions in linux kernel.
2011-03-18 Ali SaidiARM: Allow conditional quiesce instructions.
2011-03-18 Matt HorsnellARM: Fix RFE macrop.
2011-03-18 Matt HorsnellARM: Rename registers used as temporary state by microops.
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2011-03-18 Ali SaidiARM: Previous change didn't end up setting instFlags...
2011-03-09 Yi XiangAlpha: Fix the datatypes of some values read from the...
2011-03-02 Gabe BlackX86: Use the npc as the pc when doing a nativetrace...
2011-03-02 Gabe BlackX86: Decode the mysterious and elusive ffreep x87 instr...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-03-02 Gabe BlackX86: Mark prefetches as such in their instruction and...
2011-02-28 Gabe BlackX86: If PCI config space is disabled, pass through...
2011-02-28 Gabe BlackX86: Use regular read requests in the walker instead...
2011-02-23 Ali SaidiARM: Set ITSTATE correctly after FlushPipe
2011-02-23 Ali SaidiARM: This panic can be hit during misspeculation so...
2011-02-23 Ali SaidiARM: Bad interworking warn way to noisy when running...
2011-02-23 Giacomo GabrielliARM: NEON instruction templates modified to set the...
2011-02-23 Ali SaidiARM: Squash state on FPSCR stride or len write.
2011-02-23 Matt HorsnellARM: Mark store conditionals as such.
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Fix bug that let two table walks occur in parallel.
2011-02-23 Ali SaidiARM: Make Noop actually decode to a noop and set it...
2011-02-23 Ali SaidiARM: Delete OABI syscall handling.
2011-02-23 Ali SaidiARM: Reset simulation statistics when pref counters...
2011-02-23 Ali SaidiARM: Adds dummy support for a L2 latency miscreg.
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-15 Gabe BlackX86: Get rid of "inline" on the MicroPanic constructor...
2011-02-14 Gabe BlackX86: Detect branches taking into account instruction...
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: Don't read in dest regs if all bits are replaced.
2011-02-14 Gabe BlackX86: On a bad microopc, return a microop that returns...
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2011-02-14 Gabe BlackX86: Only reset npc to reflect instruction length once.
2011-02-12 Korey Sewellinorder: remove unused isa ops
2011-02-12 Giacomo GabrielliO3: Fix a few bugs in the TableWalker object.
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-07 Tim HarrisX86: Obey the wp bit of CR0.
2011-02-07 Tim HarrisX86: Use all 64 bits of the lstar register in the SYSCA...
2011-02-07 Tim HarrisX86: Fix JMP_FAR_I to unpack a far pointer correctly.
2011-02-07 Tim HarrisX86: Read the LDT/GDT at CPL0 when executing an iret.
2011-02-07 Gabe BlackX86: Fix compiling vtophys.cc
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Brad Beckmanndev: fixed bugs to extend interrupt capability beyond...
2011-02-07 Joel Hestnessx86: Timing support for pagetable walker
2011-02-07 Joel Hestnessx86: Add checkpointing capability to arch components
2011-02-07 Joel Hestnessx86: implements vtophys
2011-02-07 Joel HestnessIntDev: packet latency fix
2011-02-07 Joel HestnessMessagePort: implement the virtual recvTiming function...
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-02-03 Gabe BlackX86: Get rid of the stupd microop.
2011-02-03 Gabe BlackX86: Replace the stupd microop with a store/update...
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2011-01-18 Matt HorsnellO3: Fix some variable length instruction issues with...
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2011-01-18 Matt HorsnellO3: Fixes the way prefetches are handled inside the...
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2011-01-18 Min Kyu JeongO3: Fixes fetch deadlock when the interrupt clears...
2011-01-18 Ali SaidiARM: Use an actual NOP instead of a instruction that...
2011-01-18 Ali SaidiARM: fix mismatched new/delete.
2011-01-15 Gabe BlackSPARC: Adjust the "call" instruction so R15 doesn't...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
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...
next