cpu: Consolidate and move the CPU's calls to TheISA::initCPU.
[gem5.git] / src /
2020-01-23 Gabe Blackcpu: Consolidate and move the CPU's calls to TheISA...
2020-01-22 Adrian Herreradev-arm: add Watchdog Module SP805 model
2020-01-22 Adrian Herreradev-arm: VExpress_GEM5_Base, add refclock 32KHz
2020-01-22 Gabe Blackfastmodel: Implement CC reg accessors.
2020-01-22 Gabe Blackarm: Remove checkpointing from the ARM TLBs.
2020-01-22 Gabe Blackarch: Get rid of the unused (and mostly undefined)...
2020-01-21 Adrian Herreradev-arm: add FixedClock SimObject
2020-01-21 Daniel R. Carvalhomem-cache: Fix invalidation of prefetchers
2020-01-20 Jordi Vaqueroarch-arm: Fix EL2 target exception level for SP alignme...
2020-01-17 Daniel R. Carvalhomem-cache: Add print function to ReplaceableEntry
2020-01-17 Daniel R. Carvalhomem-cache: Add getter for the number of valid sub-blks
2020-01-17 Daniel R. Carvalhomem-cache: Add multiple eviction stats
2020-01-17 Daniel R. Carvalhomem-cache: Make findVictim non-const
2020-01-17 Daniel R. Carvalhomem-cache: Add more compression stats
2020-01-17 Daniel R. Carvalhomem-cache: Factor out multiple block eviction
2020-01-15 Adrian Herreraarch-arm: ELIsInHost, check VHE and SecEL2
2020-01-15 Adrian Herreraarch-arm: Virtualization Host Extensions checking
2020-01-14 Daniel R. Carvalhomem-garnet: Use smart pointers for CrossbarSwitch's...
2020-01-14 Gabe Blackx86: Stop clearing RAX for BIST in initCPU.
2020-01-14 Gabe Blackx86: Move local APIC initialization out of initCPU.
2020-01-14 Gabe Blackx86: Move miscreg initialization to the ISA class.
2020-01-13 Gabe Blacksim: Add a dumpSimcall mechanism to GuestABI.
2020-01-13 Gabe Blacksim: Add a unit test for the GuestABI mechanism.
2020-01-13 Gabe Blacksim: Implement a varargs like mechanism for GuestABI...
2020-01-13 Earl Ousystemc: keep SC_CONCAT* macro
2020-01-11 Gabe Blackarch: Make the generic micropc enabled PCState set...
2020-01-10 Adrian Herreradev-arm: VExpress_GEM5_Base, fix daughterboard reference
2020-01-09 Bobby R. Brucetests,base: Added GTest for base/socket.cc
2020-01-09 Bobby R. Brucetests: Updated gtest/logging.cc to print log rather...
2020-01-09 Gabe Blackbase: Include some required headers in amo.hh.
2020-01-09 Giacomo Travaglinibase, gpu-compute: Move gpu AMOs into the generic header
2020-01-08 Giacomo Travagliniarch, base: Move arm AtomicOpFunctor into the generic...
2020-01-08 Giacomo Travaglinibase: Move AtomicOpFunctors to a dedicated header
2020-01-07 Gabe Blackarch,sim: Promote the m5ops_base param to the System...
2020-01-07 Gabor Dozsacpu: Disable O3CPU value forwarding with write strobes
2020-01-07 Gabor Dozsacpu: Use enums for O3CPU store value forwarding
2020-01-07 Adrian Herreramisc: Reflect changes of arm bootloader name
2020-01-07 Nikos Nikolerismem-cache: Forward snoops when the cache is not responding
2020-01-07 Nikos Nikolerismem-cache: Ensure that responses get data from the...
2020-01-07 Earl Ousystemc: fix gem5_to_tlm bridge
2020-01-07 Gabe Blackfastmodel: Implement the vecPredReg accessor functions.
2020-01-07 Gabe Blackarch,sim: Stop decoding the pseudo inst subfunc value.
2020-01-06 Gabe Blackarch,sim: Use the guest ABI mechanism with pseudo instr...
2020-01-06 Adrian Herreraarch-arm: Semihosting, specify files root dir
2020-01-06 Michiel van Toldev-arm: Fix SMMUv3 walkMasks in page table ops
2020-01-06 Giacomo Travaglinidev-arm: Fix SMMUv3 16KB next-level table address masking
2020-01-06 Adrian Herreradev-arm: GICv3, handle GICR_ICFGR0 WI behaviour
2020-01-06 Nikos Nikolerismem-cache: Avoid write merging if there are reads in...
2020-01-03 Yu-hsin Wangsim: Move destructor of Port to public
2020-01-03 Giacomo Gabriellicpu: Fix issue with MinorCPU predicated-false mem....
2020-01-03 Gabor Dozsacpu: Disable MinorCPU value forwarding with write strobes
2019-12-30 Chun-Chen TK Hsufastmodel: Fix compilation errors
2019-12-27 Gabe Blackfastmodel: Move ARM but not CortexA76 specific bits...
2019-12-27 Gabe Blackfastmodel: Move the ARM IRIS threadcontext into CortexA76.
2019-12-27 Gabe Blackfastmodel: Mostly collapse ARM base classes for the...
2019-12-27 Gabe Blackfastmodel: Checkpoint the TCs when checkpointing a...
2019-12-27 Gabe Blackfastmodel: Handle "special" vector regs without calling...
2019-12-24 Gabe Blackfastmodel: Implement readVecRegFlat for ArmThreadContext.
2019-12-24 Gabe Blackfastmodel: Determine what space to use for breakpoints...
2019-12-23 Gabe Blackfastmodel: Implement PC based events.
2019-12-21 Daniel R. Carvalhobase: Fix negative op-assign of SatCounter
2019-12-20 Giacomo Travagliniconfigs: arm realview(64) regressions using VExpress_GE...
2019-12-20 Jui-min Leesystemc: Fix tlm2 socket integration
2019-12-20 Jui-min Leearch-arm: Fix clang warnings
2019-12-19 AdriĆ  Armejacharch-arm: Fix decoding of LDFF1x scalar plus scalar
2019-12-18 Adrian Herreraarch-arm: Semihosting, fix SYS_FLEN
2019-12-18 Adrian Herrerasim: kernelExtras optional load addresses
2019-12-18 Adrian Herrerapython: fix "fatal" usage in fdthelper
2019-12-18 Adrian Herreraarch-arm: Secure EL2 checking
2019-12-18 Adrian Herreraarch-arm: AArch64 trap check, arbitrary ECs/Imms
2019-12-18 Gabe Blackx86: Fix some bugs with KVM in SE mode on Intel machines.
2019-12-17 Gabe Blacksim: Include some required headers in the syscall debug...
2019-12-17 Gabe Blackfastmodel: Tell fast model not to shutdown when time...
2019-12-17 Gabe Blackfastmodel: Implement port proxies.
2019-12-17 Gabe Blackfastmodel: Create a TLB model which uses IRIS to do...
2019-12-17 Gabe Blackfastmodel: Add an address translation mechanism to...
2019-12-17 Nikos Nikolerisbase: Fix AddrRange::isSubset() check
2019-12-17 Bobby R. Brucescons: Added channel_addr.cc dependency to channel_addr...
2019-12-17 Gabe Blackfastmodel: Add a header for IRIS MSN constants.
2019-12-16 Adrian Herrerasim: kernelExtras if no kernel provided
2019-12-13 Ciro Santillidev-virtio: VIO9P turns on diod verbose output with...
2019-12-13 Ciro Santillidev-virtio: don't set the 9p default root
2019-12-13 Ciro Santillidev-virtio: use diod basename as the default 9p path
2019-12-12 Daniel R. Carvalhomem: Encapsulate mapping gem5 to host address space
2019-12-12 Daniel R. Carvalhomem-cache: Move unused prefetches counter update
2019-12-12 Gabe Blackpython: Convert terminal escape sequences to strings.
2019-12-11 Giacomo Travagliniarch-arm: Always initialize SVE memData
2019-12-11 Giacomo Travagliniarch-arm: Avoid creating an empty byteEnable vector
2019-12-11 Giacomo Travaglinicpu: Replace empty byteEnable check with Request::isMasked
2019-12-11 Giacomo Travaglinicpu: Fix coding style (byteEnable->byte_enable)
2019-12-11 Giacomo Travaglinicpu: Add byteEnable assertions to readMem and initateMe...
2019-12-10 Gabe Blacksim,arch: Collapse the ISA specific versions of m5Syscall.
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
2019-12-10 Gabe Blackx86: Stop manually clearing RFLAGS.RF after a system...
2019-12-10 Gabe Blackarch: Get rid of the now unused setSyscallArg.
2019-12-10 Gabe Blackarch: Stop using setSyscallArg to set argc and argv.
2019-12-10 Gabe Blacksim: Add a wrapper/subclass for SyscallDesc which uses...
2019-12-10 Gabe Blacksim: Add a mechanism to translate ABIs to call host...
2019-12-10 Gabe Blacksim: Get rid of the now unused SyscallDesc flags and...
2019-12-10 Gabe Blackarch: Use ignoreWarnOnceFunc instead of the WarnOnce...
next