x86: Fix re-entrancy problems in x87 store instructions
[gem5.git] / src / arch /
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-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-09-04 Andreas Hanssonalpha: Move system virtProxy to Alpha only
2013-08-19 Andreas Hanssonalpha: Check interrupts before quiesce
2013-08-07 Nilay Vaishx86: add tlb checkpointing
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
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-27 Akash Bagdiasim: Add the notion of clock domains to all ClockedObjects
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-05-14 Andreas Sandbergarm: Add support for the m5fail pseudo-op
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-04-22 Andreas Sandbergarm: Add a method to query interrupt state ignoring...
2013-04-22 Andreas Sandbergarm: Enable support for triggering a sim panic on kerne...
2013-04-22 Andreas Sandbergsim: Add helper functions that add PCEvents with custom...
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Nathanael Premillieuarm: set ldr_ret_uop as conditional or unconditional...
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
2013-03-05 Ali SaidiARM: fix some cases where instructions that write to...
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-02-19 Andreas Hanssonscons: Add warning for missing field initializers
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-19 Andreas Hanssonx86: Move APIC clock divider to Python
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-15 Anthony Gutierrezloader: add a flattened device tree blob (dtb) object
2013-02-15 Mrinmoy Ghosharm: fix a page table walker issue where a page could...
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-02-15 Ali Saidiarm: fix some fp comparisons that worked by accident.
2013-02-15 Ali SaidiARM: Fix an issue with clang generating wrong code.
2013-01-22 Nilay Vaishx86, cpu: corrects 270c9a75e91f, take over decoder...
2013-01-15 Nilay Vaishx86 cpuid: enable clflush
2013-01-15 Nilay Vaishx86: implements fsin, fcos instructions
2013-01-15 Nilay Vaishx86: implements emms instruction
2013-01-15 Nilay Vaishx86: implement fabs, fchs instructions
2013-01-13 Nilay Vaishx86: Changes to decoder, corrects 9376
2013-01-08 Lluís Vilanovautil: add m5_fail op.
2013-01-08 Mitch Hayengaarm: add access syscall for ARM SE mode
2013-01-07 Andreas Sandbergcpu: Flush TLBs on switchOut()
2013-01-07 Andreas Sandbergarm: Invalidate cached TLB configuration in drainResume
2013-01-07 Andreas Sandbergarm: Fix draining of the pagetable walker when squashing
2013-01-07 Andreas Sandbergarm: Remove the register mapping hack used when copying TCs
2013-01-07 Andreas Sandbergarch: Move the ISA object to a separate section
2013-01-07 Andreas Sandbergarch: Add support for invalidating TLBs when draining
2013-01-07 Andreas Sandbergarch: Fix broken M5VarArgsFault initialization
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2013-01-07 Andreas Sandbergarm: Make ID registers ISA parameters
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2013-01-07 Ali Saidio3: Fix issue with LLSC ordering and speculation
2013-01-05 Gabe BlackDecoder: Remove the thread context get/set from the...
2013-01-05 Gabe BlackX86: Move address based decode caching in front of...
2013-01-05 Gabe BlackSPARC: Keep a copy of the current ASI in the decoder.
2013-01-05 Gabe BlackARM: Keep a copy of the fpscr len and stride fields...
2012-12-30 Nilay Vaishx86: implement x87 fp instruction fnstsw
2012-12-30 Nilay Vaishx86: implement x87 fp instruction fsincos
2012-12-12 Nathanael Premillieuarm: set uopSet_uop as conditional or unconditional...
2012-12-12 Nathanael Premillieuarm: set movret_uop as conditional or unconditional...
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Andreas Sandbergmips: Remove unused Python file
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-11-02 Dam SunwooISA: generic Linux thread info support
2012-10-25 Andreas Hanssonarm: Use table walker clock that is inherited from CPU
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonCheckpoint: Make system serialize call children
2012-10-15 Andreas HanssonFix: Address a few minor issues identified by cppcheck
2012-09-25 Dam SunwooARM: added support for flattened device tree blobs
2012-09-25 Ali SaidiARM: Squash outstanding walks when instructions are...
2012-09-25 Andreas Sandbergarm: Use a static_assert to test that miscRegName[...
2012-09-25 Nathanael PremillieuARM: Inst writing to cntrlReg registers not set as...
2012-09-25 Ali SaidiARM: Predict target of more instructions that modify PC.
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-11 Nilay VaishX86: make use of register predication
2012-09-11 Nilay Vaishx86: Add a separate register for D flag bit
2012-06-03 Nilay VaishISA Parser: Allow predication of source and destination...
2012-09-10 Palle LyckegaardNetBSD: Build on NetBSD
next