aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall1-1958/+0
2017-04-09arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier1-5/+0
2017-04-09kvm: arm/arm64: Rework gpa callback handlersSuzuki K Poulose1-18/+13
2017-01-30arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier1-9/+0
2017-01-30arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier1-7/+4
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2016-09-09kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose1-0/+1
2016-09-08arm/arm64: KVM: Inject virtual abort when guest exits on external abortMarc Zyngier1-0/+5
2016-09-08arm/kvm: excise redundant cache maintenanceMark Rutland1-2/+0
2016-09-06arm: KVM: Fix idmap overlap detection when the kernel is idmap'edMarc Zyngier1-1/+2
2016-08-17KVM: arm/arm64: Change misleading use of is_error_pfnChristoffer Dall1-1/+1
2016-07-03arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier1-9/+9
2016-07-03arm/arm64: KVM: Check that IDMAP doesn't intersect with VA rangeMarc Zyngier1-0/+15
2016-07-03arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier1-23/+7
2016-07-03arm/arm64: KVM: Drop boot_pgdMarc Zyngier1-8/+0
2016-07-03arm/arm64: KVM: Always have merged page tablesMarc Zyngier1-40/+34
2016-07-03arm/arm64: KVM: Export __hyp_text_start/end symbolsMarc Zyngier1-2/+0
2016-06-29arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier1-3/+3
2016-06-29arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier1-2/+3
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-187/+221
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+5
2016-05-09kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas1-17/+29
2016-05-05mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-1/+1
2016-04-29arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier1-6/+11
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro1-0/+5
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose1-31/+6
2016-04-21kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose1-8/+1
2016-04-21kvm-arm: Add stage2 page table modifiersSuzuki K Poulose1-53/+44
2016-04-21kvm-arm: Add explicit hyp page table modifiersSuzuki K Poulose1-5/+99
2016-04-21kvm-arm: Use explicit stage2 helper routinesSuzuki K Poulose1-24/+24
2016-04-21kvm-arm: Remove kvm_pud_huge()Suzuki K Poulose1-3/+1
2016-04-21kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_hugeSuzuki K Poulose1-9/+8
2016-04-21kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose1-40/+7
2016-02-29arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier1-0/+7
2016-02-29arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier1-0/+16
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-5/+5
2015-12-18arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin1-3/+3
2015-12-04ARM/arm64: KVM: correct PTE uncachedness checkArd Biesheuvel1-2/+2
2015-11-24ARM/arm64: KVM: test properly for a PTE's uncachednessArd Biesheuvel1-8/+7
2015-09-16arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka1-2/+4
2015-06-19Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+2
2015-06-09ARM: KVM: Remove pointless void pointer castFiro Yang1-2/+2
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-0/+1
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-1/+2
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-39/+30
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini1-10/+124
2015-03-23arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel1-2/+25
2015-03-19ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel1-37/+5