Age | Commit message (Expand) | Author |
2019-09-18 | arch-arm: Fix Data Abort ISS when caused by Atomic operation | Giacomo Travaglini |
2019-09-18 | arch-arm: PSTATE.PAN affecting EL2 only when HCR_EL2.E2H=1 | Giacomo Travaglini |
2019-08-20 | arch-arm: Replace occ of opModeToEL(currOpMode/cpsr) with currEL | Giacomo Travaglini |
2019-08-05 | arch-arm: Implement ARMv8.1-PAN, Privileged access never | Giacomo Travaglini |
2019-07-17 | arch-arm: Use ExceptionLevel type in TlbEntry | Giacomo Travaglini |
2019-06-26 | arch, arm: Update miscRegs in getTE | Anouk Van Laer |
2019-05-14 | arch-arm: Do not check MustBeOne flag for TLB requests from the prefetcher | Javier Bueno |
2019-04-26 | arch-arm: updateMiscReg not setting isHyp in aarch64 | Giacomo Travaglini |
2019-04-25 | arch-arm: Remove un-needed hyp flag in TLBI operations | Giacomo Travaglini |
2019-03-21 | dev-arm: ambiguous use of getPort() | Andrea Mondelli |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-01 | mem-cache: alias to mem::getMasterPort in TLB class | Andrea Mondelli |
2018-11-28 | cpu,arch-arm: Initialise data members | Rekai Gonzalez-Alberquilla |
2018-11-05 | arch, arm: Effect of AT instructions on descriptor handling | Anouk Van Laer |
2018-06-14 | arch-arm: Add Illegal Execution flag to PCState | Giacomo Travaglini |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-06 | arch-arm: Respect EL from translation type | Andreas Sandberg |
2018-02-16 | arch-arm: Fix syntax error in TLB::getResultTe | Chuan Zhu |
2018-02-07 | arch-arm: Check cache maintenance insts for permission faults | Nikos Nikoleris |
2018-02-07 | arch-arm: Change function name for banked miscregs | Giacomo Travaglini |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-12-05 | arm: Add CMO support for Non-Cacheable memory | Nikos Nikoleris |
2017-05-09 | arm: Add support for memory-mapped m5ops | Andreas Sandberg |
2017-02-21 | arm: Blame the right instruction address on a Prefetch Abort | Nikos Nikoleris |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-08-02 | arm: Add TLBI instruction for stage 2 IPA's | Dylan Johnson |
2016-08-02 | arm: Fix stage 2 determination in table walker | Dylan Johnson |
2016-08-02 | arm: Fix EL perceived at TLB for address translation instructions | Dylan Johnson |
2016-08-02 | arm: add stage2 translation support | Dylan Johnson |
2016-07-11 | arm: Don't consult the TLB test iface for functional translations | Andreas Sandberg |
2016-06-06 | sim: Call regStats of base-class as well | Stephan Diestelhorst |
2016-06-02 | arm: refactor page table format determination | Curtis Dunham |
2016-05-31 | arm: Correctly check translation mode (aarch64/aarch32) | Andreas Sandberg |
2016-05-26 | arm: Fix incorrect TLB permission check in aarch32 | Andreas Sandberg |
2016-03-21 | arm: Refactor the TLB test interface | Andreas Sandberg |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-09-30 | arm: Change TLB Software Caching | Mitch Hayenga |
2015-08-21 | arm, mem: Remove unused CLEAR_LL request flag | Andreas Hansson |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-06-21 | arm: Cleanup arch headers to remove dma_device.hh dependency | Andreas Sandberg |
2015-05-26 | arm: Make address translation faster with better caching | Nathanael Premillieu |
2015-05-05 | arm: Relax ordering for some uncacheable accesses | Andreas Sandberg |
2015-05-05 | mem, cpu: Add a separate flag for strictly ordered memory | Andreas Sandberg |
2015-05-05 | arm: Remove unnecessary boot uncachability | Andreas Hansson |
2015-03-02 | arm: Share a port for the two table walker objects | Andreas Hansson |
2014-12-23 | arm: Raise an alignment fault if a PC has illegal alignment | Andreas Sandberg |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |