Age | Commit message (Expand) | Author |
2013-06-18 | x86: Add support for maintaining the x87 tag word | Andreas Sandberg |
2013-06-18 | x86: Fix loading of floating point constants | Andreas Sandberg |
2013-06-18 | x86: Initialize the MXCSR register | Andreas Sandberg |
2013-06-18 | x86: Make the boot state VMX compliant | Andreas Sandberg |
2013-06-18 | x86: Make fprem like the fprem on a real x87 | Andreas Sandberg |
2013-06-18 | x86: Add helper functions to access rflags | Andreas Sandberg |
2013-06-18 | x86: Fix the flag handling code in FABS and FCHS | Andreas Sandberg |
2013-06-11 | x86: Fix bug when copying TSC on CPU handover | Andreas Sandberg |
2013-06-03 | arch: Create a method to finalize physical addresses | Andreas Sandberg |
2013-05-21 | x86: Squash outstanding walks when instructions are squashed. | Gedare Bloom |
2013-05-21 | x86: mark instructions for being function call/return | Nilay Vaish |
2013-05-21 | x86: add op class for int and fp microops in isa description | Nilay Vaish |
2013-04-23 | x86: corrects vsyscall address for gettimeofday | Michael Levenhagen |
2013-04-23 | x86: enable gettimeofday and getppid system calls | Michael Levenhagen |
2013-04-23 | x86: increment the stack pointer in lret inst | Christian Menard |
2013-03-28 | x86: changes to apic, keyboard | Nilay Vaish |
2013-03-11 | x86: implement some of the x87 instructions | Nilay Vaish |
2013-03-07 | x86: Make the table walker reset the packet delay | Andreas Hansson |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Add warning for overloaded virtual functions | Andreas Hansson |
2013-02-19 | scons: Add warning for overloaded virtual functions | Andreas Hansson |
2013-02-19 | x86: Move APIC clock divider to Python | Andreas Hansson |
2013-02-19 | mem: Add predecessor to SenderState base class | Andreas Hansson |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2013-01-22 | x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch | Nilay Vaish |
2013-01-15 | x86 cpuid: enable clflush | Nilay Vaish |
2013-01-15 | x86: implements fsin, fcos instructions | Nilay Vaish |
2013-01-15 | x86: implements emms instruction | Nilay Vaish |
2013-01-15 | x86: implement fabs, fchs instructions | Nilay Vaish |
2013-01-12 | x86: Changes to decoder, corrects 9376 | Nilay Vaish |
2013-01-08 | util: add m5_fail op. | LluĂs Vilanova |
2013-01-07 | arch: Move the ISA object to a separate section | Andreas Sandberg |
2013-01-07 | arch: Add support for invalidating TLBs when draining | Andreas Sandberg |
2013-01-07 | arch: Make the ISA class inherit from SimObject | Andreas Sandberg |
2013-01-07 | o3: Fix issue with LLSC ordering and speculation | Ali Saidi |
2013-01-04 | Decoder: Remove the thread context get/set from the decoder. | Gabe Black |
2013-01-04 | X86: Move address based decode caching in front of the predecoder. | Gabe Black |
2012-12-30 | x86: implement x87 fp instruction fnstsw | Nilay Vaish |
2012-12-30 | x86: implement x87 fp instruction fsincos | Nilay Vaish |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-11-02 | ISA: generic Linux thread info support | Dam Sunwoo |
2012-10-15 | Port: Add protocol-agnostic ports in the port hierarchy | Andreas Hansson |
2012-10-15 | Checkpoint: Make system serialize call children | Andreas Hansson |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-09-11 | X86: make use of register predication | Nilay Vaish |
2012-09-11 | x86: Add a separate register for D flag bit | Nilay Vaish |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-22 | Packet: Remove NACKs from packet and its use in endpoints | Andreas Hansson |