aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/arm64/linuxLinus 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-19KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu1-1/+2
2019-02-19KVM: 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-25Merge 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
2018-10-01kvm: arm64: Dynamic configuration of VTTBR maskSuzuki K Poulose1-1/+24
2018-10-01kvm: arm64: Prepare for dynamic stage2 page table layoutSuzuki K Poulose1-6/+6
2018-10-01kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose1-2/+5
2018-09-18arm64: KVM: Enable Common Not Private translationsVladimir Murzin1-0/+5
2018-07-09KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier1-0/+7
2018-07-09KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier1-3/+0
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier1-6/+21
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+24
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+24
2018-05-15arm64: Remove duplicate includeVincenzo Frascino1-1/+0
2018-05-15KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara1-0/+16
2018-03-19arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier1-9/+69
2018-03-19arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier1-0/+2
2018-03-19arm64: KVM: Move BP hardening vectors into .hyp.text sectionMarc Zyngier1-3/+1
2018-03-19arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vectorMarc Zyngier1-1/+2
2018-03-19arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier1-2/+10
2018-03-19KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier1-1/+2
2018-03-19KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier1-1/+2
2018-03-19KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier1-0/+20
2018-03-19arm64: KVM: Dynamically patch the kernel/hyp VA maskMarc Zyngier1-33/+13
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall1-1/+1
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-13/+13
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+31
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier1-0/+38
2018-01-08KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier1-5/+2
2018-01-08KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier1-0/+10
2018-01-08KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier1-0/+12
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier1-2/+2
2018-01-08KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier1-3/+10
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-1/+6
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko1-2/+5