summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/kvm_mmu.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-13/+1
* KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-191-0/+11
* KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-2/+7
* KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-181-0/+20
* KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-181-0/+6
* KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-181-0/+9
* KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-181-0/+6
* KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-181-0/+15
* 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-251-5/+10
|\
| * kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-031-0/+2
| * kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-011-5/+8
* | arm64: KVM: Enable Common Not Private translationsVladimir Murzin2018-09-181-0/+5
|/
* KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier2018-07-091-0/+4
* KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-091-12/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-0/+5
|\
| * arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-311-0/+5
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-061-1/+22
|\ \
| * \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-06-051-1/+22
| |\ \ | | |/ | |/|
| | * ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King2018-05-311-0/+1
| | * ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier2018-05-311-0/+5
| | * ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier2018-05-311-1/+16
* | | KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-151-0/+16
|/ /
* | arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier2018-03-191-0/+2
* | KVM: arm/arm64: Move HYP IO VAs to the "idmap" rangeMarc Zyngier2018-03-191-0/+3
* | KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier2018-03-191-1/+2
* | KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier2018-03-191-1/+2
* | KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-03-191-0/+7
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-15/+84
|\
| * KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-081-5/+2
| * KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-081-0/+10
| * KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-081-0/+12
| * arm: KVM: Add optimized PIPT icache flushingMarc Zyngier2018-01-081-3/+29
| * KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier2018-01-081-18/+42
* | arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-01-081-0/+10
* | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-221-0/+5
* | arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-221-0/+2
|/
* arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier2017-04-091-1/+0
* arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-301-2/+1
* arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-301-8/+1
* arm/kvm: excise redundant cache maintenanceMark Rutland2016-09-081-26/+2
* arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier2016-07-031-1/+1
* arm/arm64: KVM: Prune unused #definesMarc Zyngier2016-07-031-9/+0
* arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-031-1/+0
* arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-031-1/+0
* arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier2016-06-291-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-32/+11
|\
| * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-091-4/+6
| * kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2016-04-211-19/+0
| * kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose2016-04-211-16/+0