summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
AgeCommit message (Expand)Author
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-05-15KVM: arm64: Fix boolreturn.cocci warningskernel test robot
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-17KVM: arm64: Convert to the gfn-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: Move arm64's MMU notifier trace events to generic codeSean Christopherson
2021-04-13Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/nextMarc Zyngier
2021-04-07KVM: arm64: Don't retrieve memory slot again in page fault handlerGavin Shan
2021-04-07KVM: arm64: Use find_vma_intersection()Gavin Shan
2021-04-07KVM: arm64: Hide kvm_mmu_wp_memory_region()Gavin Shan
2021-03-19KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret
2021-03-12KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier
2021-01-25KVM: arm64: Mark the page dirty only if the fault is handled successfullyYanan Wang
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-02KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()Yanan Wang
2020-11-27Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/nextMarc Zyngier
2020-11-12Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier
2020-11-10KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier
2020-11-08Merge tag 'kvmarm-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-11-06KVM: arm64: Fix build error in user_mem_abort()Gavin Shan
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-10-29KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla
2020-10-29KVM: arm64: Use fallback mapping sizes for contiguous huge page sizesGavin Shan
2020-10-20Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2020-10-02KVM: arm64: Ensure user_mem_abort() return value is initialisedWill Deacon
2020-09-20Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier
2020-09-18KVM: arm64: Fix doc warnings in mmu codeXiaofei Tan
2020-09-18KVM: arm64: Do not flush memslot if FWB is supportedAlexandru Elisei
2020-09-18KVM: arm64: Try PMD block mappings if PUD mappings are not supportedAlexandru Elisei
2020-09-11Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-09-11KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'Will Deacon
2020-09-11KVM: arm64: Remove unused page-table codeWill Deacon
2020-09-11KVM: arm64: Check the pgt instead of the pgd when modifying page-tableWill Deacon
2020-09-11KVM: arm64: Convert user_mem_abort() to generic page-table APIWill Deacon
2020-09-11KVM: arm64: Convert memslot cache-flushing code to generic page-table APIQuentin Perret
2020-09-11KVM: arm64: Convert write-protect operation to generic page-table APIQuentin Perret
2020-09-11KVM: arm64: Convert page-aging and access faults to generic page-table APIWill Deacon
2020-09-11KVM: arm64: Convert unmap_stage2_range() to generic page-table APIWill Deacon
2020-09-11KVM: arm64: Convert kvm_set_spte_hva() to generic page-table APIWill Deacon
2020-09-11KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table APIWill Deacon
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon
2020-09-11KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon
2020-09-11KVM: arm64: Remove kvm_mmu_free_memory_caches()Will Deacon
2020-09-04KVM: arm64: Update page shift if stage 2 block mapping not supportedAlexandru Elisei
2020-09-04KVM: arm64: Do not try to map PUDs when they are folded into PMDMarc Zyngier