summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/sys_regs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertisedOliver Upton1-2/+6
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland1-1/+1
2023-10-12KVM: arm64: POR{E0}_EL1 do not need trap handlersJoey Gouly1-2/+2
2023-10-09KVM: arm64: Expose MOPS instructions to guestsKristina Martsenko1-2/+0
2023-10-04KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1Oliver Upton1-1/+1
2023-10-04KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1Jing Zhang1-1/+7
2023-10-04KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1Jing Zhang1-3/+17
2023-10-04KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1Oliver Upton1-12/+26
2023-10-04KVM: arm64: Bump up the default KVM sanitised debug version to v8p8Oliver Upton1-4/+7
2023-10-04KVM: arm64: Reject attempts to set invalid debug arch versionOliver Upton1-3/+29
2023-10-04KVM: arm64: Advertise selected DebugVer in DBGDIDR.VersionOliver Upton1-5/+6
2023-10-04KVM: arm64: Use guest ID register values for the sake of emulationJing Zhang1-3/+3
2023-10-04KVM: arm64: Allow userspace to get the writable masks for feature ID registersJing Zhang1-0/+66
2023-09-18KVM: arm64: Don't use kerneldoc comment for arm64_check_features()Oliver Upton1-1/+1
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier1-0/+2
2023-08-17KVM: arm64: nv: Add trap forwarding infrastructureMarc Zyngier1-0/+6
2023-08-17KVM: arm64: nv: Add FGT registersMarc Zyngier1-0/+5
2023-08-17KVM: arm64: Correctly handle ACCDATA_EL1 trapsMarc Zyngier1-0/+2
2023-07-15KVM: arm64: Fix the name of sys_reg_desc related to PMUXiang Chen1-20/+21
2023-07-15KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton1-1/+0
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-152/+353
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-152/+353
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+10
2023-06-23Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas1-1/+4
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas1-5/+6
2023-06-15Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton1-151/+352
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton1-88/+4
2023-06-15KVM: arm64: Handle ID register reads using the VM-wide valuesOliver Upton1-1/+13
2023-06-15KVM: arm64: Use generic sanitisation for ID_AA64PFR0_EL1Jing Zhang1-21/+45
2023-06-15KVM: arm64: Use generic sanitisation for ID_(AA64)DFR0_EL1Jing Zhang1-45/+61
2023-06-15KVM: arm64: Use arm64_ftr_bits to sanitise ID register writesJing Zhang1-4/+119
2023-06-15KVM: arm64: Save ID registers' sanitized value per guestJing Zhang1-3/+53
2023-06-13KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier1-1/+1
2023-06-13KVM: arm64: Reuse fields of sys_reg_desc for idregJing Zhang1-20/+74
2023-06-13KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton1-21/+35
2023-06-06arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1Mark Brown1-5/+5
2023-06-06KVM: arm64: expose ID_AA64MMFR3_EL1 to guestsJoey Gouly1-1/+1
2023-06-06KVM: arm64: Save/restore PIE registersJoey Gouly1-0/+2
2023-06-06KVM: arm64: Save/restore TCR2_EL1Joey Gouly1-0/+1
2023-06-05KVM: arm64: hide MOPS from guestsKristina Martsenko1-0/+1
2023-05-24KVM: arm64: Handle trap of tagged Set/Way CMOsMarc Zyngier1-0/+19
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+10
2023-04-13KVM: arm64: Handle 32bit CNTPCTSS trapsMarc Zyngier1-0/+1
2023-03-30KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2Marc Zyngier1-0/+9
2023-03-30KVM: arm64: PMU: Restore the guest's EL0 event counting after migrationReiji Watanabe1-1/+0
2023-03-13KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current valueReiji Watanabe1-2/+19
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-9/+165
2023-02-14Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton1-1/+1
2023-02-14Merge branch kvm-arm64/nv-timer-improvements into kvmarm/nextOliver Upton1-1/+3
2023-02-14Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton1-96/+179