Age | Commit message (Expand) | Author |
2013-10-15 | arch/x86: add support for explicit CC register file | Yasuko Eckert |
2013-10-15 | cpu: add a condition-code register class | Yasuko Eckert |
2013-10-15 | cpu: rename *_DepTag constants to *_Reg_Base | Steve Reinhardt |
2013-10-15 | isa: clean up register constants | Steve Reinhardt |
2013-10-15 | cpu: clean up architectural register classification | Steve Reinhardt |
2013-10-15 | mem: Rename the ASI_BITS flag field in Request | Andreas Sandberg |
2013-10-15 | mem: Use a flag instead of address bit 63 for generic IPRs | Andreas Sandberg |
2013-10-07 | x86: enables lstat and readlink syscalls | Nilay Vaish |
2013-09-30 | x86: Add support for m5ops through a memory mapped interface | Andreas Sandberg |
2013-09-30 | arch: Add support for m5ops using mmapped IPRs | Andreas Sandberg |
2013-09-30 | x86: Add support for FXSAVE, FXSAVE64, FXRSTOR, and FXRSTOR64 | Andreas Sandberg |
2013-09-30 | x86: Add support for FLDENV & FNSTENV | Andreas Sandberg |
2013-09-30 | x86: Add support for loading 32-bit and 80-bit floats in the x87 | Andreas Sandberg |
2013-09-30 | x86: Fix re-entrancy problems in x87 store instructions | Andreas Sandberg |
2013-09-30 | x86: Add support routines to load and store 80-bit floats | Andreas Sandberg |
2013-09-30 | x86: Add limited support for extracting function call arguments | Andreas Sandberg |
2013-09-19 | x86: Add support routines to convert between x87 tag formats | Andreas Sandberg |
2013-09-18 | x86: Expose the raw hash map of MSRs | Andreas Sandberg |
2013-09-18 | x86: Add support for checking the raw state of an interrupt | Andreas Sandberg |
2013-09-18 | x86: Expose the interrupt vector in faults | Andreas Sandberg |
2013-09-04 | arch: Resurrect the NOISA build target and rename it NULL | Andreas Hansson |
2013-09-04 | alpha: Move system virtProxy to Alpha only | Andreas Hansson |
2013-08-19 | alpha: Check interrupts before quiesce | Andreas Hansson |
2013-08-07 | x86: add tlb checkpointing | Nilay Vaish |
2013-07-18 | mem: Set the cache line size on a system level | Andreas Hansson |
2013-07-11 | dev: make BasicPioDevice take size in constructor | Steve Reinhardt |
2013-07-11 | dev: consistently end device classes in 'Device' | Steve Reinhardt |
2013-07-11 | devices: make more classes derive from BasicPioDevice | Steve Reinhardt |
2013-06-27 | sim: Add the notion of clock domains to all ClockedObjects | Akash Bagdia |
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-05-14 | arm: Add support for the m5fail pseudo-op | Andreas Sandberg |
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-04-22 | arm: Add a method to query interrupt state ignoring CPSR masks | Andreas Sandberg |
2013-04-22 | arm: Enable support for triggering a sim panic on kernel panics | Andreas Sandberg |
2013-04-22 | sim: Add helper functions that add PCEvents with custom arguments | Andreas Sandberg |
2013-04-17 | arm: set ldr_ret_uop as conditional or unconditional control | Nathanael Premillieu |
2013-03-28 | x86: changes to apic, keyboard | Nilay Vaish |