mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / kvm /
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...
2019-12-10 Giacomo Travagliniarch-arm: Replace NumFloatV8ArchRegs with NumVecV8ArchRegs
2019-12-06 Gabe Blackkvm,arm: Update the KVM ARM v8 CPU to use vector regs.
2019-11-28 Gabe Blackarm: Make sure not to shift off of the end of a uint32_...
2019-10-07 Ciro Santillikvm, arm: fix the size of MISCREG_FPSR and MISCREG_FPCR
2019-08-30 Giacomo Travagliniarm,kvm: Fix python imports from global namespace
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2019-01-14 Gabe Blackarm: Stop using the FloatReg and FloatRegBits types.
2018-09-12 Ciro Santillidev-arm: rename Pl390 to GicV2
2018-02-09 Giacomo Travaglinisim: Remove _numContexts member in System class
2017-09-20 Gabe Blackkvm: arm: Get rid of functions which just wrap the...
2017-08-01 Andreas Sandbergkvm, arm: Switch to the device EQ when accessing ISA...
2017-07-07 Curtis Dunhamkvm, arm: don't create interrupt events while saving...
2017-07-07 Andreas Sandbergkvm, arm: Don't forward IRQ/FIQ when using the kernel...
2017-07-05 Curtis Dunhamarm,kvm: update CP15 timer model when exiting Kvm
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-05-09 Andreas Sandbergkvm, arm: Fix incorrect PSTATE sync
2017-04-03 Curtis Dunhamarm, kvm: implement GIC state transfer
2017-04-03 Andreas Sandbergarm, kvm: Override the kernel's default MPIDR value
2017-03-03 Rahul Thakurarm, kvm: enable running 32-bit Guest under ARM KVM64
2017-03-03 Rahul Thakurarm, kvm: fix saving/restoring conditional flags in...
2017-02-14 Curtis Dunhamarm, kvm: remove KvmGic
2017-02-14 Curtis Dunhamarm, kvm: implement MuxingKvmGic
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2017-02-14 Curtis Dunhamsim,kvm,arm: fix typos
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-04-27 Andreas Sandbergkvm, arm: Make GIC interrupt lines configurable
2016-04-27 Andreas Sandbergkvm, arm: Refactor KVM GIC device
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-10-29 Victor Garciakvm, arm: Fix compilation errors due to API changes
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-06-01 Andreas Sandbergkvm, arm: Add support for aarch64
2015-06-01 Andreas Sandbergkvm, arm, dev: Add an in-kernel GIC implementation
2015-06-01 Andreas Sandbergkvm, arm: Move ARM-specific files to arch/arm/kvm/