Age | Commit message (Expand) | Author |
2015-01-25 | arm: always set the IsFirstMicroop flag | Ali Saidi |
2015-01-25 | cpu: Put all CPU instruction tracers in a single file | Ali Saidi |
2015-01-22 | mem: Clean up Request initialisation | Andreas Hansson |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2014-12-23 | arm: Add stats to table walker | Curtis Dunham |
2014-12-23 | arm: Raise an alignment fault if a PC has illegal alignment | Andreas Sandberg |
2014-12-23 | arm: Clean up and document decoder API | Andreas Sandberg |
2014-12-23 | arm: Add support for filtering in the PMU | Andreas Sandberg |
2014-12-08 | arm: Fix decoding of PMXEVTYPER_EL0 and PMCCFILTR_EL0 | Andreas Sandberg |
2014-12-05 | misc: Generalize GDB single stepping. | Gabe Black |
2014-12-05 | misc: Make the GDB register cache accessible in various sized chunks. | Gabe Black |
2014-12-02 | arm: Fix TLB ignoring faults when table walking | Andrew Bardsley |
2014-11-23 | mem: Page Table map api modification | Alexandru Dutu |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
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 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-10-16 | arch: Use shared_ptr for all Faults | 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-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-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
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 | 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-05-27 | arm: support 16kb vm granules | Curtis Dunham |
2014-09-03 | arch, cpu: Factor out the ExecContext into a proper base class | Andreas Sandberg |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-09-03 | config: Change parsing of Addr so hex values work from scripts | Mitch Hayenga |
2014-09-03 | arm: Fix ExtMachInst hash operator underlying type | Andreas Hansson |
2014-08-28 | mem: adding architectural page table support for SE mode | Alexandru |
2014-08-13 | arm: change MISCREG_L2ERRSR to warn not fail | Dam Sunwoo |
2014-03-11 | arm: remove dead code fplib mul64x64 | Curtis Dunham |
2014-05-12 | syscall emulation: clean up & comment SyscallReturn | Steve Reinhardt |
2014-04-17 | arm: Make sure UndefinedInstructions are properly initialized | Ali Saidi |
2014-04-17 | arm: allow DC instructions by default so SE mode works | Ali Saidi |