aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-132/+287
2025-08-28KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu()Marc Zyngier1-4/+80
2025-08-28KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessorsMarc Zyngier1-110/+160
2025-08-21KVM: arm64: Get rid of ARM64_FEATURE_MASK()Marc Zyngier1-20/+20
2025-08-21KVM: arm64: Make ID_AA64PFR1_EL1.RAS_frac writableMarc Zyngier1-14/+27
2025-08-21KVM: arm64: Make ID_AA64PFR0_EL1.RAS writableMarc Zyngier1-1/+0
2025-08-21KVM: arm64: Handle RASv1p1 registersMarc Zyngier1-0/+17
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-63/+144
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+8
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-63/+144
2025-07-28Merge branch 'kvm-arm64/el2-reg-visibility' into kvmarm/nextOliver Upton1-49/+82
2025-07-26Merge branch 'kvm-arm64/misc' into kvmarm/nextOliver Upton1-1/+1
2025-07-26Merge branch 'kvm-arm64/gcie-legacy' into kvmarm/nextOliver Upton1-1/+9
2025-07-26KVM: arm64: Enforce the sorting of the GICv3 system register tableMarc Zyngier1-1/+5
2025-07-26KVM: arm64: Clarify the check for reset callback in check_sysreg_table()Marc Zyngier1-7/+7
2025-07-23arm64: kvm: sys_regs: use string choices helperKuninori Morimoto1-1/+1
2025-07-21KVM: arm64: Make RAS registers UNDEF when RAS isn't advertisedMarc Zyngier1-8/+25
2025-07-15KVM: arm64: Advertise FGT2 registers to userspaceMarc Zyngier1-0/+15
2025-07-15KVM: arm64: Condition FGT registers on feature availabilityMarc Zyngier1-5/+15
2025-07-15KVM: arm64: Define helper for ICH_VTR_EL2Marc Zyngier1-5/+1
2025-07-15KVM: arm64: Define constant value for ICC_SRE_EL2Marc Zyngier1-2/+1
2025-07-15KVM: arm64: Don't advertise ICH_*_EL2 registers through GET_ONE_REGMarc Zyngier1-27/+37
2025-07-15KVM: arm64: Make RVBAR_EL2 accesses UNDEFMarc Zyngier1-2/+1
2025-07-09KVM: arm64: Fix enforcement of upper bound on MDCR_EL2.HPMNBen Horgan1-1/+1
2025-07-08KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff1-1/+9
2025-07-08KVM: arm64: Advertise support for FEAT_DoubleFault2Oliver Upton1-2/+0
2025-07-08KVM: arm64: Advertise support for FEAT_SCTLR2Oliver Upton1-2/+5
2025-07-08KVM: arm64: Wire up SCTLR2_ELx sysreg descriptorsOliver Upton1-0/+20
2025-07-08KVM: arm64: nv: Add FEAT_RAS vSError sys regs to tableOliver Upton1-0/+2
2025-07-02KVM: arm64: Expose MTE_STORE_ONLY feature to guestYeoreum Yun1-2/+5
2025-07-02KVM: arm64: Expose FEAT_MTE_TAGGED_FAR feature to guestYeoreum Yun1-3/+5
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-29/+31
2025-06-05KVM: arm64: Add RMW specific sysreg accessorMarc Zyngier1-11/+11
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier1-18/+20
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-127/+146
2025-05-23Merge branch kvm-arm64/nv-nv into kvmarm-master/nextMarc Zyngier1-57/+78
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier1-59/+9
2025-05-23Merge branch kvm-arm64/mte-frac into kvmarm-master/nextMarc Zyngier1-2/+26
2025-05-19KVM: arm64: Add sanitisation for FEAT_FGT2 registersMarc Zyngier1-0/+3
2025-05-19KVM: arm64: nv: Plumb TLBI S1E2 into system instruction dispatchMarc Zyngier1-26/+61
2025-05-19KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2Marc Zyngier1-9/+15
2025-05-19KVM: arm64: nv: Move TLBI range decoding to a helperMarc Zyngier1-22/+2
2025-05-16KVM: arm64: Make MTE_frac masking conditional on MTE capabilityBen Horgan1-2/+26
2025-05-10KVM: arm64: Validate FGT register descriptions against RES0 masksMarc Zyngier1-0/+2
2025-05-10KVM: arm64: Switch to table-driven FGU configurationMarc Zyngier1-69/+4
2025-05-06KVM: arm64: Plug FEAT_GCS handlingMarc Zyngier1-0/+8
2025-05-06KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_LS64_ACCDATA being disabledMarc Zyngier1-1/+3
2025-05-06arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2Marc Zyngier1-10/+10
2025-05-05KVM: arm64: Prevent userspace from disabling AArch64 support at any virtualisable ELMarc Zyngier1-0/+6
2025-04-11KVM: arm64: Handle out-of-bound write to MDCR_EL2.HPMNMarc Zyngier1-6/+23