aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-11ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips1-3/+8
2014-07-11ARM: KVM: Unmap IPA on memslot delete/moveEric Auger1-0/+46
2014-07-11arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-73/+84
2014-04-28arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter1-6/+9
2014-03-03ARM: KVM: fix warning in mmu.cMarc Zyngier1-1/+2
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier1-0/+93
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-5/+5
2014-03-03arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-2/+2
2014-01-08arm/arm64: KVM: relax the requirements of VMA alignment for THPMarc Zyngier1-7/+9
2013-12-11arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar1-4/+4
2013-11-19Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into nextGleb Natapov1-6/+28
2013-11-16arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall1-6/+28
2013-10-17KVM: ARM: Transparent huge page (THP) supportChristoffer Dall1-2/+56
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall1-38/+131
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King1-1/+0
2013-08-13ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall1-1/+0
2013-08-07arm64: KVM: fix 2-level page tables unmappingMarc Zyngier1-14/+8
2013-08-07ARM: KVM: Fix unaligned unmap_range leakChristoffer Dall1-7/+7
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2013-06-26ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier1-3/+0
2013-06-03ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier1-15/+26
2013-04-28ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier1-7/+28
2013-04-28ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier1-38/+94
2013-04-28ARM: KVM: rework HYP page table freeingMarc Zyngier1-101/+80
2013-04-28ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier1-1/+23
2013-04-28ARM: KVM: fix HYP mapping limitations around zeroMarc Zyngier1-11/+10
2013-04-28ARM: KVM: simplify HYP mapping populationMarc Zyngier1-60/+42
2013-03-06ARM: KVM: sanitize freeing of HYP page tablesMarc Zyngier1-18/+26
2013-03-06ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipaMarc Zyngier1-4/+4
2013-03-06ARM: KVM: move include of asm/idmap.h to kvm_mmu.hMarc Zyngier1-1/+0
2013-03-06ARM: KVM: fix fault_ipa computingMarc Zyngier1-2/+7
2013-03-06ARM: KVM: fix address validation for HYP mappingsMarc Zyngier1-2/+7
2013-03-06ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier1-16/+27
2013-03-06ARM: KVM: abstract most MMU operationsMarc Zyngier1-46/+12
2013-03-06ARM: KVM: abstract HSR_EC_IABT awayMarc Zyngier1-5/+3
2013-03-06ARM: KVM: abstract fault decoding awayMarc Zyngier1-1/+1
2013-03-06ARM: KVM: abstract exception class decoding awayMarc Zyngier1-1/+1
2013-03-06ARM: KVM: abstract fault register accessesMarc Zyngier1-8/+8
2013-02-25ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_slotMarc Zyngier1-5/+0
2013-01-23KVM: ARM: Handle I/O abortsChristoffer Dall1-2/+5
2013-01-23KVM: ARM: Handle guest faults in KVMChristoffer Dall1-1/+152
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall1-1/+369
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall1-0/+248
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall1-0/+17