aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_hyp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin1-0/+1
2021-11-22KVM: arm64: Remove unused __sve_save_stateMarc Zyngier1-1/+0
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba1-0/+5
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba1-1/+1
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier1-1/+0
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull1-1/+0
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier1-0/+3
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+8
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier1-1/+7
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier1-1/+1
2021-03-18KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier1-0/+2
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull1-1/+2
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose1-0/+5
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil1-0/+2
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil1-1/+1
2020-09-15KVM: arm64: nVHE: Handle hyp panicsAndrew Scull1-1/+1
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+2
2020-09-15KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull1-0/+2
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-1/+1
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil1-2/+0
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil1-0/+2
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil1-2/+3
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil1-0/+6
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+6
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon1-1/+1
2020-05-28KVM: arm64: Move __load_guest_stage2 to kvm_mmu.hMarc Zyngier1-18/+0
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall1-6/+6
2020-05-15arm64: Disable SCS for hypervisor codeSami Tolvanen1-1/+1
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull1-1/+1
2020-02-28Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+7
2020-02-22KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse1-0/+7
2020-01-16arm64: Workaround for Cortex-A55 erratum 1530923Steven Price1-2/+2
2020-01-16arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHESteven Price1-1/+1
2019-09-09arm64: KVM: Kill hyp_alternate_select()Marc Zyngier1-24/+0
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin1-45/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2019-04-25arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook1-2/+2
2019-03-29KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()Dave Martin1-1/+0
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall1-1/+2
2018-12-10arm64: KVM: Add synchronization on translation regime change for erratum 1165522Marc Zyngier1-0/+8
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose1-0/+1
2018-10-01kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose1-0/+9
2018-03-19KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQsChristoffer Dall1-0/+2
2018-03-19KVM: arm/arm64: Move VGIC APR save/restore to vgic put/loadChristoffer Dall1-0/+2
2018-03-19KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeChristoffer Dall1-2/+0
2018-03-19KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHEChristoffer Dall1-0/+3
2018-03-19KVM: arm64: Unify non-VHE host/guest sysreg save and restore functionsChristoffer Dall1-4/+2
2018-03-19KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functionsChristoffer Dall1-4/+8
2018-03-19KVM: arm64: Improve debug register save/restore flowChristoffer Dall1-8/+2