summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
AgeCommit message (Expand)Author
2022-04-27KVM: arm64: Inject exception on out-of-IPA-range translation faultMarc Zyngier
2022-04-06KVM: arm64: Don't split hugepages outside of MMU write lockOliver Upton
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall
2022-02-08Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc Zyngier
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall
2022-02-08KVM: arm64: Add fast path to handle permission relaxation during dirty loggingJing Zhang
2022-02-08KVM: arm64: Use read/write spin lock for MMU protectionJing Zhang
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret
2021-12-16KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret
2021-12-15KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHEQuentin Perret
2021-12-15KVM: arm64: pkvm: Stub io map functionsQuentin Perret
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: arm64: Use "new" memslot instead of userspace memory regionSean Christopherson
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-10-17KVM: arm64: Add memcg accounting to KVM allocationsJia He
2021-10-05KVM: arm64: Release mmap_lock when using VM_SHARED with MTEQuentin Perret
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier
2021-08-20Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/nextMarc Zyngier
2021-08-20Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier
2021-08-20KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret
2021-08-02KVM: arm64: Count VMID-wide TLB invalidationsPaolo Bonzini
2021-08-02KVM: arm64: Use get_page() instead of kvm_get_pfn()Marc Zyngier
2021-08-02KVM: arm64: Avoid mapping size adjustment on permission faultMarc Zyngier
2021-08-02KVM: arm64: Walk userspace page tables to compute the THP mapping sizeMarc Zyngier
2021-07-14KVM: arm64: Fix detection of shared VMAs on guest faultMarc Zyngier
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier
2021-06-22KVM: arm64: Introduce MTE VM featureSteven Price
2021-06-18Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/nextMarc Zyngier
2021-06-18KVM: arm64: Move guest CMOs to the fault handlersYanan Wang
2021-06-18KVM: arm64: Tweak parameters of guest cache maintenance functionsYanan Wang
2021-06-01KVM: arm64: Try stage2 block mapping for host device MMIOKeqian Zhu
2021-06-01KVM: arm64: Remove the creation time's mapping of MMIO regionsKeqian Zhu
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