summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/kvm_mmu.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+21
2015-01-30arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier1-9/+34
2015-01-30arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier1-0/+31
2015-01-30arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier1-1/+2
2015-01-16KVM: arm: Add initial dirty page locking supportMario Smarduch1-0/+21
2014-12-13arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+1
2014-11-25arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek1-2/+3
2014-10-14arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall1-3/+26
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel1-1/+1
2014-09-11ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel1-11/+0
2014-07-11arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-0/+12
2014-03-03ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier1-1/+10
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier1-0/+2
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier1-0/+13
2014-03-03arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier1-2/+2
2013-12-11arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar1-0/+1
2013-10-18KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall1-3/+14
2013-08-31ARM: KVM: Fix kvm_set_pte assignmentChristoffer Dall1-1/+1
2013-04-29ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier1-0/+1
2013-04-29ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier1-3/+21
2013-04-29ARM: KVM: rework HYP page table freeingMarc Zyngier1-1/+1
2013-04-29ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier1-1/+0
2013-03-07ARM: KVM: move include of asm/idmap.h to kvm_mmu.hMarc Zyngier1-0/+1
2013-03-07ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier1-0/+8
2013-03-07ARM: KVM: abstract most MMU operationsMarc Zyngier1-0/+58
2013-01-23KVM: ARM: Handle guest faults in KVMChristoffer Dall1-0/+12
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall1-0/+9
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall1-0/+29