1. 78316ad xen/pci: Remove 'xen_allocate_pirq_gsi'. by Konrad Rzeszutek Wilk · 13 years ago
  2. a0ee056 xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together. by Konrad Rzeszutek Wilk · 13 years ago
  3. b5328cd xen: Fix compile warning when CONFIG_SMP is not defined. by Konrad Rzeszutek Wilk · 13 years ago
  4. e5ac0bd xen: use the trigger info we already have to choose the irq handler by Stefano Stabellini · 13 years ago
  5. e33ab8f Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  6. 5318991 Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  7. 7e186bd xen: do not clear and mask evtchns in __xen_evtchn_do_upcall by Stefano Stabellini · 13 years ago
  8. 1eff1ad xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot. by Konrad Rzeszutek Wilk · 13 years ago
  9. e6197ac xen/irq: Export 'xen_pirq_from_irq' function. by Konrad Rzeszutek Wilk · 13 years ago
  10. c7c2c3a xen/irq: Add support to check if IRQ line is shared with other domains. by Konrad Rzeszutek Wilk · 14 years ago
  11. beafbdc xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF. by Konrad Rzeszutek Wilk · 13 years ago
  12. 16ad569 Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  13. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  14. 361ae8c xen: events: fix error checks in bind_*_to_irqhandler() by Nicolas Kaiser · 13 years ago
  15. a3b975c xen: Use new irq_move functions by Thomas Gleixner · 13 years ago
  16. c442b80 xen: Cleanup genirq namespace by Thomas Gleixner · 13 years ago
  17. 5a39837 Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  18. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  19. 5f6fb45 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. 44626e4 xen: events: Fix compile error if CONFIG_SMP is not defined. by Konrad Rzeszutek Wilk · 13 years ago
  21. 27d2a8b Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  22. a7b807c xen: events: correct locking in xen_irq_from_pirq by Ian Campbell · 13 years ago
  23. 7bee976 xen: events: propagate irq allocation failure instead of panicking by Ian Campbell · 13 years ago
  24. 6cb9bf3 xen: events: do not workaround too-small nr_irqs by Ian Campbell · 13 years ago
  25. 69c358c xen: events: remove use of nr_irqs as upper bound on number of pirqs by Ian Campbell · 13 years ago
  26. ca62ce8 xen: events: dynamically allocate irq info structures by Ian Campbell · 13 years ago
  27. 6cb6537 xen: events: maintain a list of Xen interrupts by Ian Campbell · 13 years ago
  28. 3d4cfa3 xen: events: push setup of irq<->{evtchn,ipi,virq,pirq} maps into irq_info init functions by Ian Campbell · 13 years ago
  29. 9158c35 xen: events: turn irq_info constructors into initialiser functions by Ian Campbell · 13 years ago
  30. cb60d11 xen: events: use per-cpu variable for cpu_evtchn_mask by Ian Campbell · 13 years ago
  31. f4d0635 xen: events: refactor GSI pirq bindings functions by Ian Campbell · 13 years ago
  32. 0a85226 xen: events: rename restore_cpu_pirqs -> restore_pirqs by Ian Campbell · 13 years ago
  33. 76465b2 xen: events: remove unused public functions by Ian Campbell · 13 years ago
  34. a0e1811 xen: events: fix xen_map_pirq_gsi error return by Ian Campbell · 13 years ago
  35. 653378a xen: events: simplify comment by Ian Campbell · 13 years ago
  36. be49472 xen: events: separate two unrelated halves of if condition by Ian Campbell · 13 years ago
  37. 3b7bcdf xen: events: Remove redundant clear of l2i at end of round-robin loop by Keir Fraser · 13 years ago
  38. 24b51c2 xen: events: Make round-robin scan fairer by snapshotting each l2 word once only by Keir Fraser · 13 years ago
  39. ada6814 xen: events: Clean up round-robin evtchn scan. by Keir Fraser · 13 years ago
  40. f1f4a32 xen: events: Make last processed event channel a per-cpu variable. by Ian Campbell · 13 years ago
  41. ab7f863 xen: events: Process event channels notifications in round-robin order. by Scott Rixner · 13 years ago
  42. 71eef7d xen: events: remove dom0 specific xen_create_msi_irq by Ian Campbell · 13 years ago
  43. ca1d8fe xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq by Ian Campbell · 13 years ago
  44. f420e01 xen: events: push set_irq_msi down into xen_create_msi_irq by Ian Campbell · 13 years ago
  45. 2e55288 xen: events: update pirq_to_irq in xen_create_msi_irq by Ian Campbell · 13 years ago
  46. 8135591 xen: events: refactor xen_create_msi_irq slightly by Ian Campbell · 13 years ago
  47. bf480d9 xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ by Ian Campbell · 13 years ago
  48. 5cad61a xen: events: assume PHYSDEVOP_get_free_pirq exists by Ian Campbell · 13 years ago
  49. 4b41df7 xen: events: return irq from xen_allocate_pirq_msi by Ian Campbell · 13 years ago
  50. bb5d079 xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi by Ian Campbell · 13 years ago
  51. ae1635b xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available. by Ian Campbell · 13 years ago
  52. 1aa0b51 xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well. by Konrad Rzeszutek Wilk · 13 years ago
  53. 676dc3c xen: Use IRQF_FORCE_RESUME by Thomas Gleixner · 13 years ago
  54. aa673c1 xen: Fix compile error introduced by "switch to new irq_chip functions" by Ian Campbell · 13 years ago
  55. c9e265e xen: Switch to new irq_chip functions by Thomas Gleixner · 13 years ago
  56. 149f256 xen: Remove stale irq_chip.end by Thomas Gleixner · 13 years ago
  57. 7214610 xen: events: do not free legacy IRQs by Ian Campbell · 13 years ago
  58. 8991150 xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges. by Ian Campbell · 13 years ago
  59. c9df1ce xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irq by Ian Campbell · 14 years ago
  60. cbf6aa8 xen:events: move find_unbound_irq inside CONFIG_PCI_MSI by Ian Campbell · 14 years ago
  61. 2e820f5 xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend drivers by Ian Campbell · 15 years ago
  62. b052181 xen: events: mark cpu_evtchn_mask_p as __refdata by Ian Campbell · 13 years ago
  63. 9f99a2f Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  64. 110e7c7 xen/event: validate irq before get evtchn by irq by Joe Jin · 14 years ago
  65. b2e4ae6 xen: Use this_cpu_inc_return by Christoph Lameter · 14 years ago
  66. 780f36d xen: Use this_cpu_ops by Christoph Lameter · 14 years ago
  67. d1b758e xen/irq: Cleanup the find_unbound_irq by Konrad Rzeszutek Wilk · 14 years ago
  68. 11e8896 Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 14 years ago
  69. 29dcbc5 xen: allocate irq descs on any NUMA node by Jeremy Fitzhardinge · 14 years ago
  70. 9a069c3 xen: fix save/restore for PV on HVM guests with pirq remapping by Stefano Stabellini · 14 years ago
  71. af42b8d xen: fix MSI setup and teardown for PV on HVM guests by Stefano Stabellini · 14 years ago
  72. e5fc734 xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq by Stefano Stabellini · 14 years ago
  73. 1233471 xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs. by Konrad Rzeszutek Wilk · 14 years ago
  74. e041956 xen/events: use locked set|clear_bit() for cpu_evtchn_mask by Jeremy Fitzhardinge · 14 years ago
  75. 1c6969e xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restore by Jan Beulich · 14 years ago
  76. 6903591 xen: events: do not unmask event channels on resume by Ian Campbell · 14 years ago
  77. 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  78. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  79. 4fe7d5a xen: make hvc_xen console work for dom0. by Jeremy Fitzhardinge · 14 years ago
  80. f731e3ef xen: remap MSIs into pirqs when running as initial domain by Qing He · 14 years ago
  81. 38aa66f xen: remap GSIs as pirqs when running as initial domain by Jeremy Fitzhardinge · 14 years ago
  82. 809f926 xen: map MSIs into pirqs by Stefano Stabellini · 14 years ago
  83. 3942b74 xen: support GSI -> pirq remapping in PV on HVM guests by Stefano Stabellini · 14 years ago
  84. 42a1de5 xen: implement xen_hvm_register_pirq by Stefano Stabellini · 14 years ago
  85. 01557ba xen: get the maximum number of pirqs from xen by Stefano Stabellini · 14 years ago
  86. 7a043f1 xen: support pirq != irq by Stefano Stabellini · 14 years ago
  87. cb52e6d xen: improvements to VIRQ_DEBUG output by Ian Campbell · 14 years ago
  88. a52521f xen: set up IRQ before binding virq to evtchn by Jeremy Fitzhardinge · 14 years ago
  89. b0097ad xen: ensure that all event channels start off bound to VCPU 0 by Ian Campbell · 14 years ago
  90. 3588fe2 xen/events: change to using fasteoi by Jeremy Fitzhardinge · 14 years ago
  91. 2c52f8d x86: xen: Sanitse irq handling (part two) by Konrad Rzeszutek Wilk · 14 years ago
  92. b5401a9 xen/x86/PCI: Add support for the Xen PCI subsystem by Alex Nixon · 14 years ago
  93. 15ebbb8 xen: fix shared irq device passthrough by Konrad Rzeszutek Wilk · 14 years ago
  94. d9a8814 xen: Provide a variant of xen_poll_irq with timeout. by Konrad Rzeszutek Wilk · 15 years ago
  95. 3a69e91 xen: Find an unbound irq number in reverse order (high to low). by Konrad Rzeszutek Wilk · 14 years ago
  96. 3b32f57 xen: statically initialize cpu_evtchn_mask_p by Jeremy Fitzhardinge · 15 years ago
  97. 1a60d05 xen: set pirq name to something useful. by Gerd Hoffmann · 14 years ago
  98. b21ddbf xen: dynamically allocate irq & event structures by Jeremy Fitzhardinge · 14 years ago
  99. 0794bfc xen: identity map gsi->irqs by Konrad Rzeszutek Wilk · 14 years ago
  100. d46a78b xen: implement pirq type event channels by Jeremy Fitzhardinge · 14 years ago