summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_mmu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon2020-09-291-1/+1
| * arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-291-7/+0
* | KVM: arm64: Remove unused page-table codeWill Deacon2020-09-111-171/+0
* | KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon2020-09-111-76/+2
* | KVM: arm64: Remove kvm_mmu_free_memory_caches()Will Deacon2020-09-111-2/+0
|/
* Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-091-8/+8
|\
| * KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2020-07-071-8/+8
* | KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-20/+0
|\
| * Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-111-20/+0
| |\
| | * KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier2020-06-101-20/+0
* | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | arm64: add support for folded p4d page tablesMike Rapoport2020-06-051-2/+8
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-041-3/+1
|\|
| * KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2020-05-251-2/+0
| * KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil2020-05-251-1/+1
* | Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon2020-05-281-0/+17
|\ \
| * | KVM: arm64: Move __load_guest_stage2 to kvm_mmu.hMarc Zyngier2020-05-281-0/+17
| |/
* / arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual2020-05-201-1/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-5/+4
|\
| * arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown2020-03-091-5/+4
* | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-221-1/+2
|/
* arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior2019-12-061-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-191-0/+11
* KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu2019-02-191-1/+2
* KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-2/+8
* KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-181-0/+16
* KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-181-0/+5
* KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-181-0/+7
* KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-181-0/+5
* KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-181-0/+10
* KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal2018-12-181-0/+5
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-8/+34
|\
| * kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose2018-10-011-1/+1