1. 1393b4a kvm: use more precise cast and do not drop __user by Paolo Bonzini · 4 years, 6 months ago
  2. 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
  3. 2a18b7e KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected by Vitaly Kuznetsov · 4 years, 7 months ago
  4. 7863e34 KVM: async_pf: Cleanup kvm_setup_async_pf() by Vitaly Kuznetsov · 4 years, 7 months ago
  5. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  6. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  7. dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
  8. e649b3f KVM: x86: Fix APIC page invalidation race by Eiichi Tsukata · 4 years, 7 months ago
  9. 7ec28e2 KVM: Use vmemdup_user() by Denis Efremov · 4 years, 7 months ago
  10. d56f513 KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories by Paolo Bonzini · 4 years, 7 months ago
  11. 3806094 Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 7 months ago
  12. 09d952c KVM: check userspace_addr for all memslots by Paolo Bonzini · 4 years, 7 months ago
  13. 557a961 KVM: x86: acknowledgment mechanism for async pf page ready notifications by Vitaly Kuznetsov · 4 years, 8 months ago
  14. 0958f0c KVM: introduce kvm_read_guest_offset_cached() by Vitaly Kuznetsov · 4 years, 8 months ago
  15. 7c0ade6 KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() by Vitaly Kuznetsov · 4 years, 8 months ago
  16. a8387d0 Revert "KVM: No need to retry for hva_to_pfn_remapped()" by Paolo Bonzini · 4 years, 7 months ago
  17. 656012c KVM: Fix spelling in code comments by Fuad Tabba · 4 years, 9 months ago
  18. 9ed24f4 KVM: arm64: Move virt/kvm/arm to arch/arm64 by Marc Zyngier · 4 years, 8 months ago
  19. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
  20. 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
  21. 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
  22. c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 9 months ago
  23. da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 9 months ago
  24. 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  25. 54163a3 KVM: Introduce kvm_make_all_cpus_request_except() by Suravee Suthikulpanit · 4 years, 8 months ago
  26. 0225fd5 KVM: arm64: Fix 32bit PC wrap-around by Marc Zyngier · 4 years, 8 months ago
  27. 958e8e1 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS by Marc Zyngier · 4 years, 9 months ago
  28. acd0578 kvm: add capability for halt polling by David Matlack · 4 years, 9 months ago
  29. 446c076 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 9 months ago
  30. 57bdb43 KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() by Zenghui Yu · 4 years, 9 months ago
  31. 969ce8b5 KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy by Zenghui Yu · 4 years, 9 months ago
  32. ba1ed9e KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits by Marc Zyngier · 4 years, 9 months ago
  33. 41ee52e KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits by Marc Zyngier · 4 years, 9 months ago
  34. 9a50ebb KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read by Marc Zyngier · 4 years, 9 months ago
  35. e72436b KVM: SVM: avoid infinite loop on NPF from bad address by Paolo Bonzini · 4 years, 9 months ago
  36. 1b94f6f KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run by Tianjia Zhang · 4 years, 9 months ago
  37. c36b715 KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 by Paolo Bonzini · 4 years, 9 months ago
  38. 63d0434 KVM: x86: move kvm_create_vcpu_debugfs after last failure point by Paolo Bonzini · 4 years, 9 months ago
  39. fdc9999 KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests by Marc Zyngier · 4 years, 9 months ago
  40. 2890ac9 KVM: arm64: PSCI: Narrow input registers when using 32bit functions by Marc Zyngier · 4 years, 9 months ago
  41. 788109c KVM: remove redundant assignment to variable r by Colin Ian King · 4 years, 9 months ago
  42. 1c32ca5 KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER by Marc Zyngier · 4 years, 9 months ago
  43. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  44. cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 9 months ago
  45. 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 10 months ago
  46. cc98702 Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next by Marc Zyngier · 4 years, 10 months ago
  47. dab4fe3 KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs by Marc Zyngier · 4 years, 10 months ago
  48. d9c3872 KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable by Marc Zyngier · 4 years, 10 months ago
  49. 2291ff2 KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor by Marc Zyngier · 4 years, 10 months ago
  50. bacf2c6 KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts by Marc Zyngier · 4 years, 10 months ago
  51. ef1820b KVM: arm64: GICv4.1: Add direct injection capability to SGI registers by Marc Zyngier · 4 years, 10 months ago
  52. 9879b79 KVM: arm64: GICv4.1: Let doorbells be auto-enabled by Marc Zyngier · 4 years, 10 months ago
  53. ae699ad irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer by Marc Zyngier · 4 years, 10 months ago
  54. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
  55. 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 4 years, 10 months ago
  56. 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 10 months ago
  57. 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 4 years, 10 months ago
  58. 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 4 years, 11 months ago
  59. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 4 years, 11 months ago
  60. 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 4 years, 11 months ago
  61. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 4 years, 11 months ago
  62. 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 4 years, 11 months ago
  63. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 4 years, 11 months ago
  64. 5c0b4f3 KVM: Move memslot deletion to helper function by Sean Christopherson · 4 years, 11 months ago
  65. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 4 years, 11 months ago
  66. cf47f50 KVM: Move setting of memslot into helper routine by Sean Christopherson · 4 years, 11 months ago
  67. 71a4c30 KVM: Refactor error handling for setting memory region by Sean Christopherson · 4 years, 11 months ago
  68. bd0e96f KVM: Explicitly free allocated-but-unused dirty bitmap by Sean Christopherson · 4 years, 11 months ago
  69. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 4 years, 11 months ago
  70. 13f6788 KVM: Don't free new memslot if allocation of said memslot fails by Sean Christopherson · 4 years, 11 months ago
  71. 13ea525 KVM: Reinstall old memslots if arch preparation fails by Sean Christopherson · 4 years, 11 months ago
  72. 76a5db1 KVM: arm64: Use the correct timer structure to access the physical counter by KarimAllah Ahmed · 4 years, 10 months ago
  73. e951445 Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 10 months ago
  74. b3f15ec kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe() by Mark Rutland · 5 years ago
  75. 1f03b2b KVM: Disable preemption in kvm_get_running_vcpu() by Marc Zyngier · 5 years ago
  76. 7df003c KVM: fix overflow of zero page refcount with ksm running by Zhuang Yanying · 5 years ago
  77. 51b2569 KVM: arm/arm64: Fix up includes for trace.h by Jeremy Cline · 5 years ago
  78. 4cbc418 Merge branch 'cve-2019-3016' into kvm-next-5.6 by Paolo Bonzini · 5 years ago
  79. 9172481 x86/kvm: Cache gfn to pfn translation by Boris Ostrovsky · 5 years ago
  80. 1eff70a x86/kvm: Introduce kvm_(un)map_gfn() by Boris Ostrovsky · 5 years ago
  81. 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
  82. 4a267aa KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer by Alexandru Elisei · 5 years ago
  83. c01d6a1 KVM: arm64: pmu: Only handle supported event counters by Eric Auger · 5 years ago
  84. aa76829 KVM: arm64: pmu: Fix chained SW_INCR counters by Eric Auger · 5 years ago
  85. 76c9fc5 KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled by Eric Auger · 5 years ago
  86. 3837407 KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset by Eric Auger · 5 years ago
  87. 42cde48 KVM: Play nice with read-only memslots when querying host page size by Sean Christopherson · 5 years ago
  88. f9b84e1 KVM: Use vcpu-specific gva->hva translation when querying host page size by Sean Christopherson · 5 years ago
  89. 005ba37 mm: thp: KVM: Explicitly check for THP when populating secondary MMU by Sean Christopherson · 5 years ago
  90. dc9ce71 KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails by Sean Christopherson · 5 years ago
  91. 6ad1e29 KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers by Sean Christopherson · 5 years ago
  92. fcfbc61 KVM: Check for a bad hva before dropping into the ghc slow path by Sean Christopherson · 5 years ago
  93. 7495e22 KVM: Move running VCPU from ARM to common code by Paolo Bonzini · 5 years ago
  94. fcd97ad KVM: Add build-time error check on kvm_run size by Peter Xu · 5 years ago
  95. ef82edd KVM: Remove kvm_read_guest_atomic() by Peter Xu · 5 years ago
  96. 8bd826d KVM: Move vcpu->run page allocation out of kvm_vcpu_init() by Sean Christopherson · 5 years ago
  97. 9941d22 KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  98. ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
  99. 19bcc89 KVM: arm64: Free sve_state via arm specific hook by Sean Christopherson · 5 years ago
  100. 39a93a8 KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago