summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/switch.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko1-0/+2
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+1
2023-07-26KVM: arm64: Use the appropriate feature trap register when activating trapsFuad Tabba1-1/+1
2023-07-11KVM: arm64: Replace vCPU target with a configuration flagOliver Upton1-1/+1
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-12/+16
2023-06-13KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier1-12/+16
2023-05-30KVM: arm64: Populate fault info for watchpointAkihiko Odaki1-0/+2
2023-04-13KVM: arm64: nvhe: Synchronise with page table walker on vcpu runMarc Zyngier1-0/+18
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier1-26/+0
2022-09-29KVM: arm64: Fix comment typo in nvhe/switch.cWei-Lin Chang1-1/+1
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier1-0/+6
2022-07-26KVM: arm64: Prepare non-protected nVHE hypervisor stacktraceKalesh Singh1-0/+6
2022-07-17Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier1-1/+1
2022-07-06KVM: arm64: Don't return from void functionQuentin Perret1-1/+1
2022-06-09KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier1-2/+2
2022-06-09KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier1-1/+1
2022-05-16Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier1-21/+4
2022-05-16Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier1-14/+11
2022-05-16KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier1-0/+5
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba1-14/+6
2022-05-10KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handlerOliver Upton1-18/+1
2022-05-06KVM: arm64: nvhe: Eliminate kernel-doc warningsRandy Dunlap1-4/+4
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier1-1/+6
2022-04-28KVM: arm64: Detect and handle hypervisor stack overflowsKalesh Singh1-1/+6
2022-04-22KVM: arm64: Trap SME usage in guestMark Brown1-0/+30
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+0
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier1-7/+1
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier1-1/+0
2021-10-18KVM: arm64: pkvm: Give priority to standard traps over pvm handlingMarc Zyngier1-4/+7
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier1-2/+2
2021-10-18KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier1-12/+0
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier1-2/+1
2021-10-18KVM: arm64: pkvm: Preserve pending SError on exit from AArch32Marc Zyngier1-1/+2
2021-10-11KVM: arm64: Handle protected guests at 32 bitsFuad Tabba1-0/+34
2021-10-11KVM: arm64: Trap access to pVM restricted featuresFuad Tabba1-0/+57
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba1-0/+1
2021-10-11KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba1-1/+1
2021-10-11KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier1-0/+16
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier1-10/+3
2021-08-20KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba1-1/+1
2021-08-20KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba1-4/+0
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba1-8/+5
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-1/+1
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier1-1/+3
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier1-2/+1
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier1-13/+12
2021-04-07arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose1-0/+1
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-5/+2
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret1-4/+1
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier1-3/+11