summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/vhe
AgeCommit message (Expand)AuthorFilesLines
2022-12-05Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier1-1/+1
2022-11-11KVM: arm64: Fix typo in commentZhiyuan Dai1-1/+1
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier1-8/+0
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-29KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flagMarc Zyngier1-2/+2
2022-06-09KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier1-1/+1
2022-06-09KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier1-1/+1
2022-04-22KVM: arm64: Trap SME usage in guestMark Brown1-1/+10
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon1-2/+8
2022-02-25arm64: Always use individual bits in CPACR floating point enablesMark Brown1-3/+3
2022-02-16arm64: Add percpu vectors for EL1James Morse1-2/+8
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-0/+4
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier1-1/+0
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier1-1/+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 Zyngier3-12/+4
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 Tabba2-10/+6
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba1-1/+1
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2-5/+5
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2-2/+2
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier1-2/+1
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull1-3/+1
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-1/+2
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier1-1/+1
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier1-0/+3
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+1
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2-8/+9
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-4/+0
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2-3/+3
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-4/+0
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+1
2020-09-15KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull1-1/+1
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-4/+6
2020-09-15KVM: arm64: Remove __activate_vm wrapperAndrew Scull1-5/+5
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+5
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-2/+3
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2-14/+14
2020-07-05KVM: arm64: Lift instrumentation restrictions on VHEDavid Brazdil1-8/+0
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil1-1/+3
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil2-1/+13
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil3-2/+116
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil2-1/+27
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2-1/+220
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2-1/+162
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-1/+1