arch-power: Add doubleword modulo instructions
[gem5.git] / src / arch / arm / kvm /
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-31 Gabe Blackarch: Stop using switching header files in ISA specific...
2020-12-11 muptonarm,kvm: missed rename of MISCREG_HYP in kvm/armv8_cpu.cc
2020-11-26 Curtis Dunhamarch-arm: Add ID_MMFR4{,EL1} system registers
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-25 Ciro Santilliarch-arm: implement the aarch64 ID_ISAR6_EL1 miscregister
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-02 Giacomo Travaglinikvm, arm: Add parameter to force simulation of Gicv2
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-13 Giacomo Travagliniarch-arm: Fix ArmISA namespace requirement for Arm KVM
2020-07-10 Hsuan Hsuarch-arm: Add basic support for KVM_CAP_ARM_USER_IRQ
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-03-12 Gabe Blackarm: Delete the unused onKvmExitHypercall method.
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2020-02-17 Giacomo Travagliniarch-arm: Fix ArmKVM build
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/