summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/emulate-nested.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAxMarc Zyngier2024-05-301-10/+11
* KVM: arm64: nv: Handle ERETA[AB] instructionsMarc Zyngier2024-04-201-2/+20
* KVM: arm64: nv: Fast-track 'InHost' exception returnsMarc Zyngier2024-04-201-26/+3
* KVM: arm64: nv: Add trap forwarding for ERET and SMCMarc Zyngier2024-04-201-0/+27
* KVM: arm64: Propagate and handle Fine-Grained UNDEF bitsMarc Zyngier2024-02-191-0/+11
* KVM: arm64: Add Fine-Grained UNDEF tracking informationMarc Zyngier2024-02-191-12/+0
* 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-10/+30
* KVM: arm64: Register AArch64 system register entries with the sysreg xarrayMarc Zyngier2024-02-191-2/+37
* KVM: arm64: nv: Turn encoding ranges into discrete XArray storesMarc Zyngier2024-02-191-13/+36
* KVM: arm64: nv: Correctly handle negative polarity FGTsMarc Zyngier2024-02-191-3/+56
* KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiersMarc Zyngier2024-02-191-2/+1
* KVM: arm64: nv: Drop sanitised_sys_reg() helperMarc Zyngier2024-02-191-15/+7
* KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virtFuad Tabba2023-12-181-0/+48
* KVM: arm64: Add missing HFGITR_EL2 FGT entries to nested virtFuad Tabba2023-12-181-0/+5
* KVM: arm64: Add missing HFGxTR_EL2 FGT entries to nested virtFuad Tabba2023-12-181-0/+10
* Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-311-6/+71
|\
| * KVM: arm64: Refine _EL2 system register list that require trap reinjectionMiguel Luis2023-10-251-6/+71
* | KVM: arm64: Add nPIR{E0}_EL1 to HFG trapsJoey Gouly2023-10-121-0/+2
|/
* KVM: arm64: nv: Add trap description for SPSR_EL2 and ELR_EL2Marc Zyngier2023-08-231-0/+2
* KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier2023-08-171-34/+60
* KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2Marc Zyngier2023-08-171-0/+474
* KVM: arm64: nv: Add trap forwarding for HFGITR_EL2Marc Zyngier2023-08-171-0/+109
* KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2Marc Zyngier2023-08-171-0/+71
* KVM: arm64: nv: Add fine grained trap forwarding infrastructureMarc Zyngier2023-08-171-3/+87
* KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2Marc Zyngier2023-08-171-1/+49
* KVM: arm64: nv: Add trap forwarding for MDCR_EL2Marc Zyngier2023-08-171-0/+268
* KVM: arm64: nv: Add trap forwarding for HCR_EL2Marc Zyngier2023-08-171-0/+488
* KVM: arm64: nv: Add trap forwarding infrastructureMarc Zyngier2023-08-171-0/+282
* KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim2023-02-111-0/+203