summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier2022-05-161-15/+20
|\
| * KVM: arm64: Print emulated register table name when it is unsortedAlexandru Elisei2022-05-041-2/+2
| * KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei2022-05-041-14/+19
* | Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier2022-05-041-60/+199
|\ \
| * | KVM: arm64: Fix new instances of 32bit ESRsMarc Zyngier2022-05-041-3/+3
| * | KVM: arm64: Hide AArch32 PMU registers when not availableAlexandru Elisei2022-05-031-29/+31
| * | KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handlerOliver Upton2022-05-031-0/+71
| * | KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalentsOliver Upton2022-05-031-15/+71
| * | KVM: arm64: Don't write to Rt unless sys_reg emulation succeedsOliver Upton2022-05-031-6/+16
| * | KVM: arm64: Return a bool from emulate_cp()Oliver Upton2022-05-031-10/+10
| |/
* | Merge branch kvm-arm64/wfxt into kvmarm-master/nextMarc Zyngier2022-05-041-0/+2
|\ \
| * | KVM: arm64: Expose the WFXT feature to guestsMarc Zyngier2022-04-201-0/+2
| |/
* / KVM: arm64: Hide SME system registers from guestsMark Brown2022-04-221-1/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-17/+57
|\
| * KVM: arm64: Emulate the OS LockOliver Upton2022-02-081-3/+3
| * KVM: arm64: Allow guest to set the OSLK bitOliver Upton2022-02-081-7/+30
| * KVM: arm64: Stash OSLSR_EL1 in the cpu contextOliver Upton2022-02-081-7/+24
| * KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefinedOliver Upton2022-02-081-1/+1
* | arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin2022-02-251-0/+5
|/
* arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2021-12-131-1/+1
* Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier2021-10-181-8/+2
|\
| * KVM: arm64: Simplify masking out MTE in feature id regFuad Tabba2021-10-111-8/+2
* | Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/nextMarc Zyngier2021-10-171-0/+5
|\ \
| * | KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3Marc Zyngier2021-10-171-0/+5
| |/
* | KVM: arm64: Replace get_raz_id_reg() with get_raz_reg()Alexandru Elisei2021-10-111-8/+2
* | KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0Alexandru Elisei2021-10-111-1/+10
* | KVM: arm64: Return early from read_id_reg() if register is RAZAlexandru Elisei2021-10-111-1/+6
|/
* Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-201-46/+18
|\
| * KVM: arm64: Refactor sys_regs.h,c for nVHE reuseFuad Tabba2021-08-201-44/+16
| * KVM: arm64: Remove trailing whitespace in commentFuad Tabba2021-08-201-2/+2
* | KVM: arm64: Remove PMSWINC_EL0 shadow registerMarc Zyngier2021-08-021-1/+20
* | KVM: arm64: Drop unnecessary masking of PMU registersMarc Zyngier2021-08-021-3/+3
* | KVM: arm64: Narrow PMU sysreg reset values to architectural requirementsMarc Zyngier2021-08-021-3/+40
|/
* KVM: arm64: Expose KVM_ARM_CAP_MTESteven Price2021-06-221-0/+3
* KVM: arm64: Save/restore MTE registersSteven Price2021-06-221-4/+18
* KVM: arm64: Introduce MTE VM featureSteven Price2021-06-221-0/+7
* KVM: arm64: Fix debug register indexingMarc Zyngier2021-05-151-21/+21
* Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier2021-04-131-0/+15
|\
| * KVM: arm64: Don't advertise FEAT_SPE to guestsAlexandru Elisei2021-04-111-0/+2
| * KVM: arm64: Don't print warning when trapping SPE registersAlexandru Elisei2021-04-111-0/+13
* | KVM: arm64: Handle access to TRFCR_EL1Suzuki K Poulose2021-04-071-0/+1
|/
* Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2021-02-121-34/+51
|\
| * KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei2021-02-031-3/+3
| * KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2021-02-031-4/+7
| * KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier2021-02-031-0/+3
| * KVM: arm64: Refactor filtering of ID registersMarc Zyngier2021-02-031-23/+28
| * KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier2021-02-031-3/+9
| * KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier2021-02-031-2/+2
| * KVM: arm64: Fix missing RES1 in emulation of DBGBIDRMarc Zyngier2021-02-031-1/+1
* | KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()Alexandru Elisei2021-01-141-10/+7