Age | Commit message (Expand) | Author |
2014-12-05 | misc: Generalize GDB single stepping. | Gabe Black |
2014-12-05 | x86: Implement a remote GDB stub. | Gabe Black |
2014-12-05 | misc: Make the GDB register cache accessible in various sized chunks. | Gabe Black |
2014-12-04 | x86: Rework opcode parsing to support 3 byte opcodes properly. | Gabe Black |
2014-12-04 | arch: Allow named constants as decode case values. | Gabe Black |
2014-12-02 | x86: Clean up style in process.cc. | Gabe Black |
2014-12-02 | arm: Fix TLB ignoring faults when table walking | Andrew Bardsley |
2014-12-02 | cpu: Always mask the snoop address when performing lock check | Andreas Hansson |
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-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-11-06 | x86 isa: This patch attempts an implementation at mwait. | Marc Orr |
2014-10-29 | automated merge | Ali Saidi |
2014-10-29 | arm, tests: Update config files to more recent kernels and create 64-bit regr... | Ali Saidi |
2014-10-29 | arm, mem: Fix drain bug and provide drain prints for more components. | Ali Saidi |
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi |
2014-10-29 | arm: Mark some miscregs (timer counter) registers at unverifiable. | Ali Saidi |
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-10-16 | arm: Add helper methods to setup architected PMU events | Andreas Sandberg |
2014-10-16 | arm: Add TLB PMU probes | Andreas Sandberg |
2014-10-16 | arm: Add a model of an ARM PMUv3 | Andreas Sandberg |
2014-09-02 | arm: Don't speculatively access most miscregisters. | Akash Bagdia |
2014-06-13 | x86: add LongModeAddressSize function to cpuid | Jiuyue Ma |
2014-10-01 | arm: Use MiscRegIndex rather than int when flattening | Andreas Hansson |
2014-10-01 | arm: More UBSan cleanups after additional full-system runs | Andreas Hansson |
2014-09-27 | arm: Fixed undefined behaviours identified by gcc | Andreas Hansson |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-09-27 | scons: Address issues related to gcc 4.9.1 | 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-19 | arch: Pass faults by const reference where possible | Andreas Hansson |
2014-09-12 | style: Fix line continuation, especially in debug messages | Andrew Bardsley |
2014-09-03 | arm: Make memory ops work on 64bit/128-bit quantities | Mitch Hayenga |
2014-09-03 | x86: Flag instructions that call suspend as IsQuiesce | Mitch Hayenga |
2014-09-03 | arm: Fix v8 neon latency issue for loads/stores | Mitch Hayenga |
2014-04-29 | arm: use condition code registers for ARM ISA | Curtis Dunham |
2014-09-03 | arm: ISA X31 destination register fix | Andrew Bardsley |
2014-09-03 | arm: Mark v7 cbz instructions as direct branches | Mitch Hayenga |
2014-09-03 | arch: Properly guess OpClass from optional StaticInst flags | Mitch Hayenga |