summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Add a flag to disable MMIO trace for nVHE KVMSai Prakash Ranjan2022-06-151-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-266-75/+144
|\
| * Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier2022-05-163-29/+7
| |\
| | * KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVEOliver Upton2022-05-101-3/+0
| | * KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handlerOliver Upton2022-05-101-18/+1
| | * KVM: arm64: nvhe: Eliminate kernel-doc warningsRandy Dunlap2022-05-061-4/+4
| | * KVM: arm64: Avoid unnecessary absolute addressing via literalsArd Biesheuvel2022-05-061-5/+3
| * | Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier2022-05-161-14/+11
| |\ \
| | * | KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier2022-05-161-0/+5
| | * | KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba2022-05-151-14/+6
| | |/
| * | Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier2022-05-045-32/+126
| |\ \
| | * | KVM: arm64: Detect and handle hypervisor stack overflowsKalesh Singh2022-04-282-1/+30
| | * | KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stackKalesh Singh2022-04-281-3/+28
| | * | KVM: arm64: Introduce pkvm_alloc_private_va_range()Kalesh Singh2022-04-282-28/+68
| | |/
| * | Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/nextMarc Zyngier2022-05-041-0/+30
| |\ \
* | \ \ Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-242-1/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas2022-05-201-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei2022-04-291-1/+1
| | |/
| * / KVM: arm64: Trap SME usage in guestMark Brown2022-04-221-0/+30
| |/
* / KVM: arm64: Handle host stage-2 faults from 32-bit EL0Will Deacon2022-04-271-9/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-245-27/+59
|\
| * KVM: arm64: fix typos in commentsJulia Lawall2022-03-181-2/+2
| * Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier2022-02-083-23/+56
| |\
| | * KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2Keir Fraser2022-02-083-23/+56
| * | KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall2022-02-081-2/+1
| |/
* | Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-141-1/+3
|\ \
| * | KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse2022-02-151-1/+3
| |/
* | Merge branch 'for-next/pauth' into for-next/coreWill Deacon2022-03-141-0/+14
|\ \
| * | arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin2022-02-251-0/+14
| |/
* / arm64: clean up symbol aliasingMark Rutland2022-02-221-2/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-167-86/+464
|\
| * Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-077-86/+464
| |\
| | * Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-2/+2
| | |\
| | | * KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-161-2/+2
| | * | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier2021-12-164-80/+455
| | |\ \
| | | * | KVM: arm64: Expose unshare hypercall to the hostWill Deacon2021-12-162-0/+41
| | | * | KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon2021-12-161-0/+115
| | | * | KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon2021-12-161-88/+33
| | | * | KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon2021-12-161-0/+237
| | | * | KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon2021-12-161-6/+26
| | | * | KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon2021-12-161-0/+1
| | | * | KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret2021-12-161-5/+16
| | | * | KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret2021-12-161-0/+5
| | * | | Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier2021-12-153-3/+4
| | |\ \ \
| | | * | | KVM: arm64: Make __io_map_base staticQuentin Perret2021-12-151-1/+2
| | | * | | KVM: arm64: Make the hyp memory pool staticQuentin Perret2021-12-151-1/+1
| | | * | | KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret2021-12-151-1/+1
| | | | |/ | | | |/|
| | * | | Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier2021-12-073-0/+3
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon2021-12-063-0/+3
| | | |/
| | * / KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier2021-11-221-1/+0
| | |/