1. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
  2. 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
  3. 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
  4. c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 8 months ago
  5. da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
  6. 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  7. 54163a3 KVM: Introduce kvm_make_all_cpus_request_except() by Suravee Suthikulpanit · 4 years, 8 months ago
  8. 0225fd5 KVM: arm64: Fix 32bit PC wrap-around by Marc Zyngier · 4 years, 8 months ago
  9. 958e8e1 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS by Marc Zyngier · 4 years, 8 months ago
  10. acd0578 kvm: add capability for halt polling by David Matlack · 4 years, 9 months ago
  11. 446c076 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 8 months ago
  12. 57bdb43 KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() by Zenghui Yu · 4 years, 9 months ago
  13. 969ce8b5 KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy by Zenghui Yu · 4 years, 9 months ago
  14. ba1ed9e KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits by Marc Zyngier · 4 years, 9 months ago
  15. 41ee52e KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits by Marc Zyngier · 4 years, 9 months ago
  16. 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
  17. e72436b KVM: SVM: avoid infinite loop on NPF from bad address by Paolo Bonzini · 4 years, 9 months ago
  18. 1b94f6f KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run by Tianjia Zhang · 4 years, 9 months ago
  19. c36b715 KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 by Paolo Bonzini · 4 years, 9 months ago
  20. 63d0434 KVM: x86: move kvm_create_vcpu_debugfs after last failure point by Paolo Bonzini · 4 years, 9 months ago
  21. fdc9999 KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests by Marc Zyngier · 4 years, 9 months ago
  22. 2890ac9 KVM: arm64: PSCI: Narrow input registers when using 32bit functions by Marc Zyngier · 4 years, 9 months ago
  23. 788109c KVM: remove redundant assignment to variable r by Colin Ian King · 4 years, 9 months ago
  24. 1c32ca5 KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER by Marc Zyngier · 4 years, 9 months ago
  25. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 9 months ago
  26. 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
  27. 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 9 months ago
  28. cc98702 Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next by Marc Zyngier · 4 years, 9 months ago
  29. dab4fe3 KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs by Marc Zyngier · 4 years, 10 months ago
  30. d9c3872 KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable by Marc Zyngier · 4 years, 10 months ago
  31. 2291ff2 KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor by Marc Zyngier · 4 years, 10 months ago
  32. bacf2c6 KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts by Marc Zyngier · 4 years, 10 months ago
  33. ef1820b KVM: arm64: GICv4.1: Add direct injection capability to SGI registers by Marc Zyngier · 4 years, 10 months ago
  34. 9879b79a KVM: arm64: GICv4.1: Let doorbells be auto-enabled by Marc Zyngier · 4 years, 10 months ago
  35. ae699ad irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer by Marc Zyngier · 4 years, 10 months ago
  36. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
  37. 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 4 years, 10 months ago
  38. 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 10 months ago
  39. 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 4 years, 10 months ago
  40. 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 4 years, 10 months ago
  41. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 4 years, 10 months ago
  42. 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 4 years, 10 months ago
  43. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 4 years, 10 months ago
  44. 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 4 years, 10 months ago
  45. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 4 years, 10 months ago
  46. 5c0b4f3 KVM: Move memslot deletion to helper function by Sean Christopherson · 4 years, 10 months ago
  47. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 4 years, 10 months ago
  48. cf47f50 KVM: Move setting of memslot into helper routine by Sean Christopherson · 4 years, 10 months ago
  49. 71a4c30 KVM: Refactor error handling for setting memory region by Sean Christopherson · 4 years, 10 months ago
  50. bd0e96f KVM: Explicitly free allocated-but-unused dirty bitmap by Sean Christopherson · 4 years, 10 months ago
  51. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 4 years, 10 months ago
  52. 13f6788 KVM: Don't free new memslot if allocation of said memslot fails by Sean Christopherson · 4 years, 10 months ago
  53. 13ea525 KVM: Reinstall old memslots if arch preparation fails by Sean Christopherson · 4 years, 10 months ago
  54. 76a5db1 KVM: arm64: Use the correct timer structure to access the physical counter by KarimAllah Ahmed · 4 years, 10 months ago
  55. 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
  56. b3f15ec kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe() by Mark Rutland · 4 years, 11 months ago
  57. 1f03b2b KVM: Disable preemption in kvm_get_running_vcpu() by Marc Zyngier · 5 years ago
  58. 7df003c KVM: fix overflow of zero page refcount with ksm running by Zhuang Yanying · 5 years ago
  59. 51b2569 KVM: arm/arm64: Fix up includes for trace.h by Jeremy Cline · 5 years ago
  60. 4cbc418 Merge branch 'cve-2019-3016' into kvm-next-5.6 by Paolo Bonzini · 5 years ago
  61. 9172481 x86/kvm: Cache gfn to pfn translation by Boris Ostrovsky · 5 years ago
  62. 1eff70a x86/kvm: Introduce kvm_(un)map_gfn() by Boris Ostrovsky · 5 years ago
  63. 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
  64. 4a267aa KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer by Alexandru Elisei · 5 years ago
  65. c01d6a1 KVM: arm64: pmu: Only handle supported event counters by Eric Auger · 5 years ago
  66. aa76829 KVM: arm64: pmu: Fix chained SW_INCR counters by Eric Auger · 5 years ago
  67. 76c9fc5 KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled by Eric Auger · 5 years ago
  68. 3837407 KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset by Eric Auger · 5 years ago
  69. 42cde48 KVM: Play nice with read-only memslots when querying host page size by Sean Christopherson · 5 years ago
  70. f9b84e1 KVM: Use vcpu-specific gva->hva translation when querying host page size by Sean Christopherson · 5 years ago
  71. 005ba37 mm: thp: KVM: Explicitly check for THP when populating secondary MMU by Sean Christopherson · 5 years ago
  72. dc9ce71 KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails by Sean Christopherson · 5 years ago
  73. 6ad1e29 KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers by Sean Christopherson · 5 years ago
  74. fcfbc61 KVM: Check for a bad hva before dropping into the ghc slow path by Sean Christopherson · 5 years ago
  75. 7495e22 KVM: Move running VCPU from ARM to common code by Paolo Bonzini · 5 years ago
  76. fcd97ad KVM: Add build-time error check on kvm_run size by Peter Xu · 5 years ago
  77. ef82edd KVM: Remove kvm_read_guest_atomic() by Peter Xu · 5 years ago
  78. 8bd826d KVM: Move vcpu->run page allocation out of kvm_vcpu_init() by Sean Christopherson · 5 years ago
  79. 9941d22 KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  80. ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
  81. 19bcc89 KVM: arm64: Free sve_state via arm specific hook by Sean Christopherson · 5 years ago
  82. 39a93a8 KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago
  83. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  84. d5c48de KVM: Move initialization of preempt notifier to kvm_vcpu_init() by Sean Christopherson · 5 years ago
  85. aaba298 KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() by Sean Christopherson · 5 years ago
  86. e529ef6 KVM: Move vcpu alloc and init invocation to common code by Sean Christopherson · 5 years ago
  87. 4543bdc KVM: Introduce kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  88. 897cc38 KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues by Sean Christopherson · 5 years ago
  89. 4b8fff7 KVM: arm: Drop kvm_arch_vcpu_free() by Sean Christopherson · 5 years ago
  90. 21aecdb KVM: arm: Make inject_abt32() inject an external abort instead by James Morse · 5 years ago
  91. 018f22f KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests by James Morse · 5 years ago
  92. cf2d23e KVM: arm/arm64: Fix young bit from mmu notifier by Gavin Shan · 5 years ago
  93. 0e20f5e KVM: arm/arm64: Cleanup MMIO handling by Marc Zyngier · 5 years ago
  94. 4425f56 KVM: async_pf: drop kvm_arch_async_page_present wrappers by Paolo Bonzini · 5 years ago
  95. 09cbcef kvm: Refactor handling of VM debugfs files by Milan Pandurov · 5 years ago
  96. 311497e KVM: Fix some writing mistakes by Miaohe Lin · 5 years ago
  97. 0011679 KVM: Fix some grammar mistakes by Miaohe Lin · 5 years ago
  98. 668effb KVM: Fix some wrong function names in comment by Miaohe Lin · 5 years ago
  99. 31a9b0b KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region() by Zenghui Yu · 5 years ago
  100. 821c10c KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler by Zenghui Yu · 5 years ago