arm: Correctly access the stack pointer in GDB
[gem5.git] / src / arch / x86 /
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-01-25 Ali Saidicpu: Put all CPU instruction tracers in a single file
2015-01-22 Andreas Hanssonmem: Remove unused Packet src and dest fields
2015-01-22 Andreas Hanssonx86: Delay X86 table walk on receiving walker response
2015-01-10 Emilio Castillox86 : fxsave and fxrestore missing template code
2015-01-07 Gabe Blackx86: Enable three bits in the FamilyModelStepping ECX...
2015-01-07 Gabe Blackcpuid, x86: Revert "Enabling more features in CPUid"
2015-01-03 Maxime Martinassox86: implements the simd128 ADDSUBPD instruction
2014-12-06 Gabe Blackmisc: Generalize GDB single stepping.
2014-12-06 Gabe Blackx86: Implement a remote GDB stub.
2014-12-04 Gabe Blackx86: Rework opcode parsing to support 3 byte opcodes...
2014-12-03 Gabe Blackx86: Clean up style in process.cc.
2014-11-24 Alexandru Dutumem: Page Table map api modification
2014-11-24 Alexandru Dutux86: Segment initialization to support KvmCPU in SE
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-11-24 Alexandru Dutucpuid, x86: Enabling more features in CPUid
2014-11-17 Gabe Blackx86: Fix setting segment bases in real mode.
2014-11-17 Gabe Blackx86: Fix some bugs in the real mode far jmp instruction.
2014-11-17 Gabe Blackx86: APIC: Only set deliveryStatus if our IPI is going...
2014-11-17 Gabe Blackx86: APIC: Fix the getRegArrayBit function.
2014-11-17 Gabe Blackx86: Fix the CPUID Long Mode Address Size function.
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-10-30 Ali Saidiautomated merge
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-06-13 Jiuyue Max86: add LongModeAddressSize function to cpuid
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-09-03 Mitch Hayengax86: Flag instructions that call suspend as IsQuiesce
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-09-01 Nilay Vaishx86: set op class of two fp instructions
2014-08-28 Alexandrumem: adding architectural page table support for SE...
2014-08-26 Andreas Sandbergbase: Replace the internal varargs stuff with C++11...
2014-06-21 Binh Phamx86: fix table walker assertion
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2014-05-09 Andrew Bardsleycpu: Add flag name printing to StaticInst
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-05-09 Geoffrey Blakearch, arm: Preserve TLB bootUncacheability when switchi...
2014-05-09 Curtis Dunhamarch: remove inline specifiers on all inst constrs...
2014-03-16 Andreas Sandbergkvm: x86: Add support for x86 INIT and STARTUP handling
2014-03-03 Andreas Sandbergx86: Setup correct TSL/TR segment attributes on INIT
2014-02-05 Andreas Sandbergx86: Fix x87 state transfer bug
2014-02-02 Nikos Nikolerisx86, kvm: Fix bug in the RFlags get and set functions
2014-01-28 Nilay Vaishx86: use lfpimm instead of limm for fptan
2014-01-28 Nilay Vaishx86: implements x87 add/sub instructions
2014-01-28 Nilay Vaishx86: implements fxch instruction.
2014-01-28 Nilay Vaishx86: correct error in emms instruction.
2014-01-24 Andreas Hanssonarch: Make all register index flattening const
2014-01-24 Ali Saidiarch, cpu: Add support for flattening misc register...
2014-01-24 Ali Saidicpu: Add CPU support for generatig wake up events when...
2014-01-24 Andreas Hanssonx86: Fix memory leak in table walker
2013-11-26 Christian Menardx86: Implementation of Int3 and Int_Ib in long mode
2013-10-15 Yasuko Eckertarch/x86: add support for explicit CC register file
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-10-15 Steve Reinhardtisa: clean up register constants
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2013-10-15 Andreas Sandbergmem: Use a flag instead of address bit 63 for generic...
2013-10-07 Nilay Vaishx86: enables lstat and readlink syscalls
2013-09-30 Andreas Sandbergx86: Add support for m5ops through a memory mapped...
2013-09-30 Andreas Sandbergarch: Add support for m5ops using mmapped IPRs
2013-09-30 Andreas Sandbergx86: Add support for FXSAVE, FXSAVE64, FXRSTOR, and...
2013-09-30 Andreas Sandbergx86: Add support for FLDENV & FNSTENV
2013-09-30 Andreas Sandbergx86: Add support for loading 32-bit and 80-bit floats...
2013-09-30 Andreas Sandbergx86: Fix re-entrancy problems in x87 store instructions
2013-09-30 Andreas Sandbergx86: Add support routines to load and store 80-bit...
2013-09-30 Andreas Sandbergx86: Add limited support for extracting function call...
2013-09-19 Andreas Sandbergx86: Add support routines to convert between x87 tag...
2013-09-18 Andreas Sandbergx86: Expose the raw hash map of MSRs
2013-09-18 Andreas Sandbergx86: Add support for checking the raw state of an interrupt
2013-09-18 Andreas Sandbergx86: Expose the interrupt vector in faults
2013-08-07 Nilay Vaishx86: add tlb checkpointing
2013-07-12 Steve Reinhardtdev: make BasicPioDevice take size in constructor
2013-07-12 Steve Reinhardtdev: consistently end device classes in 'Device'
2013-07-12 Steve Reinhardtdevices: make more classes derive from BasicPioDevice
2013-06-18 Andreas Sandbergx86: Add support for maintaining the x87 tag word
2013-06-18 Andreas Sandbergx86: Fix loading of floating point constants
2013-06-18 Andreas Sandbergx86: Initialize the MXCSR register
2013-06-18 Andreas Sandbergx86: Make the boot state VMX compliant
2013-06-18 Andreas Sandbergx86: Make fprem like the fprem on a real x87
2013-06-18 Andreas Sandbergx86: Add helper functions to access rflags
2013-06-18 Andreas Sandbergx86: Fix the flag handling code in FABS and FCHS
2013-06-11 Andreas Sandbergx86: Fix bug when copying TSC on CPU handover
2013-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2013-05-21 Gedare Bloomx86: Squash outstanding walks when instructions are...
2013-05-21 Nilay Vaishx86: mark instructions for being function call/return
2013-05-21 Nilay Vaishx86: add op class for int and fp microops in isa descri...
2013-04-23 Michael Levenhagenx86: corrects vsyscall address for gettimeofday
2013-04-23 Michael Levenhagenx86: enable gettimeofday and getppid system calls
2013-04-23 Christian Menardx86: increment the stack pointer in lret inst
2013-03-28 Nilay Vaishx86: changes to apic, keyboard
2013-03-11 Nilay Vaishx86: implement some of the x87 instructions
2013-03-07 Andreas Hanssonx86: Make the table walker reset the packet delay
next