1. 5d7ab83 xen: Revert commits da72ff5bfcb0 and 72a9b186292d by Boris Ostrovsky · 7 years ago
  2. 72a9b18 xen: Remove event channel notification through Xen PCI platform device by KarimAllah Ahmed · 8 years ago
  3. c8761e2 xen/events: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  4. be78da1 xen/events: fifo: use xen_vcpu_id mapping by Vitaly Kuznetsov · 8 years ago
  5. 8058c0b xen/events: use xen_vcpu_id mapping in events_base by Vitaly Kuznetsov · 8 years ago
  6. ad5475f x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op by Vitaly Kuznetsov · 8 years ago
  7. f0f3938 xen/events: Don't move disabled irqs by Ross Lagerwall · 8 years ago
  8. ff1e22e xen/events: Mask a moving irq by Boris Ostrovsky · 8 years ago
  9. 55fc733 Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  10. 59aa56b xen: audit usages of module.h ; remove unnecessary instances by Paul Gortmaker · 8 years ago
  11. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 8 years ago
  12. 2349275 xen/events: use virt_xxx barriers by Michael S. Tsirkin · 8 years ago
  13. 3de88d6 xen/events/fifo: Consume unprocessed events when a CPU dies by Ross Lagerwall · 9 years ago
  14. b4ff838 xen/events: Always allocate legacy interrupts on PV guests by Boris Ostrovsky · 8 years ago
  15. a001c9d xen/events: fifo: Make it running on 64KB granularity by Julien Grall · 9 years ago
  16. 06ab838 Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  17. 752240e Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  18. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  19. 4a5b694 xen/events: Support event channel rebind on ARM by Julien Grall · 9 years ago
  20. ad6cd7b Revert "xen/events/fifo: Handle linked events when closing a port" by David Vrabel · 9 years ago
  21. fcdf31a xen/events/fifo: Handle linked events when closing a port by Ross Lagerwall · 9 years ago
  22. c149e4c x86/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  23. a9fd60e xen: Include xen/page.h rather than asm/xen/page.h by Julien Grall · 9 years ago
  24. 77bb3df xen/events: don't bind non-percpu VIRQs with percpu chip by David Vrabel · 9 years ago
  25. 16e6bd5 xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() by Boris Ostrovsky · 9 years ago
  26. 5cec988 xen/events: Clear cpu_evtchn_mask before resuming by Boris Ostrovsky · 9 years ago
  27. 85e40b0 xen/events: avoid NULL pointer dereference in dom0 on large machines by Juergen Gross · 9 years ago
  28. 854072d xen/events: support threaded irqs for interdomain event channels by Juergen Gross · 10 years ago
  29. 474b8fe xen/events: drop negativity check of unsigned parameter by Andrey Utkin · 10 years ago
  30. e4a7431 xen/events/fifo: remove a unecessary use of BM() by Frediano Ziglio · 10 years ago
  31. dcecb8f xen/events/fifo: ensure all bitops are properly aligned even on x86 by David Vrabel · 10 years ago
  32. c12784c xen/events/fifo: reset control block and local HEADs on resume by David Vrabel · 10 years ago
  33. d09cc36 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  34. d07c9f1 x86: Get rid of get_nr_irqs_gsi() by Thomas Gleixner · 10 years ago
  35. 05a812a xen/events/fifo: correctly align bitops by Vladimir Murzin · 10 years ago
  36. d06eb3e Xen: do hv callback accounting only on x86 by Arnd Bergmann · 10 years ago
  37. 2c5cb27 Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15 by David Vrabel · 10 years ago
  38. 4892c9b xen: add support for MSI message groups by Roger Pau Monne · 10 years ago
  39. 753fbd2 xen: Validate online cpus in set_affinity by Thomas Gleixner · 10 years ago
  40. 99c8b79 xen: Add proper irq accounting for HYPERCALL vector by Thomas Gleixner · 10 years ago
  41. 02893af xen: Get rid of the last irq_desc abuse by Thomas Gleixner · 10 years ago
  42. 589d03e xen: Use the proper irq functions by Thomas Gleixner · 10 years ago
  43. 4201cdb xen/events: remove unnecessary call to bind_evtchn_to_cpu() by David Vrabel · 10 years ago
  44. 4640ddf xen/events: remove the unused resend_irq_on_evtchn() by David Vrabel · 10 years ago
  45. 97253ee xen/events: bind all new interdomain events to VCPU0 by David Vrabel · 10 years ago
  46. 0db6991 xen: delete new instances of __cpuinit usage by Paul Gortmaker · 10 years ago
  47. be1403b xen/evtchn_fifo: fix error return code in evtchn_fifo_setup() by Wei Yongjun · 10 years ago
  48. 2771374 xen/pvh: Piggyback on PVHVM for event channels (v2) by Mukesh Rathor · 10 years ago
  49. 1fe5655 xen/events: use the FIFO-based ABI if available by David Vrabel · 11 years ago
  50. 6ccecb0 xen/events: allow event channel priority to be set by David Vrabel · 11 years ago
  51. bf2bbe0 xen/events: Add the hypervisor interface for the FIFO-based event channels by David Vrabel · 11 years ago
  52. 0dc0064 xen/evtchn: support more than 4096 ports by David Vrabel · 11 years ago
  53. fd21069 xen/events: add xen_evtchn_mask_all() by David Vrabel · 11 years ago
  54. d0b075f xen/events: Refactor evtchn_to_irq array to be dynamically allocated by David Vrabel · 11 years ago
  55. 0838587 xen/events: add a evtchn_op for port setup by David Vrabel · 11 years ago
  56. 96d4c588 xen/events: allow setup of irq_info to fail by David Vrabel · 11 years ago
  57. ab9a1cc xen/events: add struct evtchn_ops for the low-level port operations by David Vrabel · 11 years ago
  58. 9a489f4 xen/events: move 2-level specific code into its own file by David Vrabel · 11 years ago
  59. d2ba316 xen/events: move drivers/xen/events.c into drivers/xen/events/ by David Vrabel · 11 years ago