summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal2018-09-051-11/+27
* KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal2018-09-051-0/+4
* kvm: arm/arm64: Force reading uncached stage2 PGDSuzuki K Poulose2017-09-071-1/+1
* kvm: arm/arm64: Fix race in resetting stage2 PGDSuzuki K Poulose2017-09-071-11/+12
* KVM: arm/arm64: Handle hva aging while destroying the vmSuzuki K Poulose2017-08-121-0/+4
* KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pagesMarc Zyngier2017-06-141-0/+3
* kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose2017-04-271-0/+12
* arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_regionMarc Zyngier2017-04-121-3/+8
* arm/arm64: KVM: Take mmap_sem in stage2_unmap_vmMarc Zyngier2017-04-121-0/+2
* kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2016-09-241-0/+1
* arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier2016-06-011-6/+11
* ARM/arm64: KVM: correct PTE uncachedness checkArd Biesheuvel2015-12-041-2/+2
* ARM/arm64: KVM: test properly for a PTE's uncachednessArd Biesheuvel2015-11-241-8/+7
* arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka2015-09-161-2/+4
* Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-06-191-2/+2
|\
| * ARM: KVM: Remove pointless void pointer castFiro Yang2015-06-091-2/+2
* | KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-0/+1
* | KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-261-1/+1
* | KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
* | KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+2
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-39/+30
|\
| * arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-231-2/+25
| * ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2015-03-191-37/+5
* | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-10/+124
|\ \
| * | arm/arm64: KVM: Optimize handling of Access Flag faultsMarc Zyngier2015-03-121-0/+46
| * | arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2015-03-121-1/+64
| * | arm/arm64: KVM: Allow handle_hva_to_gpa to return a valueMarc Zyngier2015-03-121-9/+14
| |/
* | arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-03-111-4/+4
* | arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier2015-03-111-18/+49
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-9/+262
|\
| * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-291-2/+16
| * arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall2015-01-231-2/+2
| * KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch2015-01-161-8/+11
| * KVM: arm: page logging 2nd stage fault handlingMario Smarduch2015-01-161-9/+88
| * KVM: arm: dirty logging write protect supportMario Smarduch2015-01-161-0/+22
| * KVM: arm: Add initial dirty page locking supportMario Smarduch2015-01-161-0/+135
* | arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier2015-01-291-4/+8
* | arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier2015-01-291-15/+67
* | arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier2015-01-291-1/+69
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-181-6/+86
|\
| * arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2014-12-131-0/+65
| * arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel2014-11-251-5/+15
| * arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2014-11-251-2/+7
| * arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel2014-11-251-1/+6
* | arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel2014-11-261-1/+6
* | arm64: KVM: fix unmapping with 48-bit VAsMark Rutland2014-11-261-1/+2
|/
* arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper2014-10-151-1/+1
* arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall2014-10-141-0/+11
* arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2014-10-141-27/+106
* arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel2014-10-131-8/+69