summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_mmu.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil1-18/+0
2021-01-23KVM: arm64: Fix constant-pool users in hypDavid Brazdil1-26/+16
2021-01-23KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil1-0/+1
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-0/+24
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil1-0/+24
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier1-46/+0
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier1-0/+22
2020-11-16KVM: arm64: Make BP hardening globals static insteadWill Deacon1-3/+0
2020-11-16KVM: arm64: Move kvm_get_hyp_vector() out of header fileWill Deacon1-43/+0
2020-11-09KVM: arm64: Add kimg_hyp_va() helperMarc Zyngier1-0/+18
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier1-82/+8
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon1-50/+1
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-17/+0
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon1-14/+13
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon1-1/+1
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon1-7/+0
2020-09-11KVM: arm64: Remove unused page-table codeWill Deacon1-171/+0
2020-09-11KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon1-76/+2
2020-09-11KVM: arm64: Remove kvm_mmu_free_memory_caches()Will Deacon1-2/+0
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-8/+8
2020-07-10KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang1-1/+1
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-8/+8
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-20/+0
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-20/+0
2020-06-10KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier1-20/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-05arm64: add support for folded p4d page tablesMike Rapoport1-2/+8
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+1
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon1-0/+17
2020-05-28KVM: arm64: Move __load_guest_stage2 to kvm_mmu.hMarc Zyngier1-0/+17
2020-05-25KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull1-2/+0
2020-05-25KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil1-1/+1
2020-05-20arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual1-1/+1
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+4
2020-03-09arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown1-5/+4
2020-02-22KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse1-1/+2
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-19KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier1-0/+11
2019-02-20KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu1-1/+2
2019-02-20KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall1-2/+8
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal1-0/+16
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal1-0/+5
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal1-0/+7
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal1-0/+5
2018-12-18KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal1-0/+10
2018-12-18KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal1-0/+5
2018-10-26Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+34
2018-10-01kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose1-1/+1