Age | Commit message (Expand) | Author |
2015-01-03 | x86: implements the simd128 ADDSUBPD instruction | Maxime Martinasso |
2014-12-05 | misc: Generalize GDB single stepping. | Gabe Black |
2014-12-05 | x86: Implement a remote GDB stub. | Gabe Black |
2014-12-04 | x86: Rework opcode parsing to support 3 byte opcodes properly. | Gabe Black |
2014-12-02 | x86: Clean up style in process.cc. | Gabe Black |
2014-11-23 | mem: Page Table map api modification | Alexandru Dutu |
2014-11-23 | x86: Segment initialization to support KvmCPU in SE | Alexandru Dutu |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-11-23 | cpuid, x86: Enabling more features in CPUid | Alexandru Dutu |
2014-11-17 | x86: Fix setting segment bases in real mode. | Gabe Black |
2014-11-17 | x86: Fix some bugs in the real mode far jmp instruction. | Gabe Black |
2014-11-17 | x86: APIC: Only set deliveryStatus if our IPI is going somewhere. | Gabe Black |
2014-11-17 | x86: APIC: Fix the getRegArrayBit function. | Gabe Black |
2014-11-16 | x86: Fix the CPUID Long Mode Address Size function. | Gabe Black |
2014-11-06 | x86 isa: This patch attempts an implementation at mwait. | Marc Orr |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | x86: Fixes to avoid LTO warnings | Andreas Hansson |
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 |