summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/sys_regs.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17KVM: arm64: Fix shift-out-of-bounds bugIlkka Koskinen1-1/+1
2024-10-08KVM: arm64: Expose S1PIE to guestsMark Brown1-1/+3
2024-10-08KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to rescheduleOliver Upton1-0/+27
2024-10-08KVM: arm64: nv: Do not block when unmapping stage-2 if disallowedOliver Upton1-3/+3
2024-10-08Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier1-2/+36
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-136/+250
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+28
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon1-3/+22
2024-09-12Merge branch kvm-arm64/visibility-cleanups into kvmarm-master/nextMarc Zyngier1-32/+20
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier1-0/+60
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier1-100/+140
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier1-3/+29
2024-09-11KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifierMarc Zyngier1-14/+3
2024-09-11KVM: arm64: Simplify visibility handling of AArch32 SPSR_*Marc Zyngier1-8/+4
2024-09-11KVM: arm64: Simplify handling of CNTKCTL_EL12Marc Zyngier1-10/+13
2024-09-04KVM: arm64: Sanitise ID_AA64MMFR3_EL1Joey Gouly1-1/+5
2024-09-04KVM: arm64: Save/restore POE registersJoey Gouly1-2/+17
2024-08-30KVM: arm64: nv: Add support for FEAT_ATS1AMarc Zyngier1-0/+11
2024-08-30KVM: arm64: nv: Plumb handling of AT S1* traps from EL2Marc Zyngier1-0/+45
2024-08-30KVM: arm64: nv: Honor absence of FEAT_PAN2Marc Zyngier1-0/+4
2024-08-27KVM: arm64: Unify UNDEF injection helpersMarc Zyngier1-81/+51
2024-08-27KVM: arm64: Make most GICv3 accesses UNDEF if they trapMarc Zyngier1-18/+56
2024-08-27KVM: arm64: Add ICH_HCR_EL2 to the vcpu stateMarc Zyngier1-0/+2
2024-08-27KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guestMarc Zyngier1-1/+7
2024-08-27KVM: arm64: Add helper for last ditch idreg adjustmentsMarc Zyngier1-0/+23
2024-08-27KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()Marc Zyngier1-0/+1
2024-08-27KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guestsMarc Zyngier1-1/+5
2024-08-27KVM: arm64: Enable FP8 support when available and configuredMarc Zyngier1-0/+3
2024-08-27KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID regMarc Zyngier1-1/+1
2024-08-27KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier1-0/+10
2024-08-27KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier1-1/+10
2024-08-25KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1Shaoqin Huang1-1/+13
2024-08-25KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1...Shaoqin Huang1-0/+8
2024-08-22KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...Shameer Kolothum1-1/+15
2024-08-22KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier1-0/+6
2024-08-16arm64: perf/kvm: Use a common PMU cycle counter defineRob Herring (Arm)1-0/+1
2024-08-16KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL accessRob Herring (Arm)1-5/+5
2024-07-14Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton1-1/+16
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton1-0/+38
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton1-49/+91
2024-06-27KVM: arm64: Get rid of HCRX_GUEST_FLAGSMarc Zyngier1-1/+7
2024-06-27KVM: arm64: Correctly honor the presence of FEAT_TCRXMarc Zyngier1-0/+9
2024-06-20KVM: arm64: nv: Handle ZCR_EL2 trapsOliver Upton1-0/+38
2024-06-20KVM: arm64: rename functions for invariant sys regsSebastian Ott1-5/+5
2024-06-20KVM: arm64: show writable masks for feature registersSebastian Ott1-14/+5
2024-06-20KVM: arm64: Treat CTR_EL0 as a VM feature ID registerSebastian Ott1-10/+10
2024-06-20KVM: arm64: unify code to prepare trapsSebastian Ott1-2/+32
2024-06-20KVM: arm64: Add helper for writing ID regsOliver Upton1-3/+14
2024-06-20KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton1-3/+3
2024-06-20KVM: arm64: Make idregs debugfs iterator search sysreg table directlyOliver Upton1-13/+23