X86: Make cpuid actually consider the eax parameter and return different values.
[gem5.git] / src / arch /
2007-08-27 Gabe BlackX86: Make cpuid actually consider the eax parameter...
2007-08-27 Gabe BlackX86: Fix the sign extension microop so it extends zeros...
2007-08-27 Gabe BlackX86: Implement cmps (string compare)
2007-08-27 Gabe BlackX86: Make shift instructions set some of the flags...
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-27 Gabe BlackX86: Remove x86 code that attempted to fix misaligned...
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-27 Gabe BlackSPARC: Make sure unaligned access are caught on cached...
2007-08-21 Gabe BlackMerge with head.
2007-08-19 Gabe BlackMerge with head.
2007-08-14 Gabe BlackMerge with head.
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-13 Gabe BlackSPARC: Make nops have the IsNop flag set.
2007-08-13 Gabe BlackSPARC: Move tlb state into the tlb.
2007-08-13 Gabe BlackSPARC: Make the spill and fill handlers use the correct...
2007-08-12 Nathan Binkertmerge
2007-08-08 Vincentius Robbyalpha: Quick fix for things related to TLB MRU cache.
2007-08-08 Vincentius Robbyalpha: Make the TLB cache to actually work.
2007-08-08 Gabe BlackAlpha: Fix an off by one error with the tlb caching...
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackX86: Added some missing parenthesis in the condition...
2007-08-07 Gabe BlackX86: Implemented and hooked in SCAS (scan string)
2007-08-07 Gabe BlackX86: Add a format to handle string instructions which...
2007-08-07 Gabe BlackX86: Overhaul of ruflags to get it to work correctly.
2007-08-07 Gabe BlackX86: Make a microcode branch microop.
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Implement microops and instructions that manipulat...
2007-08-05 Gabe BlackX86: Make 64 bit unaligned accesses work as well as...
2007-08-05 Gabe BlackX86: Make the open flags correct.
2007-08-05 Gabe BlackX86: Make fixed register operands ignore register index...
2007-08-05 Gabe BlackX86: Implement the cmpxchg instruction.
2007-08-05 Gabe BlackX86: Start implementing segmentation support.
2007-08-05 Gabe BlackX86: Create a base enum value for indexing into a regio...
2007-08-05 Gabe BlackX86: Add the arch_prctl system call and fix up some...
2007-08-04 Vincentius Robbyalpha: Implement a cache for recently used page table...
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Gabe BlackMerge with head.
2007-08-03 Ali SaidiMerge: No changes
2007-08-02 Gabe BlackX86: Get rid of some debug warnings.
2007-08-02 Gabe BlackMerge with head.
2007-08-02 Gabe BlackX86: Finally get the x86 initial stack frame right.
2007-08-02 Gabe BlackX86: Fix special case with SIB index register and REX...
2007-08-02 Nathan Binkertmerge: no manual changes
2007-08-02 Ali Saidimerge, no manual changes
2007-08-02 Ali SaidiLinux Support: make sure that when we get the stack...
2007-08-02 Gabe BlackFix how the "cmd" parameter is set in se.py and remove...
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Nathan Binkertmips: make getArgument inline so mips will link properly
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMIPS: Files which are needed for the MIPS fix.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackX86: Hide the irrelevant portions of the address compon...
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Ali SaidiArguments: Get rid of duplicate code for the Arguments...
2007-08-01 Gabe BlackMIPS: Cleaned up includes to break loops, and got rid...
2007-08-01 Gabe BlackX86: Fix for compilation bug with new cache code.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackX86: Get rid of initialization of R11
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-07-31 Gabe BlackX86: Add operand type information to the fnstcw and...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-31 Gabe BlackX86: Add decoding for x87 floating point.
2007-07-30 Gabe BlackX86: Attach the "DIV" instruction implementation to...
2007-07-30 Gabe BlackX86: Remove a naming conflict between the register...
2007-07-30 Gabe BlackX86: __pad0 should be a 4 byte pad, not a 4 long array...
2007-07-30 Gabe BlackX86: Turn on the exit_group, exit, munmap, and write...
2007-07-30 Gabe BlackX86: Use an mmap base address that matches what an...
2007-07-30 Gabe BlackX86: Set up RIP relative LEA instructions operands...
2007-07-30 Gabe BlackX86: Implement unsigned divide. The non-byte version...
2007-07-30 Gabe BlackX86: Allow RIP relative decode on -all- memory forms...
2007-07-30 Gabe BlackX86: Take into account the regular registers and the...
2007-07-30 Gabe BlackX86: Fix up the stat structure. This probably still...
2007-07-30 Gabe BlackX86: Hook in the new instructions.
2007-07-30 Gabe BlackX86: Turn on some system calls, and make the kernel...
2007-07-30 Gabe BlackX86: Make sure FP_Base_DepTag is big enough to avoid...
2007-07-30 Gabe BlackX86: Implement a stub CPUID function which is hardcode...
2007-07-30 Gabe BlackX86: Force jumps to use 64 bit operand size.
2007-07-30 Gabe BlackX86: Make instructions use pick, and implement/adjust...
2007-07-30 Gabe BlackX86: Make merge and pick work with high bytes. Fix...
2007-07-30 Gabe BlackX86: Make register names in disassembly reflect high...
2007-07-30 Gabe BlackX86: missed a file which adds a "fold" bit.
2007-07-30 Gabe BlackMake the register indices use the appropriate "fold...
2007-07-30 Gabe BlackX86: Make disassembly use the final register index...
2007-07-30 Gabe BlackX86: Missed a file for adding a bit to indicate that...
2007-07-30 Gabe BlackX86: Implement LEAVE
2007-07-30 Gabe BlackX86: Add a bitfield to indicate whether or not an REX...
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackX86: Make logic instructions flag setting work.
2007-07-29 Gabe BlackX86: Make arithmetic instructions set the appropriate...
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Initial stack frame fixes and constant shuffling.
2007-07-29 Gabe BlackX86: Make limm use merge and allow overriding the data...
2007-07-29 Gabe BlackX86: return -return_value.value() on failure.
2007-07-29 Gabe BlackX86: Fix popa and push with the stack pointer.
2007-07-29 Gabe BlackX86: Fix a bug with merge
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Gabe BlackX86: Fix a comment and adjust the stack base address.
2007-07-29 Gabe BlackMerge with head.
next