Age | Commit message (Expand) | Author |
2016-08-22 | config: KVM acceleration for apu_se.py | David Hashe |
2016-08-22 | tests: Add example of using KVM acceleration with an app | David Hashe |
2016-08-22 | cpu, mem, sim: Change how KVM maps memory | David Hashe |
2016-08-16 | dev: Revert 0a316996de76 [dev, sim: Added missing override...] | Andreas Sandberg |
2016-08-15 | cpu: Add missing override in Minor's exec context | Andreas Sandberg |
2016-08-15 | cpu: Fixed clang errors. Added 'override' keyword for virtual functions. | Reiley Jeapaul |
2016-08-15 | mem: Print an MSHR without triggering any assertions | Nikos Nikoleris |
2016-08-15 | dev, sim: Added missing override keywords to fix CLANG compilation (OSX) | Matteo Andreozzi |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-08-13 | tests: remove EIO tests | Steve Reinhardt |
2016-08-12 | stats: Update to match classic memory changes | Andreas Sandberg |
2016-08-12 | mem: Add support for secure packets in the snoop filter | Nikos Nikoleris |
2016-08-12 | mem: Add snoop filter to SystemXBar by default | Andreas Hansson |
2016-08-12 | mem: Use FromCache attribute in snoop filter allocation | Andreas Hansson |
2016-08-12 | mem: Update mostly exclusive policy even further | Andreas Hansson |
2016-08-12 | mem: Update mostly exclusive cache policy to cover more cases | Andreas Hansson |
2016-08-12 | mem: Add a FromCache packet attribute | Andreas Hansson |
2016-08-10 | arm, config: Exit with fatal error if using Ruby | Andreas Sandberg |
2016-08-10 | arm, config: Add initial support for Ruby | Andreas Sandberg |
2016-08-10 | arm, dev: Add support for listing DMA ports in new platforms | Andreas Sandberg |
2016-08-10 | ruby: Implement support for functional accesses to PIO ranges | Andreas Sandberg |
2016-08-10 | arm: Don't report the boot ROM as a memory in config tables | Andreas Sandberg |
2016-08-05 | sim: fix issues with pwrite(); don't enable fstatfs | Tony Gutierrez |
2016-08-04 | x86, sim: add some syscalls to X86 | Tony Gutierrez |
2016-08-03 | style: Make the style fixers safe | Jason Lowe-Power |
2016-08-02 | arm: s/ctx_id/ctx/ the GIC | Curtis Dunham |
2016-08-02 | arm: bank GIC registers per CPU | Curtis Dunham |
2016-08-02 | stats: update references | Curtis Dunham |
2016-08-02 | arm: refactor page table walking | Curtis Dunham |
2016-08-02 | arm: warn not fail on use of missing miscreg CNTHCTL_EL2 | Dylan Johnson |
2016-08-02 | arm: Check TLB stage 2 permissions in AArch64 | Dylan Johnson |
2016-08-02 | arm: correctly assign faulting IPA's to HPFAR_EL2 | Dylan Johnson |
2016-08-02 | arm: Add TLBI instruction for stage 2 IPA's | Dylan Johnson |
2016-08-02 | arm: Fix stage 2 memory attribute checking in AArch64 | Dylan Johnson |
2016-08-02 | arm: Fix trapping to Hypervisor during MSR/MRS read/write | Dylan Johnson |
2016-08-02 | arm: Fix secure state checking in various places | Dylan Johnson |
2016-08-02 | arm: Fix stage 2 determination in table walker | Dylan Johnson |
2016-08-02 | arm: Refactor aarch64 table walk logic to remove redundancy | Dylan Johnson |
2016-08-02 | arm: Add check to fault routing for hypervisor/virtualization | Dylan Johnson |
2016-08-02 | arm: Fix EL perceived at TLB for address translation instructions | Dylan Johnson |
2016-08-02 | arm: Add AArch64 hypervisor call instruction 'hvc' | Dylan Johnson |
2016-08-02 | arm: add stage2 translation support | Dylan Johnson |
2016-08-02 | arm: enable EL2 support | Curtis Dunham |
2016-08-02 | arm: invalidate TLB miscreg cache on modification of HSCTLR | Dylan Johnson |
2016-08-02 | arm: change instruction classes to catch hyp traps | Dylan Johnson |
2016-07-22 | tests: Add regex-based ignore rules for ref files | Andreas Sandberg |
2016-07-21 | stats: update references | Curtis Dunham |
2016-07-21 | arm, config: Add an example ARM big.LITTLE(tm) configuration script | Gabor Dozsa |
2016-07-21 | cpu: Fix Minor SMT WFI/drain interaction issues | Mitch Hayenga |
2016-07-21 | cpu: Add SMT support to MinorCPU | Mitch Hayenga |