summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/vhe
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-07-012-1/+33
|\
| * Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton2023-06-151-1/+1
| |\
| | * KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier2023-06-121-1/+1
| * | KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier2023-05-161-0/+32
| |/
* | KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe2023-06-041-0/+14
* | KVM: arm64: Populate fault info for watchpointAkihiko Odaki2023-05-301-0/+1
|/
* KVM: arm64: vhe: Drop extra isb() on guest exitMarc Zyngier2023-04-141-4/+3
* KVM: arm64: vhe: Synchronise with page table walker on MMU updateMarc Zyngier2023-04-141-0/+12
* Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-131-0/+24
|\
| * KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier2023-02-111-0/+24
* | KVM: arm64: Kill CPACR_EL1_TTA definitionMarc Zyngier2023-01-121-1/+1
|/
* Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier2022-12-051-1/+1
|\
| * KVM: arm64: Fix typo in commentZhiyuan Dai2022-11-111-1/+1
* | KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier2022-11-011-8/+0
|/
* Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier2022-07-171-1/+1
|\
| * KVM: arm64: Don't return from void functionQuentin Perret2022-07-061-1/+1
* | KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flagMarc Zyngier2022-06-291-2/+2
* | KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier2022-06-091-1/+1
* | KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier2022-06-091-1/+1
|/
* KVM: arm64: Trap SME usage in guestMark Brown2022-04-221-1/+10
* Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-141-2/+8
|\
| * arm64: Add percpu vectors for EL1James Morse2022-02-161-2/+8
* | arm64: Always use individual bits in CPACR floating point enablesMark Brown2022-02-251-3/+3
|/
* Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-1/+0
|\
| * KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier2021-11-221-1/+0
* | KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier2021-11-241-0/+4
|/
* KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier2021-10-181-1/+1
* KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba2021-10-111-1/+1
* KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier2021-10-111-0/+16
* Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-203-12/+4
|\
| * KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba2021-08-201-4/+0
| * KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba2021-08-202-10/+6
| * KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba2021-08-201-1/+1
* | KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-202-5/+5
* | KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-202-2/+2
|/
* KVM: arm64: Move __adjust_pc out of lineMarc Zyngier2021-05-151-2/+1
* KVM: arm64: Log source when panicking from nVHE hypAndrew Scull2021-04-011-3/+1
* KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-091-1/+2
* KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier2020-11-101-1/+1
* KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier2020-11-101-0/+3
* arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-291-1/+1
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-302-8/+9
|\
| * Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier2020-09-301-4/+0
| |\
| | * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-4/+0
| * | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-301-0/+3
| * | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-302-3/+3
| |/
* | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-151-1/+1
* | KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull2020-09-151-1/+1
* | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-151-4/+6
* | KVM: arm64: Remove __activate_vm wrapperAndrew Scull2020-09-151-5/+5
|/