summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/sys_regs.c
AgeCommit message (Expand)Author
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon
2024-09-12Merge branch kvm-arm64/visibility-cleanups into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier
2024-09-11KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifierMarc Zyngier
2024-09-11KVM: arm64: Simplify visibility handling of AArch32 SPSR_*Marc Zyngier
2024-09-11KVM: arm64: Simplify handling of CNTKCTL_EL12Marc Zyngier
2024-09-04KVM: arm64: Sanitise ID_AA64MMFR3_EL1Joey Gouly
2024-09-04KVM: arm64: Save/restore POE registersJoey Gouly
2024-08-30KVM: arm64: nv: Add support for FEAT_ATS1AMarc Zyngier
2024-08-30KVM: arm64: nv: Plumb handling of AT S1* traps from EL2Marc Zyngier
2024-08-30KVM: arm64: nv: Honor absence of FEAT_PAN2Marc Zyngier
2024-08-27KVM: arm64: Unify UNDEF injection helpersMarc Zyngier
2024-08-27KVM: arm64: Make most GICv3 accesses UNDEF if they trapMarc Zyngier
2024-08-27KVM: arm64: Add ICH_HCR_EL2 to the vcpu stateMarc Zyngier
2024-08-27KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guestMarc Zyngier
2024-08-27KVM: arm64: Add helper for last ditch idreg adjustmentsMarc Zyngier
2024-08-27KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()Marc Zyngier
2024-08-27KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guestsMarc Zyngier
2024-08-27KVM: arm64: Enable FP8 support when available and configuredMarc Zyngier
2024-08-27KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID regMarc Zyngier
2024-08-27KVM: arm64: Move FPMR into the sysreg arrayMarc Zyngier
2024-08-27KVM: arm64: Move SVCR into the sysreg arrayMarc Zyngier
2024-08-22KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier
2024-08-16arm64: perf/kvm: Use a common PMU cycle counter defineRob Herring (Arm)
2024-08-16KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL accessRob Herring (Arm)
2024-07-14Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton
2024-06-27KVM: arm64: Get rid of HCRX_GUEST_FLAGSMarc Zyngier
2024-06-27KVM: arm64: Correctly honor the presence of FEAT_TCRXMarc Zyngier
2024-06-20KVM: arm64: nv: Handle ZCR_EL2 trapsOliver Upton
2024-06-20KVM: arm64: rename functions for invariant sys regsSebastian Ott
2024-06-20KVM: arm64: show writable masks for feature registersSebastian Ott
2024-06-20KVM: arm64: Treat CTR_EL0 as a VM feature ID registerSebastian Ott
2024-06-20KVM: arm64: unify code to prepare trapsSebastian Ott
2024-06-20KVM: arm64: Add helper for writing ID regsOliver Upton
2024-06-20KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton
2024-06-20KVM: arm64: Make idregs debugfs iterator search sysreg table directlyOliver Upton
2024-06-20KVM: arm64: Get sys_reg encoding from descriptor in idregs_debug_show()Oliver Upton
2024-06-19KVM: arm64: nv: Add handling of NXS-flavoured TLBI operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Add handling of range-based TLBI operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Add handling of outer-shareable TLBI operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Handle FEAT_TTL hinted TLB operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Handle TLBI ALLE1{,IS} operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operationsMarc Zyngier