1. 8bd826d KVM: Move vcpu->run page allocation out of kvm_vcpu_init() by Sean Christopherson · 5 years ago
  2. 9941d22 KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  3. ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
  4. 19bcc89 KVM: arm64: Free sve_state via arm specific hook by Sean Christopherson · 5 years ago
  5. 39a93a8 KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago
  6. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  7. d5c48de KVM: Move initialization of preempt notifier to kvm_vcpu_init() by Sean Christopherson · 5 years ago
  8. aaba298 KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() by Sean Christopherson · 5 years ago
  9. e529ef6 KVM: Move vcpu alloc and init invocation to common code by Sean Christopherson · 5 years ago
  10. 4543bdc KVM: Introduce kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  11. 897cc38 KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues by Sean Christopherson · 5 years ago
  12. 4b8fff7 KVM: arm: Drop kvm_arch_vcpu_free() by Sean Christopherson · 5 years ago
  13. 4425f56 KVM: async_pf: drop kvm_arch_async_page_present wrappers by Paolo Bonzini · 5 years ago
  14. 09cbcef kvm: Refactor handling of VM debugfs files by Milan Pandurov · 5 years ago
  15. 311497e KVM: Fix some writing mistakes by Miaohe Lin · 5 years ago
  16. 0011679 KVM: Fix some grammar mistakes by Miaohe Lin · 5 years ago
  17. 668effb KVM: Fix some wrong function names in comment by Miaohe Lin · 5 years ago
  18. 736c291 KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM by Sean Christopherson · 5 years ago
  19. bbfdafa KVM: lib: use jump label to handle resource release in irq_bypass_register_producer() by Miaohe Lin · 5 years ago
  20. 8262fe8 KVM: lib: use jump label to handle resource release in irq_bypass_register_consumer() by Miaohe Lin · 5 years ago
  21. d29c03a KVM: get rid of var page in kvm_set_pfn_dirty() by Miaohe Lin · 5 years ago
  22. d68321d Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 5 years ago
  23. f5d5f5f Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 5 years ago
  24. 6d674e2 KVM: arm/arm64: Properly handle faulting of device mappings by Marc Zyngier · 5 years ago
  25. 97418e9 KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_region by Jia He · 5 years ago
  26. 72a610f KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create() by Miaohe Lin · 5 years ago
  27. 0bda949 KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy() by Miaohe Lin · 5 years ago
  28. 7e0befd KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode() by Miaohe Lin · 5 years ago
  29. faf0be2 KVM: Fix jump label out_free_* in kvm_init() by Miaohe Lin · 5 years ago
  30. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  31. 14edff8 Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  32. 8750e72 KVM: remember position in kvm->vcpus array by Radim Krčmář · 5 years ago
  33. b139b5a KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_init by Miaohe Lin · 5 years ago
  34. 9cb09e7 KVM: Add a comment describing the /dev/kvm no_compat handling by Marc Zyngier · 5 years ago
  35. b9876e6 KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n by Marc Zyngier · 5 years ago
  36. 8c5bd25 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  37. a78986a KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved by Sean Christopherson · 5 years ago
  38. e2d3fca KVM: fix placement of refcount initialization by Paolo Bonzini · 5 years ago
  39. 8a44119 KVM: Fix NULL-ptr deref after kvm_create_vm fails by Paolo Bonzini · 5 years ago
  40. cd7056a Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next by Marc Zyngier · 5 years ago
  41. ef2e78d KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI injection by Marc Zyngier · 5 years ago
  42. 5bd90b0 KVM: vgic-v4: Track the number of VLPIs per vcpu by Marc Zyngier · 5 years ago
  43. 9090825 KVM: arm/arm64: Let the timer expire in hardirq context on RT by Thomas Gleixner · 5 years ago
  44. 1aa9b95 kvm: x86: mmu: Recovery of shattered NX large pages by Junaid Shahid · 5 years ago
  45. c57c804 kvm: Add helper function for creating VM worker threads by Junaid Shahid · 5 years ago
  46. a97b0e7 kvm: call kvm_arch_destroy_vm if vm creation fails by Jim Mattson · 5 years ago
  47. ca185b2 KVM: arm/arm64: vgic: Don't rely on the wrong pending table by Zenghui Yu · 5 years ago
  48. bad36e4 KVM: arm/arm64: vgic: Fix some comments typo by Zenghui Yu · 5 years ago
  49. 8e01d9a KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put by Marc Zyngier · 5 years ago
  50. 9121923 kvm: Allocate memslots and buses before calling kvm_arch_init_vm by Jim Mattson · 5 years ago
  51. a4b28f5 Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-master/next by Marc Zyngier · 5 years ago
  52. 149487b KVM: Add separate helper for putting borrowed reference to kvm by Sean Christopherson · 5 years ago
  53. 9800c24 Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  54. 44551b2 KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled by Wanpeng Li · 5 years ago
  55. 58772e9 KVM: arm64: Provide VCPU attributes for stolen time by Steven Price · 5 years ago
  56. 8538cb2 KVM: Allow kvm_device_ops to be const by Steven Price · 5 years ago
  57. 8564d63 KVM: arm64: Support stolen time reporting via shared structure by Steven Price · 5 years ago
  58. b48c1a4 KVM: arm64: Implement PV_TIME_FEATURES call by Steven Price · 5 years ago
  59. 55009c6 KVM: arm/arm64: Factor out hypercall handling from PSCI code by Christoffer Dall · 5 years ago
  60. da34517 KVM: arm/arm64: Allow user injection of external data aborts by Christoffer Dall · 5 years ago
  61. c726200 KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace by Christoffer Dall · 5 years ago
  62. 8c3252c KVM: arm64: pmu: Reset sample period on overflow handling by Marc Zyngier · 5 years ago
  63. 725ce66 KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event by Marc Zyngier · 5 years ago
  64. f4e23cf KVM: arm64: pmu: Fix cycle counter truncation by Marc Zyngier · 5 years ago
  65. d53a4c8 Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  66. 833b45d kvm: x86, powerpc: do not allow clearing largepages debugfs entry by Paolo Bonzini · 5 years ago
  67. fe38bd6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  68. b60fe99 KVM: coalesced_mmio: add bounds checking by Matt Delco · 5 years ago
  69. aac60f1 KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH by Zenghui Yu · 5 years ago
  70. 92f35b7 KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE by Marc Zyngier · 5 years ago
  71. 9cf6b75 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  72. 82e40f5 KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI by Marc Zyngier · 5 years ago
  73. d4a8061 KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long by Heyi Guo · 5 years ago
  74. 3109741 KVM: arm/arm64: vgic: Use a single IO device per redistributor by Eric Auger · 5 years ago
  75. 926c615 KVM: arm/arm64: vgic: Remove spurious semicolons by Marc Zyngier · 5 years ago
  76. 087eeea Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm/fixes by Will Deacon · 5 years ago
  77. 2e16f3e KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity by Andre Przywara · 5 years ago
  78. 2113c5f KVM: arm/arm64: Only skip MMIO insn once by Andrew Jones · 5 years ago
  79. 07ab0f8 KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence by Marc Zyngier · 5 years ago
  80. 0ed5f5d KVM: arm/arm64: vgic: Make function comments match function declarations by Alexandru Elisei · 5 years ago
  81. 4110817 KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic by Marc Zyngier · 6 years ago
  82. 86a7dae KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection by Marc Zyngier · 6 years ago
  83. 89489ee KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation by Marc Zyngier · 6 years ago
  84. cbfda48 KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown by Marc Zyngier · 6 years ago
  85. 363518f KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disable by Marc Zyngier · 6 years ago
  86. b4931af KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs by Marc Zyngier · 6 years ago
  87. 0c14484 KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands by Marc Zyngier · 6 years ago
  88. 7d825fd KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation by Marc Zyngier · 6 years ago
  89. 1bb3691 KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive by Marc Zyngier · 6 years ago
  90. 24cab82 KVM: arm/arm64: vgic: Add LPI translation cache definition by Marc Zyngier · 6 years ago
  91. a738b5e Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  92. 0e1c438 Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  93. 8f946da kvm: remove unnecessary PageReserved check by Paolo Bonzini · 5 years ago
  94. 16e604a KVM: arm/arm64: vgic: Reevaluate level sensitive interrupts on enable by Alexandru Elisei · 5 years ago
  95. 5eeaf10 KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block by Marc Zyngier · 5 years ago
  96. 3e7093d KVM: no need to check return value of debugfs_create functions by Greg KH · 5 years ago
  97. 741cbba KVM: remove kvm_arch_has_vcpu_debugfs() by Paolo Bonzini · 5 years ago
  98. 17e433b KVM: Fix leak vCPU's VMCS value into other pCPU by Wanpeng Li · 5 years ago
  99. 046ddee KVM: Check preempted_in_kernel for involuntary preemption by Wanpeng Li · 5 years ago
  100. 1a8248c KVM: arm: vgic-v3: Mark expected switch fall-through by Anders Roxell · 5 years ago