summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_emulate.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2024-06-041-5/+4
* KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba2024-06-041-0/+62
* Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier2024-05-031-4/+2
|\
| * KVM: arm64: Refactor checks for FP state ownershipFuad Tabba2024-05-011-4/+2
* | Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier2024-05-031-10/+0
|\ \ | |/ |/|
| * KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier2024-04-201-5/+0
| * KVM: arm64: nv: Handle HCR_EL2.{API,APK} independentlyMarc Zyngier2024-04-201-5/+0
* | KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier2024-04-121-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-1/+2
|\
| * KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implementedMarc Zyngier2024-02-081-1/+2
* | arm64: Add ESR decoding for exceptions involving translation level -1Ard Biesheuvel2024-02-161-8/+2
|/
* Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier2023-12-191-6/+2
|\
| * KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()Marc Zyngier2023-12-191-6/+2
* | KVM: arm64: Use helpers to classify exception types reported via ESRArd Biesheuvel2023-11-301-20/+16
* | KVM: arm64: Support up to 5 levels of translation in kvm_pgtableRyan Roberts2023-11-271-0/+10
* | KVM: arm64: Convert translation level parameter to s8Ryan Roberts2023-11-271-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-021-8/+7
|\
| * Merge branch kvm-arm64/sgi-injection into kvmarm/nextOliver Upton2023-10-301-1/+1
| |\
| | * KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()Marc Zyngier2023-09-301-1/+1
| * | KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton2023-09-211-7/+6
| |/
* / arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland2023-10-161-2/+2
|/
* KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba2023-07-261-0/+4
* KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba2023-07-261-0/+4
* KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba2023-07-261-4/+9
* Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-06-151-0/+6
|\
| * KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier2023-05-211-0/+6
* | Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton2023-06-151-6/+1
|\ \
| * | KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton2023-06-121-6/+1
| |/
* | KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is setMarc Zyngier2023-06-121-1/+1
* | KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier2023-06-121-0/+31
|/
* Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-131-0/+66
|\
| * KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim2023-02-111-0/+10
| * KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU stateChristoffer Dall2023-02-111-0/+56
* | Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton2023-02-131-4/+0
|\ \ | |/ |/|
| * KVM: arm64: Always set HCR_TID2Akihiko Odaki2023-01-121-4/+0
* | KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier2023-01-031-10/+10
* | KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier2023-01-031-2/+20
|/
* KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set togetherMarc Zyngier2022-06-291-0/+2
* KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier2022-06-101-1/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-7/+0
|\
| * Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier2022-05-041-7/+0
| |\
| | * KVM: arm64: Start trapping ID registers for 32 bit guestsOliver Upton2022-05-031-7/+0
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-3/+3
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei2022-04-291-3/+3
| |/
* / KVM: arm64: Inject exception on out-of-IPA-range translation faultMarc Zyngier2022-04-271-0/+1
|/
* KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsReiji Watanabe2022-04-061-8/+19
* Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-1/+1
|\
| * KVM: arm64: Use defined value for SCTLR_ELx_EEFuad Tabba2021-12-201-1/+1
* | KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson2021-12-081-0/+2
|/
* KVM: arm64: Fix reporting of endianess when the access originates at EL0Marc Zyngier2021-10-121-1/+4