1. ca0488a kvm: don't redefine flags as something else by Sebastian Andrzej Siewior · 6 years ago
  2. b12ce36 kvm: Add memcg accounting to KVM allocations by Ben Gardon · 6 years ago
  3. 47f7dc4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  4. 9432a31 KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer by Paolo Bonzini · 7 years ago
  5. b5020a8 KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel. by Lan Tianyu · 7 years ago
  6. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  7. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  8. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago
  9. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  10. 95e2a3b Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD" by Jan H. Schönherr · 7 years ago
  11. 36ae3c0 KVM: Don't accept obviously wrong gsi values via KVM_IRQFD by Jan H. Schönherr · 7 years ago
  12. 8c61af9 Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux into kvm-master by Paolo Bonzini · 8 years ago
  13. 4a12f95 KVM: mark kvm->busses as rcu protected by Christian Borntraeger · 8 years ago
  14. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  15. 993225a KVM: x86: rename kvm_vcpu_request_scan_ioapic() by David Hildenbrand · 8 years ago
  16. 90db104 KVM: kvm_io_bus_unregister_dev() should never fail by David Hildenbrand · 8 years ago
  17. 36343f6 KVM: fix OOPS on flush_work by Paolo Bonzini · 8 years ago
  18. 3706fea KVM: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  19. 14717e2 kvm: Conditionally register IRQ bypass consumer by Alex Williamson · 9 years ago
  20. b97e6de KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic by Paolo Bonzini · 9 years ago
  21. c9a5ecc kvm/eventfd: add arch-specific set_irq by Andrey Smetanin · 9 years ago
  22. ba1aefc kvm/eventfd: factor out kvm_notify_acked_gsi() by Andrey Smetanin · 9 years ago
  23. 351dc647 kvm/eventfd: avoid loop inside irqfd_update() by Andrey Smetanin · 9 years ago
  24. f70c20a KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd' by Feng Wu · 9 years ago
  25. 9016cfb KVM: eventfd: add irq bypass consumer management by Eric Auger · 9 years ago
  26. 1a02b27 KVM: introduce kvm_arch functions for IRQ bypass by Eric Auger · 9 years ago
  27. 166c977 KVM: create kvm_irqfd.h by Eric Auger · 9 years ago
  28. e9ea506 kvm: add capability for any-length ioeventfds by Jason Wang · 9 years ago
  29. eefd6b0 kvm: fix double free for fast mmio eventfd by Jason Wang · 9 years ago
  30. 85da11c kvm: factor out core eventfd assign/deassign logic by Jason Wang · 9 years ago
  31. 8453fec kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd by Jason Wang · 9 years ago
  32. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 10 years ago
  33. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  34. 01c94e6 KVM: introduce kvm_arch_intc_initialized and use it in irqfd by Eric Auger · 10 years ago
  35. 6ef768f kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ by Paolo Bonzini · 10 years ago
  36. 29f1b65 KVM: EVENTFD: Remove inclusion of irq.h by Christoffer Dall · 10 years ago
  37. c77dcac KVM: Move more code under CONFIG_HAVE_KVM_IRQFD by Paolo Bonzini · 10 years ago
  38. 297e210 KVM: Give IRQFD its own separate enabling Kconfig option by Paul Mackerras · 11 years ago
  39. e4d57e1 KVM: Move irq notifier implementation into eventfd.c by Paul Mackerras · 11 years ago
  40. 9957c86 KVM: Move all accesses to kvm::irq_routing into irqchip.c by Paul Mackerras · 11 years ago
  41. 8ba918d KVM: irqchip: Provide and use accessors for irq routing table by Paul Mackerras · 11 years ago
  42. 56f89f36 KVM: Don't keep reference to irq routing table in irqfd struct by Paul Mackerras · 11 years ago
  43. 719d93c kvm/irqchip: Speed up KVM_SET_GSI_ROUTING by Christian Borntraeger · 11 years ago
  44. 68c3b4d KVM: VMX: speed up wildcard MMIO EVENTFD by Michael S. Tsirkin · 11 years ago
  45. f848a5a KVM: support any-length wildcard ioeventfd by Michael S. Tsirkin · 11 years ago
  46. 684a0b7 KVM: eventfd: Fix lock order inversion. by Cornelia Huck · 11 years ago
  47. cffe78d kvm eventfd: switch to fdget by Al Viro · 11 years ago
  48. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 12 years ago
  49. a725d56 KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING by Alexander Graf · 12 years ago
  50. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 12 years ago
  51. 05e07f9 kvm: fix MMIO/PIO collision misdetection by Michael S. Tsirkin · 12 years ago
  52. 2b83451 KVM: ioeventfd for virtio-ccw devices. by Cornelia Huck · 12 years ago
  53. a0f155e KVM: Initialize irqfd from kvm_init(). by Cornelia Huck · 12 years ago
  54. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  55. 49f8a1a kvm: Fix irqfd resampler list walk by Alex Williamson · 12 years ago
  56. 914daba KVM: Distangle eventfd code from irqchip by Alexander Graf · 12 years ago
  57. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  58. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  59. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  60. 326cf03 KVM: Sanitize KVM_IRQFD flags by Alex Williamson · 13 years ago
  61. d4db293 KVM: Pass kvm_irqfd to functions by Alex Williamson · 13 years ago
  62. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  63. 7bc30c2 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  64. 9e02fb9 KVM: fix crash on irqfd deassign by Michael S. Tsirkin · 14 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  66. c8ce057 KVM: improve comment on rcu use in irqfd_deassign by Michael S. Tsirkin · 14 years ago
  67. bd2b53b KVM: fast-path msi injection with irqfd by Michael S. Tsirkin · 14 years ago
  68. 6bbfb26 KVM: fix irqfd assign/deassign race by Michael S. Tsirkin · 14 years ago
  69. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 15 years ago
  70. 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
  71. 8b97fb0 KVM: do not store wqh in irqfd by Michael S. Tsirkin · 15 years ago
  72. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  73. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  74. b6a114d KVM: fix spurious interrupt with irqfd by Michael S. Tsirkin · 15 years ago
  75. f1d1c30 KVM: only allow one gsi per fd by Michael S. Tsirkin · 15 years ago
  76. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  77. 6223011 KVM: correct error-handling code by Julia Lawall · 15 years ago
  78. d34e6b1 KVM: add ioeventfd support by Gregory Haskins · 16 years ago
  79. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 16 years ago
  80. 721eecbf KVM: irqfd by Gregory Haskins · 16 years ago