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