summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
2024-09-04KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen1-2/+4
2023-05-30KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+4
2022-08-21KVM: arm64: Don't return from void functionQuentin Perret2-2/+2
2022-03-19arm64: kvm: Fix copy-and-paste error in bhb templates for v5.10 stableJames Morse1-2/+2
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse1-0/+9
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse1-0/+4
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse1-0/+66
2022-03-11arm64: Add percpu vectors for EL1James Morse1-2/+7
2021-12-17KVM: arm64: Save PSTATE early on exitMarc Zyngier2-1/+12
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2-2/+2
2021-03-17KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2-12/+11
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier3-4/+6
2021-03-17KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2-3/+20
2021-03-17KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon1-1/+1
2021-03-17KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2020-12-10Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+16
2020-12-02KVM: arm64: Fix handling of merging tables into a block entryYanan Wang1-1/+7
2020-12-02KVM: arm64: Fix memory leak on stage2 update of a valid PTEYanan Wang1-0/+9
2020-11-27Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-0/+5
2020-11-16KVM: arm64: Correctly align nVHE percpu dataJamie Iles1-0/+5
2020-11-13Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier2-1/+8
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+18
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-12/+18
2020-10-29KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon1-1/+1
2020-10-29KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon1-1/+1
2020-10-29KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier1-2/+0
2020-10-29KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier1-1/+0
2020-10-29KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier1-7/+16
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring4-11/+16
2020-10-22Merge branch 'kvm-fixes' into 'next'Paolo Bonzini1-0/+7
2020-10-20Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini16-310/+1386
2020-10-02Merge branches 'kvm-arm64/pt-new' and 'kvm-arm64/pmu-5.9' into kvmarm-master/...Marc Zyngier1-7/+16
2020-10-02KVM: arm64: Pass level hint to TLBI during stage-2 permission faultWill Deacon1-7/+16
2020-10-01KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier1-0/+7
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier11-114/+78
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier5-74/+1
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil1-0/+6
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2-0/+6
2020-09-30kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil1-1/+1
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil5-10/+10
2020-09-30kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil3-27/+48
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon2-4/+1
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier4-64/+0
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon1-1/+1
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon2-2/+2
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2-6/+0
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini7-72/+133
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier1-1/+1
2020-09-16Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier10-203/+423