1. c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 11 months ago
  2. cd4c718 KVM: arm64: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 4 years ago
  3. 501b918 KVM: Move arm64's MMU notifier trace events to generic code by Sean Christopherson · 4 years ago
  4. 3d63ef4 Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/next by Marc Zyngier · 4 years ago
  5. 10ba2d1 KVM: arm64: Don't retrieve memory slot again in page fault handler by Gavin Shan · 4 years ago
  6. c728fd4 KVM: arm64: Use find_vma_intersection() by Gavin Shan · 4 years ago
  7. eab6214 KVM: arm64: Hide kvm_mmu_wp_memory_region() by Gavin Shan · 4 years ago
  8. cfb1a98 KVM: arm64: Use kvm_arch in kvm_s2_mmu by Quentin Perret · 4 years ago
  9. 834cd93 KVM: arm64: Use kvm_arch for stage 2 pgtable by Quentin Perret · 4 years ago
  10. bfa79a8 KVM: arm64: Elevate hypervisor mappings creation at EL2 by Quentin Perret · 4 years ago
  11. 7aef0cb KVM: arm64: Factor memory allocation out of pgtable.c by Quentin Perret · 4 years ago
  12. 262b003 KVM: arm64: Fix exclusive limit for IPA size by Marc Zyngier · 4 years ago
  13. 509552e KVM: arm64: Mark the page dirty only if the fault is handled successfully by Yanan Wang · 4 years, 2 months ago
  14. 6a447b0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 3 months ago
  15. 7d89483 KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort() by Yanan Wang · 4 years, 3 months ago
  16. 37da329 Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/next by Marc Zyngier · 4 years, 3 months ago
  17. 4f6b838 Merge tag 'v5.10-rc1' into kvmarm-master/next by Marc Zyngier · 4 years, 4 months ago
  18. cdb5e02 KVM: arm64: Make kvm_skip_instr() and co private to HYP by Marc Zyngier · 4 years, 5 months ago
  19. 6ddbc28 KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32() by Marc Zyngier · 4 years, 5 months ago
  20. ff2bb93 Merge tag 'kvmarm-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 4 months ago
  21. faf0003 KVM: arm64: Fix build error in user_mem_abort() by Gavin Shan · 4 years, 4 months ago
  22. 699116c Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 4 months ago
  23. 91a2c34 KVM: arm64: Force PTE mapping on fault resulting in a device mapping by Santosh Shukla · 4 years, 4 months ago
  24. 2f40c46 KVM: arm64: Use fallback mapping sizes for contiguous huge page sizes by Gavin Shan · 4 years, 5 months ago
  25. 1b21c8d Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 5 months ago
  26. ffd1b63 KVM: arm64: Ensure user_mem_abort() return value is initialised by Will Deacon · 4 years, 5 months ago
  27. b73815a Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  28. c4ad98e KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch by Marc Zyngier · 4 years, 6 months ago
  29. c9c0279 KVM: arm64: Fix doc warnings in mmu code by Xiaofei Tan · 4 years, 6 months ago
  30. ada329e KVM: arm64: Do not flush memslot if FWB is supported by Alexandru Elisei · 4 years, 6 months ago
  31. 523b399 KVM: arm64: Try PMD block mappings if PUD mappings are not supported by Alexandru Elisei · 4 years, 6 months ago
  32. 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 6 months ago
  33. 74cfa7e KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu' by Will Deacon · 4 years, 6 months ago
  34. 3f26ab5 KVM: arm64: Remove unused page-table code by Will Deacon · 4 years, 6 months ago
  35. 063deeb KVM: arm64: Check the pgt instead of the pgd when modifying page-table by Will Deacon · 4 years, 6 months ago
  36. 6f745f1 KVM: arm64: Convert user_mem_abort() to generic page-table API by Will Deacon · 4 years, 6 months ago
  37. 8d5207b KVM: arm64: Convert memslot cache-flushing code to generic page-table API by Quentin Perret · 4 years, 6 months ago
  38. cc38d61 KVM: arm64: Convert write-protect operation to generic page-table API by Quentin Perret · 4 years, 6 months ago
  39. ee8efad KVM: arm64: Convert page-aging and access faults to generic page-table API by Will Deacon · 4 years, 6 months ago
  40. 52bae93 KVM: arm64: Convert unmap_stage2_range() to generic page-table API by Will Deacon · 4 years, 6 months ago
  41. e9edb17 KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API by Will Deacon · 4 years, 6 months ago
  42. 02bbd37 KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API by Will Deacon · 4 years, 6 months ago
  43. 71233d05 KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables by Will Deacon · 4 years, 6 months ago
  44. 0f9d09b KVM: arm64: Use generic allocator for hyp stage-1 page-tables by Will Deacon · 4 years, 6 months ago
  45. 9af3e08 KVM: arm64: Remove kvm_mmu_free_memory_caches() by Will Deacon · 4 years, 6 months ago
  46. 7b75cd5 KVM: arm64: Update page shift if stage 2 block mapping not supported by Alexandru Elisei · 4 years, 6 months ago
  47. 3fb884f KVM: arm64: Do not try to map PUDs when they are folded into PMD by Marc Zyngier · 4 years, 6 months ago
  48. b533137 KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set by Will Deacon · 4 years, 7 months ago
  49. fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 7 months ago
  50. 0378dae Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6 by Paolo Bonzini · 4 years, 7 months ago
  51. 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
  52. 1631487 Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next by Marc Zyngier · 4 years, 7 months ago
  53. 022c8328 KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort() by Will Deacon · 4 years, 7 months ago
  54. 54dc0d2 KVM: arm64: Don't skip cache maintenance for read-only memslots by Will Deacon · 4 years, 7 months ago
  55. 84b951a KVM: arm64: Handle data and instruction external aborts the same way by Will Deacon · 4 years, 7 months ago
  56. c9a636f KVM: arm64: Rename kvm_vcpu_dabt_isextabt() by Will Deacon · 4 years, 7 months ago
  57. a394cf6 Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIP by Marc Zyngier · 4 years, 7 months ago georgepope/buffer-ubsan
  58. b757b47 KVM: arm64: Don't inherit exec permission across page-table levels by Will Deacon · 4 years, 8 months ago
  59. 74cc7e0 KVM: arm64: clean up redundant 'kvm_run' parameters by Tianjia Zhang · 4 years, 9 months ago
  60. c1a33ae KVM: arm64: Use common KVM implementation of MMU memory caches by Sean Christopherson · 4 years, 8 months ago
  61. e539451 KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches by Sean Christopherson · 4 years, 8 months ago
  62. 61ffb3a KVM: arm64: Drop @max param from mmu_topup_memory_cache() by Sean Christopherson · 4 years, 8 months ago
  63. efaa5b9 KVM: arm64: Use TTL hint in when invalidating stage-2 translations by Marc Zyngier · 6 years ago
  64. a0e50aa KVM: arm64: Factor out stage 2 page table data from struct kvm by Christoffer Dall · 6 years ago
  65. 3a949f4 KVM: arm64: Rename HSR to ESR by Gavin Shan · 4 years, 8 months ago
  66. 89154dd mmap locking API: convert mmap_sem call sites missed by coccinelle by Michel Lespinasse · 4 years, 9 months ago
  67. e9f6376 arm64: add support for folded p4d page tables by Mike Rapoport · 4 years, 9 months ago
  68. 0a78791 KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction by Andrew Scull · 4 years, 10 months ago
  69. c862626 KVM: arm64: Support enabling dirty log gradually in small chunks by Keqian Zhu · 5 years ago
  70. 0529c90 KVM: arm64: Unify handling THP backed host memory by Suzuki K Poulose · 4 years, 10 months ago
  71. 9f28361 KVM: arm64: Clean up the checking for huge mapping by Suzuki K Poulose · 4 years, 10 months ago
  72. 48c963e KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvation by Jiang Yi · 5 years ago
  73. 656012c KVM: Fix spelling in code comments by Fuad Tabba · 5 years ago
  74. 9ed24f4 KVM: arm64: Move virt/kvm/arm to arch/arm64 by Marc Zyngier · 4 years, 10 months ago[Renamed from virt/kvm/arm/mmu.c]
  75. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 5 years ago
  76. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 5 years ago
  77. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 5 years ago
  78. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 5 years ago
  79. 621ab20 Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  80. 005ba37 mm: thp: KVM: Explicitly check for THP when populating secondary MMU by Sean Christopherson · 5 years ago
  81. cf2d23e KVM: arm/arm64: Fix young bit from mmu notifier by Gavin Shan · 5 years ago
  82. 0e20f5e KVM: arm/arm64: Cleanup MMIO handling by Marc Zyngier · 5 years ago
  83. 1559b75 KVM: arm/arm64: Re-check VMA on detecting a poisoned page by James Morse · 5 years ago
  84. 6d674e2 KVM: arm/arm64: Properly handle faulting of device mappings by Marc Zyngier · 5 years ago
  85. 97418e9 KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_region by Jia He · 5 years ago
  86. 50f11a8 arm64: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  87. d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 6 years ago
  88. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  89. 2e8010b kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP by Suzuki K Poulose · 6 years ago
  90. 14b94d0 KVM: ARM: Remove pgtable page standard functions from stage-2 page tables by Anshuman Khandual · 6 years ago
  91. 8324c3d KVM: arm/arm64: Comments cleanup in mmu.c by Zenghui Yu · 6 years ago
  92. 3c3736c KVM: arm/arm64: Fix handling of stage2 huge mappings by Suzuki K Poulose · 6 years ago
  93. a80868f KVM: arm/arm64: Enforce PTE mappings at stage2 when needed by Suzuki K Poulose · 6 years ago
  94. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  95. dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
  96. 71783e09 Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 6 years ago
  97. 1524825 KVM: Call kvm_arch_memslots_updated() before updating memslots by Sean Christopherson · 6 years ago
  98. c2be79a KVM: arm/arm64: Remove unused gpa_end variable by Shaokun Zhang · 6 years ago
  99. 64cf98f KVM: arm/arm64: Move kvm_is_write_fault to header file by Christoffer Dall · 9 years ago
  100. e329fb7 KVM: arm/arm64: Factor out VMID into struct kvm_vmid by Christoffer Dall · 6 years ago