Age | Commit message (Expand) | Author |
2020-01-06 | arch,sim: Use the guest ABI mechanism with pseudo instructions. | Gabe Black |
2020-01-06 | arch-arm: Semihosting, specify files root dir | Adrian Herrera |
2020-01-06 | dev-arm: Fix SMMUv3 walkMasks in page table ops | Michiel van Tol |
2020-01-06 | dev-arm: Fix SMMUv3 16KB next-level table address masking | Giacomo Travaglini |
2020-01-06 | dev-arm: GICv3, handle GICR_ICFGR0 WI behaviour | Adrian Herrera |
2020-01-06 | mem-cache: Avoid write merging if there are reads in between | Nikos Nikoleris |
2020-01-03 | sim: Move destructor of Port to public | Yu-hsin Wang |
2020-01-03 | cpu: Fix issue with MinorCPU predicated-false mem. accesses | Giacomo Gabrielli |
2020-01-03 | cpu: Disable MinorCPU value forwarding with write strobes | Gabor Dozsa |
2019-12-30 | fastmodel: Fix compilation errors | Chun-Chen TK Hsu |
2019-12-27 | fastmodel: Move ARM but not CortexA76 specific bits to the IRIS TC. | Gabe Black |
2019-12-27 | fastmodel: Move the ARM IRIS threadcontext into CortexA76. | Gabe Black |
2019-12-27 | fastmodel: Mostly collapse ARM base classes for the CortexA76 CPU. | Gabe Black |
2019-12-27 | fastmodel: Checkpoint the TCs when checkpointing a fast model CPU. | Gabe Black |
2019-12-27 | fastmodel: Handle "special" vector regs without calling into IRIS. | Gabe Black |
2019-12-24 | fastmodel: Implement readVecRegFlat for ArmThreadContext. | Gabe Black |
2019-12-24 | fastmodel: Determine what space to use for breakpoints dynamically. | Gabe Black |
2019-12-23 | fastmodel: Implement PC based events. | Gabe Black |
2019-12-21 | base: Fix negative op-assign of SatCounter | Daniel R. Carvalho |
2019-12-20 | configs: arm realview(64) regressions using VExpress_GEM5_V1 | Giacomo Travaglini |
2019-12-20 | systemc: Fix tlm2 socket integration | Jui-min Lee |
2019-12-20 | arch-arm: Fix clang warnings | Jui-min Lee |
2019-12-19 | arch-arm: Fix decoding of LDFF1x scalar plus scalar | AdriĆ Armejach |
2019-12-18 | arch-arm: Semihosting, fix SYS_FLEN | Adrian Herrera |
2019-12-18 | sim: kernelExtras optional load addresses | Adrian Herrera |
2019-12-18 | python: fix "fatal" usage in fdthelper | Adrian Herrera |
2019-12-18 | arch-arm: Secure EL2 checking | Adrian Herrera |
2019-12-18 | arch-arm: AArch64 trap check, arbitrary ECs/Imms | Adrian Herrera |
2019-12-18 | x86: Fix some bugs with KVM in SE mode on Intel machines. | Gabe Black |
2019-12-17 | sim: Include some required headers in the syscall debug macros header. | Gabe Black |
2019-12-17 | fastmodel: Tell fast model not to shutdown when time stops. | Gabe Black |
2019-12-17 | fastmodel: Implement port proxies. | Gabe Black |
2019-12-17 | fastmodel: Create a TLB model which uses IRIS to do translations. | Gabe Black |
2019-12-17 | fastmodel: Add an address translation mechanism to the ThreadContext. | Gabe Black |
2019-12-17 | base: Fix AddrRange::isSubset() check | Nikos Nikoleris |
2019-12-17 | scons: Added channel_addr.cc dependency to channel_addr GTest | Bobby R. Bruce |
2019-12-17 | fastmodel: Add a header for IRIS MSN constants. | Gabe Black |
2019-12-16 | sim: kernelExtras if no kernel provided | Adrian Herrera |
2019-12-13 | dev-virtio: VIO9P turns on diod verbose output with -d 1 | Ciro Santilli |
2019-12-13 | dev-virtio: don't set the 9p default root | Ciro Santilli |
2019-12-13 | dev-virtio: use diod basename as the default 9p path | Ciro Santilli |
2019-12-12 | mem: Encapsulate mapping gem5 to host address space | Daniel R. Carvalho |
2019-12-12 | mem-cache: Move unused prefetches counter update | Daniel R. Carvalho |
2019-12-12 | python: Convert terminal escape sequences to strings. | Gabe Black |
2019-12-11 | arch-arm: Always initialize SVE memData | Giacomo Travaglini |
2019-12-11 | arch-arm: Avoid creating an empty byteEnable vector | Giacomo Travaglini |
2019-12-11 | cpu: Replace empty byteEnable check with Request::isMasked | Giacomo Travaglini |
2019-12-11 | cpu: Fix coding style (byteEnable->byte_enable) | Giacomo Travaglini |
2019-12-11 | cpu: Add byteEnable assertions to readMem and initateMemRead | Giacomo Travaglini |
2019-12-10 | sim,arch: Collapse the ISA specific versions of m5Syscall. | Gabe Black |