summaryrefslogtreecommitdiff
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-19arm64: 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-18KVM: arm64: Don't hide ID registers from userspaceAndrew Jones
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-06-17KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon
2019-10-20arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systemsMarc Zyngier
2019-08-09KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-01KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland
2019-04-18KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin
2019-03-29KVM: arm64/sve: System register context switch and access supportDave Martin
2019-03-29KVM: arm64: Support runtime sysreg visibility filteringDave Martin
2019-03-29KVM: arm64: Propagate vcpu into read_id_reg()Dave Martin
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-02-22arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin
2019-02-19arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel
2019-02-19arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara
2019-02-19KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier
2019-02-07arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier
2019-01-25arm64: KVM: Don't generate UNDEF when LORegion feature is presentMarc Zyngier
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-19arm64: KVM: Add trapped system register access tracepointMarc Zyngier
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland
2018-12-13arm64/kvm: hide ptrauth from guestsMark Rutland
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