aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/kvm_mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-09KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier1-0/+4
2018-07-09KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier1-12/+0
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+5
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+22
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-1/+22
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+5
2018-05-31ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King1-0/+1
2018-05-31ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier1-0/+5
2018-05-31ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier1-1/+16
2018-05-15KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara1-0/+16
2018-03-19arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier1-0/+2
2018-03-19KVM: arm/arm64: Move HYP IO VAs to the "idmap" rangeMarc Zyngier1-0/+3
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/+7
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+84
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier1-0/+10
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-08arm: KVM: Add optimized PIPT icache flushingMarc Zyngier1-3/+29
2018-01-08KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier1-18/+42
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-0/+5
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-0/+2
2017-04-09arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier1-1/+0
2017-01-30arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier1-2/+1
2017-01-30arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier1-8/+1
2016-09-08arm/kvm: excise redundant cache maintenanceMark Rutland1-26/+2
2016-07-03arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier1-1/+1
2016-07-03arm/arm64: KVM: Prune unused #definesMarc Zyngier1-9/+0
2016-07-03arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier1-1/+0
2016-07-03arm/arm64: KVM: Drop boot_pgdMarc Zyngier1-1/+0
2016-06-29arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier1-1/+1
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+11
2016-05-09kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas1-4/+6
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro1-0/+1
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose1-19/+0
2016-04-21kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose1-16/+0
2016-04-21kvm-arm: arm: Introduce hyp page table empty checksSuzuki K Poulose1-1/+5
2016-04-21kvm-arm: arm32: Introduce stage2 page table helpersSuzuki K Poulose1-0/+1
2016-04-21kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose1-2/+9
2016-02-29ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier1-1/+1
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-2/+3
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin1-0/+5
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+10
2015-03-23arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel1-0/+10
2015-03-11arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-1/+2
2015-03-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier1-6/+4
2015-02-23ARM: KVM: Fix size check in __coherent_cache_guest_pageJan Kiszka1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+21