Age | Commit message (Expand) | Author |
2020-01-13 | systemc: keep SC_CONCAT* macro | Earl Ou |
2020-01-11 | arch: Make the generic micropc enabled PCState set nupc to 1. | Gabe Black |
2020-01-10 | dev-arm: VExpress_GEM5_Base, fix daughterboard reference | Adrian Herrera |
2020-01-09 | tests,base: Added GTest for base/socket.cc | Bobby R. Bruce |
2020-01-09 | tests: Updated gtest/logging.cc to print log rather than fail. | Bobby R. Bruce |
2020-01-09 | base: Include some required headers in amo.hh. | Gabe Black |
2020-01-09 | base, gpu-compute: Move gpu AMOs into the generic header | Giacomo Travaglini |
2020-01-08 | tests: Added functionality to allow the ignoring of test suites | Bobby R. Bruce |
2020-01-08 | arch, base: Move arm AtomicOpFunctor into the generic header | Giacomo Travaglini |
2020-01-08 | base: Move AtomicOpFunctors to a dedicated header | Giacomo Travaglini |
2020-01-08 | scons: Add '-Wl,--as-needed' to default LINKFLAGS | Yu-hsin Wang |
2020-01-07 | arch,sim: Promote the m5ops_base param to the System base class. | Gabe Black |
2020-01-07 | cpu: Disable O3CPU value forwarding with write strobes | Gabor Dozsa |
2020-01-07 | cpu: Use enums for O3CPU store value forwarding | Gabor Dozsa |
2020-01-07 | system-arm: GICv2/GICv3 have different Distributor addresses | Giacomo Travaglini |
2020-01-07 | system-arm: Rename ARM bootloader source | Giacomo Travaglini |
2020-01-07 | system-arm: Rename ARM bootloader directories | Giacomo Travaglini |
2020-01-07 | misc: Reflect changes of arm bootloader name | Adrian Herrera |
2020-01-07 | scons: Cleanup code that enables asan and ubsan | Nikos Nikoleris |
2020-01-07 | mem-cache: Forward snoops when the cache is not responding | Nikos Nikoleris |
2020-01-07 | mem-cache: Ensure that responses get data from the right source | Nikos Nikoleris |
2020-01-07 | systemc: fix gem5_to_tlm bridge | Earl Ou |
2020-01-07 | fastmodel: Implement the vecPredReg accessor functions. | Gabe Black |
2020-01-07 | arch,sim: Stop decoding the pseudo inst subfunc value. | Gabe Black |
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-06 | configs-arm: enable PMU instantiation in CpuCluster | Adrian Herrera |
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 |
2020-01-03 | misc: Added 'fastmodel' to MAINTAINERS | Bobby R. Bruce |
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-23 | tests: Always print stderr in gem5 Fixtures | Giacomo Travaglini |
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 |