summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_mmu.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: removed unused kern_hyp_va asm macroJoey Gouly2024-02-121-16/+0
* KVM: arm64: add comments to __kern_hyp_vaJoey Gouly2024-02-121-10/+20
* KVM: arm64: Remove VPIPT I-cache handlingMarc Zyngier2023-12-051-7/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-021-10/+35
|\
| * Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextOliver Upton2023-10-301-4/+4
| |\
| | * KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier2023-10-231-4/+4
| * | KVM: arm64: Avoid soft lockups due to I-cache maintenanceOliver Upton2023-09-221-6/+31
| |/
* / arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland2023-10-161-1/+1
|/
* KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort2023-08-261-0/+1
* Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton2023-06-151-1/+2
|\
| * KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()Marc Zyngier2023-06-121-1/+2
* | KVM: arm64: Add kvm_uninit_stage2_mmu()Ricardo Koller2023-05-161-0/+1
|/
* KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisorMarc Zyngier2023-03-301-0/+4
* Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-131-1/+10
|\
| * KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changesChristoffer Dall2023-02-111-1/+10
* | KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-2/+2
|/
* KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret2022-11-111-1/+1
* arm64: alternatives: have callbacks take a capMark Rutland2022-09-161-2/+3
* KVM: arm64: Add guard pages for KVM nVHE hypervisor stackKalesh Singh2022-04-281-0/+2
* KVM: arm64: Introduce hyp_alloc_private_va_range()Kalesh Singh2022-04-281-0/+1
* KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall2022-02-081-1/+3
* KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-161-0/+1
* KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-161-0/+1
* KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier2021-08-201-1/+6
* KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-201-8/+3
* KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-201-2/+3
* Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier2021-06-181-4/+4
|\
| * arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-3/+3
| * arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-1/+2
* | KVM: arm64: Tweak parameters of guest cache maintenance functionsYanan Wang2021-06-181-7/+2
|/
* Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier2021-04-131-0/+2
|\
| * KVM: arm64: Log source when panicking from nVHE hypAndrew Scull2021-04-011-0/+2
* | KVM: arm64: Refactor __load_guest_stage2()Quentin Perret2021-03-191-2/+7
* | KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret2021-03-191-1/+5
* | KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret2021-03-191-1/+1
* | KVM: arm64: Factor out vector address calculationQuentin Perret2021-03-191-0/+8
|/
* KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil2021-01-231-18/+0
* KVM: arm64: Fix constant-pool users in hypDavid Brazdil2021-01-231-26/+16
* KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil2021-01-231-0/+1
* Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-091-0/+24
|\
| * KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2020-12-041-0/+24
* | Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier2020-11-271-46/+0
|\ \ | |/ |/|
| * KVM: arm64: Make BP hardening globals static insteadWill Deacon2020-11-161-3/+0
| * KVM: arm64: Move kvm_get_hyp_vector() out of header fileWill Deacon2020-11-161-43/+0
* | KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier2020-11-271-0/+22
* | KVM: arm64: Add kimg_hyp_va() helperMarc Zyngier2020-11-091-0/+18
|/
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-82/+8
|\
| * KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon2020-09-291-50/+1
| * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-17/+0
| * arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon2020-09-291-14/+13