aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c
AgeCommit message (Expand)Author
2023-12-08KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray
2022-03-23arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly
2021-06-10KVM: arm64: Fix debug register indexingMarc Zyngier
2021-01-17KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier
2020-12-30KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon
2019-08-29KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier
2019-03-23arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin
2019-03-23arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier
2018-08-12KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier
2018-08-12KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encodingMarc Zyngier
2018-07-09arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin
2018-04-17arm64: KVM: Demote SVE and LORegion warnings to debug onlyMarc Zyngier
2018-03-19KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/putChristoffer Dall
2018-03-19KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHEChristoffer Dall
2018-03-19KVM: arm64: Introduce framework for accessing deferred sysregsChristoffer Dall
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall
2018-03-19KVM: arm64: Change 32-bit handling of VM system registersChristoffer Dall
2018-02-26KVM: arm64: Enable the EL1 physical timer for AArch32 guestsJérémy Fanguède
2018-02-26arm64/kvm: Prohibit guest LOR accessesMark Rutland
2018-01-16KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng
2018-01-16KVM: arm64: Save/Restore guest DISR_EL1James Morse
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-06KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall
2017-11-03arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones
2017-06-15KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier
2017-06-15KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-05-02arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier
2017-04-09Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall
2017-04-09arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier
2017-04-09arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier
2017-04-09arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier
2017-04-09arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier
2017-04-09arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier
2017-04-09arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier
2017-04-09arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin
2017-03-22KVM: arm64: Use common Set/Way sys definitionsMark Rutland
2017-03-22KVM: arm64: Use common sysreg definitionsMark Rutland
2017-03-22KVM: arm64: use common invariant sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common physical timer sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common performance monitor sysreg definitionsMark Rutland