ARM: Add support for MP misc regs and broadcast flushes.
[gem5.git] / src / arch /
2011-05-05 Ali SaidiARM: Add support for MP misc regs and broadcast flushes.
2011-05-05 Ali SaidiARM: Add vfpv3 support to native trace.
2011-05-05 Ali SaidiARM: Fix small bug with vcvt instruction
2011-04-23 Gabe BlackX86: When decoding a memory only inst, fault on reg...
2011-04-21 Nathan Binkertfix some build problems from prior changesets
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-11 Ali SaidiARM: Fix checkpoint restoration in ARM_SE.
2011-04-11 Ali SaidiARM: Get rid of some comments/todos that no longer...
2011-04-04 Ali SaidiARM: Use CPU local lock before sending load to mem...
2011-04-04 Ali SaidiARM: Fix checkpoint restoration into O3 CPU and the...
2011-04-04 Ali SaidiARM: Fix bug in MicroLdrNeon templates for initiateAcc().
2011-04-04 William WangARM: Cleanup and small fixes to some NEON ops to match...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-04-04 Ali SaidiARM: Fix m5op parameters bug.
2011-04-04 Ali SaidiARM: Tag appropriate instructions as IsReturn
2011-04-04 Ali SaidiARM: Fix table walk going on while ASID changes error
2011-04-04 Ali SaidiARM: Remove debugging warn that was accidently left in.
2011-03-29 Gabe BlackPower: Fix compilation.
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-25 Gabe BlackArm: Add in a missing miscRegName.
2011-03-24 Gabe BlackArm: Get rid of unused and incomplete setCp15Register...
2011-03-24 Gabe BlackArm: Get rid of the unused copyStringArray32 method...
2011-03-24 Gabe BlackISA parser: Set up op_src_decl and op_dest_decl for...
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
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.
next