aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/vhe
AgeCommit message (Expand)AuthorFilesLines
2023-12-05KVM: arm64: Remove VPIPT I-cache handlingGravatar Marc Zyngier 1-13/+0
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 3-24/+39
2023-10-30Merge branch kvm-arm64/mops into kvmarm/nextGravatar Oliver Upton 1-0/+1
2023-10-20KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()Gravatar Oliver Upton 1-10/+5
2023-10-20KVM: arm64: Rename helpers for VHE vCPU load/putGravatar Oliver Upton 2-10/+19
2023-10-20KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()Gravatar Marc Zyngier 1-3/+14
2023-10-20KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()Gravatar Oliver Upton 1-1/+0
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Gravatar Marc Zyngier 1-0/+44
2023-10-09KVM: arm64: Add handler for MOPS exceptionsGravatar Kristina Martsenko 1-0/+1
2023-08-17KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Gravatar Raghavendra Rao Ananta 1-0/+28
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 2-1/+33
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextGravatar Oliver Upton 1-1/+1
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationGravatar Marc Zyngier 1-1/+1
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedGravatar Reiji Watanabe 1-0/+14
2023-05-30KVM: arm64: Populate fault info for watchpointGravatar Akihiko Odaki 1-0/+1
2023-05-16KVM: arm64: Use local TLBI on permission relaxationGravatar Marc Zyngier 1-0/+32
2023-04-14KVM: arm64: vhe: Drop extra isb() on guest exitGravatar Marc Zyngier 1-4/+3
2023-04-14KVM: arm64: vhe: Synchronise with page table walker on MMU updateGravatar Marc Zyngier 1-0/+12
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextGravatar Oliver Upton 1-0/+24
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorGravatar Marc Zyngier 1-0/+24
2023-01-12KVM: arm64: Kill CPACR_EL1_TTA definitionGravatar Marc Zyngier 1-1/+1
2022-12-05Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextGravatar Marc Zyngier 1-1/+1
2022-11-11KVM: arm64: Fix typo in commentGravatar Zhiyuan Dai 1-1/+1
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEGravatar Marc Zyngier 1-8/+0
2022-07-17Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextGravatar Marc Zyngier 1-1/+1
2022-07-06KVM: arm64: Don't return from void functionGravatar Quentin Perret 1-1/+1
2022-06-29KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flagGravatar Marc Zyngier 1-2/+2
2022-06-09KVM: arm64: Move FP state ownership from flag to a tristateGravatar Marc Zyngier 1-1/+1
2022-06-09KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeGravatar Marc Zyngier 1-1/+1
2022-04-22KVM: arm64: Trap SME usage in guestGravatar Mark Brown 1-1/+10
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreGravatar Will Deacon 1-2/+8
2022-02-25arm64: Always use individual bits in CPACR floating point enablesGravatar Mark Brown 1-3/+3
2022-02-16arm64: Add percpu vectors for EL1Gravatar James Morse 1-2/+8
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Gravatar Paolo Bonzini 1-1/+0
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureGravatar Marc Zyngier 1-0/+4
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Gravatar Marc Zyngier 1-1/+0
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Gravatar Marc Zyngier 1-1/+1
2021-10-11KVM: arm64: Pass struct kvm to per-EC handlersGravatar Fuad Tabba 1-1/+1
2021-10-11KVM: arm64: Move early handlers to per-EC handlersGravatar Marc Zyngier 1-0/+16
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextGravatar Marc Zyngier 3-12/+4
2021-08-20KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugGravatar Fuad Tabba 1-4/+0
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuGravatar Fuad Tabba 2-10/+6
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerGravatar Fuad Tabba 1-1/+1
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Gravatar Marc Zyngier 2-5/+5
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersGravatar Marc Zyngier 2-2/+2
2021-05-15KVM: arm64: Move __adjust_pc out of lineGravatar Marc Zyngier 1-2/+1
2021-04-01KVM: arm64: Log source when panicking from nVHE hypGravatar Andrew Scull 1-3/+1
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMGravatar Marc Zyngier 1-1/+2
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Gravatar Marc Zyngier 1-1/+1
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPGravatar Marc Zyngier 1-0/+3