Age | Commit message (Expand) | Author |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson |
2014-06-13 | x86: add LongModeAddressSize function to cpuid | Jiuyue Ma |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-09-03 | x86: Flag instructions that call suspend as IsQuiesce | Mitch Hayenga |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-09-01 | x86: set op class of two fp instructions | Nilay Vaish |
2014-08-28 | mem: adding architectural page table support for SE mode | Alexandru |
2014-08-26 | base: Replace the internal varargs stuff with C++11 constructs | Andreas Sandberg |
2014-06-21 | x86: fix table walker assertion | Binh Pham |
2014-05-31 | style: eliminate equality tests with true and false | Steve Reinhardt |
2014-05-12 | syscall emulation: clean up & comment SyscallReturn | Steve Reinhardt |
2014-05-09 | cpu: Add flag name printing to StaticInst | Andrew Bardsley |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2014-05-09 | arch, arm: Preserve TLB bootUncacheability when switching CPUs | Geoffrey Blake |
2014-05-09 | arch: remove inline specifiers on all inst constrs, all ISAs | Curtis Dunham |
2014-03-16 | kvm: x86: Add support for x86 INIT and STARTUP handling | Andreas Sandberg |
2014-03-03 | x86: Setup correct TSL/TR segment attributes on INIT | Andreas Sandberg |
2014-02-05 | x86: Fix x87 state transfer bug | Andreas Sandberg |
2014-02-02 | x86, kvm: Fix bug in the RFlags get and set functions | Nikos Nikoleris |
2014-01-27 | x86: use lfpimm instead of limm for fptan | Nilay Vaish |
2014-01-27 | x86: implements x87 add/sub instructions | Nilay Vaish |
2014-01-27 | x86: implements fxch instruction. | Nilay Vaish |
2014-01-27 | x86: correct error in emms instruction. | Nilay Vaish |
2014-01-24 | arch: Make all register index flattening const | Andreas Hansson |
2014-01-24 | arch, cpu: Add support for flattening misc register indexes. | Ali Saidi |
2014-01-24 | cpu: Add CPU support for generatig wake up events when LLSC adresses are snoo... | Ali Saidi |
2014-01-24 | x86: Fix memory leak in table walker | Andreas Hansson |
2013-11-26 | x86: Implementation of Int3 and Int_Ib in long mode | Christian Menard |
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: 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 |