Age | Commit message (Expand) | Author |
2016-09-13 | sim: Refactor quiesce and remove FS asserts | Michael LeBeane |
2016-09-13 | config: move dist-gem5 options to common config | Michael LeBeane |
2016-09-13 | dev: Add a DmaCallback class to DmaDevice | Michael LeBeane |
2016-09-13 | sim, syscall_emul: Add mmap to EmulatedDriver | Michael LeBeane |
2016-09-13 | gpu-compute: Fix bug with return in cfg | Michael LeBeane |
2016-09-13 | dev: Exit correctly in dist-gem5 | Michael LeBeane |
2016-09-13 | misc: Remove FullSystem check for networking components | Michael LeBeane |
2016-09-13 | base: Output all AddrRange parameters to config.ini | Matt Poremba |
2016-09-06 | dev, arm: Add a customizable NoMali GPU model | Andreas Sandberg |
2016-09-02 | ext: eliminate warnings in SST connector | Curtis Dunham |
2016-08-24 | commit 15c633eea52f21dae8cb3a195823b3cdec7be491 | Curtis Dunham |
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 |