aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm/mmu.c
AgeCommit message (Expand)Author
2015-12-04ARM/arm64: KVM: correct PTE uncachedness checkArd Biesheuvel
2015-11-24ARM/arm64: KVM: test properly for a PTE's uncachednessArd Biesheuvel
2015-09-16arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka
2015-06-19Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-06-09ARM: KVM: Remove pointless void pointer castFiro Yang
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-03-23arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel
2015-03-19ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel
2015-03-12arm/arm64: KVM: Optimize handling of Access Flag faultsMarc Zyngier
2015-03-12arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier
2015-03-12arm/arm64: KVM: Allow handle_hva_to_gpa to return a valueMarc Zyngier
2015-03-11arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier
2015-03-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-01-29arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier
2015-01-29arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang
2015-01-23arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall
2015-01-16KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch
2015-01-16KVM: arm: page logging 2nd stage fault handlingMario Smarduch
2015-01-16KVM: arm: dirty logging write protect supportMario Smarduch
2015-01-16KVM: arm: Add initial dirty page locking supportMario Smarduch
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-12-13arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall
2014-11-26arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel
2014-11-26arm64: KVM: fix unmapping with 48-bit VAsMark Rutland
2014-11-25arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel
2014-11-25arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek
2014-11-25arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel
2014-10-15arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper
2014-10-14arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall
2014-10-14arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall
2014-10-13arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel
2014-10-10arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel
2014-10-10arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel
2014-09-26arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall
2014-09-11ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel
2014-08-27arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall
2014-07-11ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips
2014-07-11ARM: KVM: Unmap IPA on memslot delete/moveEric Auger
2014-07-11arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall
2014-04-28arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter
2014-03-03ARM: KVM: fix warning in mmu.cMarc Zyngier