sim: Make clang happy
[gem5.git] / src / arch / x86 /
2016-05-19 Bjoern A. Zeebconfig, x86: Properly space pad the X86IntelMPBus Entry...
2016-05-19 Bjoern A. Zeebx86, dev: properly space the APIC registers
2016-04-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Brandon Pottersyscall_emul: update x86 mmap base address
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: fix bugs for mmap2 system call and x86...
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
2016-02-13 Michael LeBeanesyscall_emul: Implement clock_getres() system call
2016-02-07 Alexandru Dutux86: revamp cmpxchg8b/cmpxchg16b implementation
2016-02-07 Steve Reinhardtarch, x86: add support for arrays as memory operands
2016-02-07 Steve Reinhardtsyscall_emul: fix bug in aux vector initialization
2016-02-07 Steve Reinhardtx86: create function to check miscreg validity
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2016-01-18 Steve Reinhardtarch: don't call *Timing functions from *Atomic versions
2016-01-18 Steve Reinhardtarch: get rid of unused LargestRead typedef
2016-01-07 Gabor Dozsapseudo inst,util: Add optional key to initparam pseudo...
2015-12-18 Boris Shingarovarm: remote GDB: rationalize structure of register...
2015-11-16 Nilay VaishMerged changesets: 47e2adf7fb1a and b65d4e878ed2
2015-11-16 Swapnil Hariax86: Invalidating TLB entry on page fault
2015-11-16 Bjoern A. Zeebx86: cpuid: add family to warn() message
2015-11-16 Bjoern A. Zeebx86: pagetable walker: fix typo in comment
2015-10-23 Andreas Hanssonx86: Add missing explicit overrides for X86 devices
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-10-09 Rekai Gonzalez Alb... isa: Add parameter to pick different decoder inside ISA
2015-10-07 Steve Reinhardtx86: implement rcpps and rcpss SSE insts
2015-10-07 Steve Reinhardtx86: implement fild, fucomi, and fucomip x87 insts
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-07-20 David Hashex86: x86 instruction-implementation bug fixes
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-17 Nilay Vaishx86: decode instructions with vex prefix
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-04 Nikos Nikolerisx86: Adjust the size of the values written to the x87...
2015-05-15 Andreas Hanssonmisc: Appease gcc 5.1
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-05-05 Andreas Hanssonarch, cpu: Do not forward snoops to table walker
2015-04-30 Nilay Vaishx86: change divide-by-zero fault to divide-error
2015-04-24 Andreas Hanssonmisc: Appease gcc 5.1 without moving GDB_REG_BYTES
2015-04-23 Andreas Hanssonmisc: Appease gcc 5.1
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Monir Mozumdersyscall_emul: update x86 syscall table
2015-04-13 Nilay Vaishx86: implements x87 mult/div instructions
2015-04-03 Lena Olsonx86: fix debug trace output for mwait
2015-03-23 Steve Reinhardtmem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
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...
next