Age | Commit message (Expand) | Author |
2009-11-05 | compile: compile on 32 bit hardware | Nathan Binkert |
2009-12-19 | X86: Add a common named flag for signed media operations. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate high multiplies. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate scalar media instructions. | Gabe Black |
2009-11-11 | X86: add ULL to 1's being shifted in 64-bit values | Vince Weaver |
2009-11-10 | Merge with the head. | Gabe Black |
2009-11-10 | X86: Fix bugs in movd implementation. | Vince Weaver |
2009-11-10 | X86: Remove double-cast in Cvtf2i micro-op | Vince Weaver |
2009-11-08 | X86: Don't panic on faults on prefetches in SE mode. | Gabe Black |
2009-11-08 | X86: Explain what really didn't work with unmapped addresses in SE mode. | Gabe Black |
2009-11-08 | X86: Make x86 use PREFETCH instead of PF_EXCLUSIVE. | Gabe Black |
2009-11-08 | compile: wrap 64bit numbers with ULL() so 32bit compiles work | Nathan Binkert |
2009-11-04 | X86: Fix problem with movhps instruction | Vince Weaver |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-11-04 | X86: Enable x86_64 vsyscall support | Vince Weaver |
2009-11-04 | X86: Hook up time syscall on X86 | Vince Weaver |
2009-10-30 | X86: Add support for x86 psrldq and pslldq instructions | Vince Weaver |
2009-10-30 | X86: Implement movd_Vo_Edp on X86 | Vince Weaver |
2009-10-30 | X86: Implement the X86 sse2 haddpd instruction | Vince Weaver |
2009-10-30 | X86: Hookup truncate/ftruncate syscalls on X86 | Vince Weaver |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-27 | X86: Replace "DISPLACEMENT" with disp in movhpd. | Gabe Black |
2009-10-27 | Fix problem with the x86 sse movhpd instruction. | Vince Weaver |
2009-10-21 | Implement X86 sse2 movdqu and movdqa instructions | Vince Weaver |
2009-10-20 | hook up stat syscall on 64-bit x86_SE | Vince Weaver |
2009-10-20 | hook up stat64 syscall on 32-bit X86_SE | Vince Weaver |
2009-10-20 | Fix stat64 structure on 32-bit X86_SE | Vince Weaver |
2009-10-19 | Enable getuid and getgid related syscalls on X86_SE | Vince Weaver |
2009-10-16 | Ignore rt_sigaction() syscalls on x86 and x86_64 | Vince Weaver |
2009-10-10 | Hook up the munmap() syscall for 32-bit x86. | Vince Weaver |
2009-10-02 | X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux. | Gabe Black |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-09-17 | X86: Fix the expected size of the immediate offset in MOV_MI. | Gabe Black |
2009-09-16 | X86: Sign extend the immediate of wripi like the register version. | Gabe Black |
2009-09-16 | X86: Make the imm8 member of immediate microops really 8 bits consistently. | Gabe Black |
2009-09-16 | X86: Fix checking the NT bit during an IRET. | Gabe Black |
2009-09-16 | X86: Fix setting the busy bit in the task descriptor in LTR. | Gabe Black |
2009-09-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-09-15 | [mq]: x86syscalls.patch | Vince Weaver |
2009-08-23 | Merge with head. | Gabe Black |
2009-08-23 | X86: Preserve the NO_ACCESS flag when giving CDA a specialized interface. | Gabe Black |
2009-08-21 | X86: fix some simple compile issues | Nathan Binkert |
2009-08-20 | X86: Fix the decoding for and fill out FST and FSTP. | Gabe Black |
2009-08-20 | X86: Add microassembler symbols for floating point stack register operands. | Gabe Black |
2009-08-18 | X86: Decode the immediate byte opcode extension for 3dNow! instructions. | Gabe Black |
2009-08-18 | X86: Decode three byte opcodes. | Gabe Black |
2009-08-17 | X86: Double check the two byte portion of the decoder and fix bugs/clean up. | Gabe Black |
2009-08-17 | X86: Implement MOVNTI. | Gabe Black |
2009-08-17 | X86: Initialize the MXCSR in SE mode. | Gabe Black |
2009-08-17 | X86: Implement MOVQ2DQ. | Gabe Black |