Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / x86 /
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
2009-11-04 Vince WeaverX86: Fix problem with movhps instruction
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-11-04 Vince WeaverX86: Enable x86_64 vsyscall support
2009-11-04 Vince WeaverX86: Hook up time syscall on X86
2009-10-30 Vince WeaverX86: Add support for x86 psrldq and pslldq instructions
2009-10-30 Vince WeaverX86: Implement movd_Vo_Edp on X86
2009-10-30 Vince WeaverX86: Implement the X86 sse2 haddpd instruction
2009-10-30 Vince WeaverX86: Hookup truncate/ftruncate syscalls on X86
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-28 Gabe BlackX86: Replace "DISPLACEMENT" with disp in movhpd.
2009-10-27 Vince WeaverFix problem with the x86 sse movhpd instruction.
2009-10-21 Vince WeaverImplement X86 sse2 movdqu and movdqa instructions
2009-10-20 Vince Weaverhook up stat syscall on 64-bit x86_SE
2009-10-20 Vince Weaverhook up stat64 syscall on 32-bit X86_SE
2009-10-20 Vince WeaverFix stat64 structure on 32-bit X86_SE
2009-10-19 Vince WeaverEnable getuid and getgid related syscalls on X86_SE
2009-10-16 Vince WeaverIgnore rt_sigaction() syscalls on x86 and x86_64
2009-10-11 Vince WeaverHook up the munmap() syscall for 32-bit x86.
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-17 Gabe BlackX86: Fix the expected size of the immediate offset...
2009-09-17 Gabe BlackX86: Sign extend the immediate of wripi like the regist...
2009-09-17 Gabe BlackX86: Make the imm8 member of immediate microops really...
2009-09-17 Gabe BlackX86: Fix checking the NT bit during an IRET.
2009-09-17 Gabe BlackX86: Fix setting the busy bit in the task descriptor...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-15 Vince Weaver[mq]: x86syscalls.patch
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackX86: Preserve the NO_ACCESS flag when giving CDA a...
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-20 Gabe BlackX86: Fix the decoding for and fill out FST and FSTP.
2009-08-20 Gabe BlackX86: Add microassembler symbols for floating point...
2009-08-18 Gabe BlackX86: Decode the immediate byte opcode extension for...
2009-08-18 Gabe BlackX86: Decode three byte opcodes.
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Double check the two byte portion of the decoder...
2009-08-18 Gabe BlackX86: Implement MOVNTI.
2009-08-18 Gabe BlackX86: Initialize the MXCSR in SE mode.
2009-08-18 Gabe BlackX86: Implement MOVQ2DQ.
2009-08-18 Gabe BlackX86: Implement MOVDQ2Q.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement a microop for converting fp values to...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
next