summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-39/+30Star
|\
| * 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/+5Star
* | 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-191-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
* arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-101-1/+4
* arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel2014-10-101-0/+6
* arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel2014-10-101-2/+1Star
* arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall2014-09-261-3/+5
* ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-111-2/+10
* arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall2014-08-271-14/+8Star
* ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips2014-07-111-3/+8
* ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2014-07-111-0/+46
* arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2014-07-111-73/+84
* arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter2014-04-281-6/+9
* ARM: KVM: fix warning in mmu.cMarc Zyngier2014-03-031-1/+2
* arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-031-0/+93
* ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2014-03-031-5/+5
* arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-031-2/+2
* arm/arm64: KVM: relax the requirements of VMA alignment for THPMarc Zyngier2014-01-081-7/+9
* arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar2013-12-111-4/+4
* Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k...Gleb Natapov2013-11-191-6/+28
|\
| * arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall2013-11-171-6/+28
* | KVM: ARM: Transparent huge page (THP) supportChristoffer Dall2013-10-181-2/+56
* | KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2013-10-181-38/+131
|/