ARM: Add minimal ARM_SE support for m5threads.
[gem5.git] / src / arch / x86 /
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
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-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-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-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-08 Gabe BlackX86: Take advantage of new PCState syntax.
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-08 Gabe BlackX86: Fix X86_FS compilation.
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-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-11 Gabe BlackX86: Detect attempts to load a 32 bit kernel and panic.
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
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-27 Gabe BlackX86: Change the copyright holder to AMD.
2010-08-26 Min Kyu JeongARM: Fixed register flattening logic (FP_Base_DepTag...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
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 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Gabe BlackX86: Get rid of unused file arguments.hh.
2010-08-23 Gabe BlackX86: Get rid of the unused getAllocator on the python...
2010-08-17 Steve Reinhardtx86: minor checkpointing bug fixes
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-07-21 Tushar KrishnaFix x86 XCHG macro-op to use locked micro-ops for all...
2010-06-25 Gabe BlackX86: Fix div2 flag calculation.
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-05-26 Nathan Binkertx86: put back code that I accidentally deleted
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-05-14 Ali SaidiAutomated merge with ssh://m5sim.org//repo/m5
2010-05-12 Gabe BlackX86: Make the cvti2f microop sign extend its integer...
2010-05-12 Gabe BlackX86: Actual change that fixes div. How did that happen?
2010-05-03 Gabe BlackX86: Update the base aux vector X86 processes install.
2010-05-02 Gabe BlackX86: Sometimes CPUID depends on ecx, so pass that in.
2010-05-02 Gabe BlackX86: Finally fix a division corner case.
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-12-19 Gabe BlackX86: Add a common named flag for signed media operations.
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate high...
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate scala...
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-11-11 Gabe BlackMerge with the head.
2009-11-10 Vince WeaverX86: Fix bugs in movd implementation.
2009-11-10 Vince WeaverX86: Remove double-cast in Cvtf2i micro-op
2009-11-09 Gabe BlackX86: Don't panic on faults on prefetches in SE mode.
2009-11-09 Gabe BlackX86: Explain what really didn't work with unmapped...
2009-11-09 Gabe BlackX86: Make x86 use PREFETCH instead of PF_EXCLUSIVE.
2009-11-09 Nathan Binkertautomerge
2009-11-08 Nathan Binkertcompile: wrap 64bit numbers with ULL() so 32bit compile...
2009-11-06 Nathan Binkertcompile: compile on 32 bit hardware
next