1. 1cd0c7d KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer by Paolo Bonzini · 6 years ago
  2. 76267a8 KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel. by Lan Tianyu · 6 years ago
  3. 1563625 KVM: kvm_io_bus_unregister_dev() should never fail by David Hildenbrand · 7 years ago
  4. 36343f6 KVM: fix OOPS on flush_work by Paolo Bonzini · 8 years ago
  5. 3706fea KVM: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  6. 14717e2 kvm: Conditionally register IRQ bypass consumer by Alex Williamson · 8 years ago
  7. b97e6de KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic by Paolo Bonzini · 9 years ago
  8. c9a5ecc kvm/eventfd: add arch-specific set_irq by Andrey Smetanin · 9 years ago
  9. ba1aefc kvm/eventfd: factor out kvm_notify_acked_gsi() by Andrey Smetanin · 9 years ago
  10. 351dc647 kvm/eventfd: avoid loop inside irqfd_update() by Andrey Smetanin · 9 years ago
  11. f70c20a KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd' by Feng Wu · 9 years ago
  12. 9016cfb KVM: eventfd: add irq bypass consumer management by Eric Auger · 9 years ago
  13. 1a02b27 KVM: introduce kvm_arch functions for IRQ bypass by Eric Auger · 9 years ago
  14. 166c977 KVM: create kvm_irqfd.h by Eric Auger · 9 years ago
  15. e9ea506 kvm: add capability for any-length ioeventfds by Jason Wang · 9 years ago
  16. eefd6b0 kvm: fix double free for fast mmio eventfd by Jason Wang · 9 years ago
  17. 85da11c kvm: factor out core eventfd assign/deassign logic by Jason Wang · 9 years ago
  18. 8453fec kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd by Jason Wang · 9 years ago
  19. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 9 years ago
  20. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 9 years ago
  21. 01c94e6 KVM: introduce kvm_arch_intc_initialized and use it in irqfd by Eric Auger · 9 years ago
  22. 6ef768f kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ by Paolo Bonzini · 9 years ago
  23. 29f1b65 KVM: EVENTFD: Remove inclusion of irq.h by Christoffer Dall · 10 years ago
  24. c77dcac KVM: Move more code under CONFIG_HAVE_KVM_IRQFD by Paolo Bonzini · 10 years ago
  25. 297e210 KVM: Give IRQFD its own separate enabling Kconfig option by Paul Mackerras · 10 years ago
  26. e4d57e1 KVM: Move irq notifier implementation into eventfd.c by Paul Mackerras · 10 years ago
  27. 9957c86 KVM: Move all accesses to kvm::irq_routing into irqchip.c by Paul Mackerras · 10 years ago
  28. 8ba918d KVM: irqchip: Provide and use accessors for irq routing table by Paul Mackerras · 10 years ago
  29. 56f89f3 KVM: Don't keep reference to irq routing table in irqfd struct by Paul Mackerras · 10 years ago
  30. 719d93c kvm/irqchip: Speed up KVM_SET_GSI_ROUTING by Christian Borntraeger · 10 years ago
  31. 68c3b4d KVM: VMX: speed up wildcard MMIO EVENTFD by Michael S. Tsirkin · 10 years ago
  32. f848a5a KVM: support any-length wildcard ioeventfd by Michael S. Tsirkin · 10 years ago
  33. 684a0b7 KVM: eventfd: Fix lock order inversion. by Cornelia Huck · 10 years ago
  34. cffe78d kvm eventfd: switch to fdget by Al Viro · 11 years ago
  35. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 11 years ago
  36. a725d56 KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING by Alexander Graf · 11 years ago
  37. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 11 years ago
  38. 05e07f9 kvm: fix MMIO/PIO collision misdetection by Michael S. Tsirkin · 11 years ago
  39. 2b83451 KVM: ioeventfd for virtio-ccw devices. by Cornelia Huck · 11 years ago
  40. a0f155e KVM: Initialize irqfd from kvm_init(). by Cornelia Huck · 11 years ago
  41. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  42. 49f8a1a kvm: Fix irqfd resampler list walk by Alex Williamson · 11 years ago
  43. 914daba KVM: Distangle eventfd code from irqchip by Alexander Graf · 12 years ago
  44. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  45. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  46. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  47. 326cf03 KVM: Sanitize KVM_IRQFD flags by Alex Williamson · 12 years ago
  48. d4db293 KVM: Pass kvm_irqfd to functions by Alex Williamson · 12 years ago
  49. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  50. 7bc30c2 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  51. 9e02fb9 KVM: fix crash on irqfd deassign by Michael S. Tsirkin · 13 years ago
  52. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  53. c8ce057 KVM: improve comment on rcu use in irqfd_deassign by Michael S. Tsirkin · 13 years ago
  54. bd2b53b KVM: fast-path msi injection with irqfd by Michael S. Tsirkin · 13 years ago
  55. 6bbfb26 KVM: fix irqfd assign/deassign race by Michael S. Tsirkin · 14 years ago
  56. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  58. 8b97fb0 KVM: do not store wqh in irqfd by Michael S. Tsirkin · 14 years ago
  59. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 14 years ago
  60. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 14 years ago
  61. b6a114d KVM: fix spurious interrupt with irqfd by Michael S. Tsirkin · 14 years ago
  62. f1d1c30 KVM: only allow one gsi per fd by Michael S. Tsirkin · 14 years ago
  63. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  64. 6223011 KVM: correct error-handling code by Julia Lawall · 15 years ago
  65. d34e6b1 KVM: add ioeventfd support by Gregory Haskins · 15 years ago
  66. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 15 years ago
  67. 721eecb KVM: irqfd by Gregory Haskins · 15 years ago