summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton2024-07-141-1/+16
|\
| * KVM: arm64: Get rid of HCRX_GUEST_FLAGSMarc Zyngier2024-06-271-1/+7
| * KVM: arm64: Correctly honor the presence of FEAT_TCRXMarc Zyngier2024-06-271-0/+9
* | Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton2024-07-141-0/+38
|\ \
| * | KVM: arm64: nv: Handle ZCR_EL2 trapsOliver Upton2024-06-201-0/+38
| |/
* | Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton2024-07-141-49/+91
|\ \
| * | KVM: arm64: rename functions for invariant sys regsSebastian Ott2024-06-201-5/+5
| * | KVM: arm64: show writable masks for feature registersSebastian Ott2024-06-201-14/+5
| * | KVM: arm64: Treat CTR_EL0 as a VM feature ID registerSebastian Ott2024-06-201-10/+10
| * | KVM: arm64: unify code to prepare trapsSebastian Ott2024-06-201-2/+32
| * | KVM: arm64: Add helper for writing ID regsOliver Upton2024-06-201-3/+14
| * | KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton2024-06-201-3/+3
| * | KVM: arm64: Make idregs debugfs iterator search sysreg table directlyOliver Upton2024-06-201-13/+23
| * | KVM: arm64: Get sys_reg encoding from descriptor in idregs_debug_show()Oliver Upton2024-06-201-1/+1
| |/
* | KVM: arm64: nv: Add handling of NXS-flavoured TLBI operationsMarc Zyngier2024-06-191-0/+73
* | KVM: arm64: nv: Add handling of range-based TLBI operationsMarc Zyngier2024-06-191-0/+80
* | KVM: arm64: nv: Add handling of outer-shareable TLBI operationsMarc Zyngier2024-06-191-0/+15
* | KVM: arm64: nv: Handle FEAT_TTL hinted TLB operationsMarc Zyngier2024-06-191-23/+1
* | KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operationsMarc Zyngier2024-06-191-0/+96
* | KVM: arm64: nv: Handle TLBI ALLE1{,IS} operationsMarc Zyngier2024-06-191-0/+25
* | KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operationsMarc Zyngier2024-06-191-0/+51
* | KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1Marc Zyngier2024-06-191-0/+80
|/
* Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier2024-05-091-26/+36
|\
| * KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton2024-05-091-8/+24
| * KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()Oliver Upton2024-05-091-17/+10
| * KVM: arm64: Rename is_id_reg() to imply VM scopeOliver Upton2024-05-091-5/+6
* | KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNXRussell King2024-05-011-1/+0
* | KVM: arm64: Improve out-of-order sysreg table diagnosticsMarc Zyngier2024-04-141-2/+4
|/
* Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later c...Oliver Upton2024-03-161-3/+0
* Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton2024-03-071-2/+5
|\
| * KVM: arm64: sys_regs: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+5
* | KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton2024-02-271-5/+8
* | KVM: arm64: Fail the idreg iterator if idregs aren't initializedOliver Upton2024-02-271-1/+2
* | KVM: arm64: Add debugfs file for guest's ID registersMarc Zyngier2024-02-191-0/+81
* | KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checkingMarc Zyngier2024-02-191-0/+3
* | KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier2024-02-191-0/+7
* | KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guestMarc Zyngier2024-02-191-0/+4
* | KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guestMarc Zyngier2024-02-191-0/+4
* | KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guestMarc Zyngier2024-02-191-0/+34
* | KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier2024-02-191-0/+23
* | KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()Marc Zyngier2024-02-191-1/+1
* | KVM: arm64: Use the xarray as the primary sysreg/sysinsn walkerMarc Zyngier2024-02-191-44/+19
* | KVM: arm64: Register AArch64 system register entries with the sysreg xarrayMarc Zyngier2024-02-191-1/+10
* | KVM: arm64: Always populate the trap configuration xarrayMarc Zyngier2024-02-191-4/+1
* | KVM: arm64: nv: Move system instructions to their own sys_reg_desc arrayMarc Zyngier2024-02-191-15/+44
* | KVM: arm64: Add feature checking helpersMarc Zyngier2024-02-191-4/+2
* | KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implementedMarc Zyngier2024-02-081-1/+11
* | KVM: arm64: Expose ID_AA64MMFR4_EL1 to guestsMarc Zyngier2024-02-081-1/+1
* | arm64: Add macro to compose a sysreg field valueMarc Zyngier2024-02-081-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-48/+187
|\