1. 8abb850 x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsi by Jiang Liu · 9 years ago
  2. b568b86 x86/xen: Treat SCI interrupt as normal GSI interrupt by Jiang Liu · 9 years ago
  3. 9d05096 Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  4. 14520c9 xen/pci: Use APIC directly when APIC virtualization hardware is available by Boris Ostrovsky · 10 years ago
  5. 066d79e xen/pci: Defer initialization of MSI ops on HVM guests by Boris Ostrovsky · 10 years ago
  6. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  7. 891d4a4 PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() by Jiang Liu · 10 years ago
  8. 03f56e4 Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" by Yijing Wang · 10 years ago
  9. 38737d8 PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits by Yijing Wang · 10 years ago
  10. 95d76ac x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY by Jiang Liu · 10 years ago
  11. 4892c9b xen: add support for MSI message groups by Roger Pau Monne · 10 years ago
  12. ac8344c PCI: Drop "irq" param from *_restore_msi_irqs() by DuanZhenzhong · 11 years ago
  13. 0e4ccb1 PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq() by Konrad Rzeszutek Wilk · 11 years ago
  14. 7c86617 xen/pci: Used cached MSI-X capability offset by Bjorn Helgaas · 11 years ago
  15. 4be6bfe xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK by Bjorn Helgaas · 11 years ago
  16. dec02de xen: drop tracking of IRQ vector by Jan Beulich · 11 years ago
  17. 884ac29 xen/pci: We don't do multiple MSI's. by Konrad Rzeszutek Wilk · 11 years ago
  18. 68c2c39 xen: do not map the same GSI twice in PVHVM guests. by Stefano Stabellini · 12 years ago
  19. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  20. 207d543 xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback by Stefano Stabellini · 12 years ago
  21. 8605c68 xen: Utilize the restore_msi_irqs hook. by Tang Liang · 13 years ago
  22. 04a8752 Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  23. e659922 xen/irq: If we fail during msi_capability_init return proper error code. by Konrad Rzeszutek Wilk · 13 years ago
  24. 55e901f xen/pci: support multi-segment systems by Jan Beulich · 13 years ago
  25. 97ffab1 xen/pci: Use 'acpi_gsi_to_irq' value unconditionally. by Konrad Rzeszutek Wilk · 13 years ago
  26. 78316ad xen/pci: Remove 'xen_allocate_pirq_gsi'. by Konrad Rzeszutek Wilk · 13 years ago
  27. 34b1d12 xen/pci: Retire unnecessary #ifdef CONFIG_ACPI by Konrad Rzeszutek Wilk · 13 years ago
  28. 9b6519d xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the end by Konrad Rzeszutek Wilk · 13 years ago
  29. a0ee056 xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together. by Konrad Rzeszutek Wilk · 13 years ago
  30. ed89eb6 xen/pci: Use the xen_register_pirq for HVM and initial domain users by Konrad Rzeszutek Wilk · 13 years ago
  31. 30bd35e xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall. by Konrad Rzeszutek Wilk · 13 years ago
  32. d92edd8 xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing. by Konrad Rzeszutek Wilk · 13 years ago
  33. 996c34a xen/pci: Update comments and fix empty spaces. by Konrad Rzeszutek Wilk · 13 years ago
  34. fef6e26 xen/pci: Shuffle code around. by Konrad Rzeszutek Wilk · 13 years ago
  35. ee339fe xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci. by Konrad Rzeszutek Wilk · 13 years ago
  36. 155a16f xen/pci: Use the INT_SRC_OVR IRQ (instead of GSI) to preset the ACPI SCI IRQ. by Konrad Rzeszutek Wilk · 13 years ago
  37. 7c1bfd6 xen/pci: Fix compiler error when CONFIG_XEN_PRIVILEGED_GUEST is not set. by Konrad Rzeszutek Wilk · 13 years ago
  38. beafbdc xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF. by Konrad Rzeszutek Wilk · 13 years ago
  39. c55fa78 xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions. by Konrad Rzeszutek Wilk · 14 years ago
  40. f4d0635 xen: events: refactor GSI pirq bindings functions by Ian Campbell · 13 years ago
  41. 71eef7d xen: events: remove dom0 specific xen_create_msi_irq by Ian Campbell · 13 years ago
  42. ca1d8fe xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq by Ian Campbell · 13 years ago
  43. f420e01 xen: events: push set_irq_msi down into xen_create_msi_irq by Ian Campbell · 13 years ago
  44. bf480d9 xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ by Ian Campbell · 13 years ago
  45. 9a62661 xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirq by Ian Campbell · 13 years ago
  46. 4b41df7 xen: events: return irq from xen_allocate_pirq_msi by Ian Campbell · 13 years ago
  47. bb5d079 xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi by Ian Campbell · 13 years ago
  48. 260a7d4 xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0 by Ian Campbell · 13 years ago
  49. 8448f01 Merge branch 'stable/pcifront-fixes' into stable/irq.cleanup by Konrad Rzeszutek Wilk · 13 years ago
  50. 3f2a230 xen: handled remapped IRQs when enabling a pcifront PCI device. by Ian Campbell · 13 years ago
  51. 3d74a53 pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code. by Konrad Rzeszutek Wilk · 13 years ago
  52. cc0f89c pci/xen: Cleanup: convert int** to int[] by Konrad Rzeszutek Wilk · 13 years ago
  53. 55cb8cd pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirq by Konrad Rzeszutek Wilk · 13 years ago
  54. af42b8d xen: fix MSI setup and teardown for PV on HVM guests by Stefano Stabellini · 14 years ago
  55. 07cf2a6 xen: fix memory leak in Xen PCI MSI/MSI-X allocator. by Jiri Slaby · 14 years ago
  56. 0e058e5 xen: add a missing #include to arch/x86/pci/xen.c by Stefano Stabellini · 14 years ago
  57. f731e3ef xen: remap MSIs into pirqs when running as initial domain by Qing He · 14 years ago
  58. 38aa66f xen: remap GSIs as pirqs when running as initial domain by Jeremy Fitzhardinge · 14 years ago
  59. 809f926 xen: map MSIs into pirqs by Stefano Stabellini · 14 years ago
  60. 3942b74 xen: support GSI -> pirq remapping in PV on HVM guests by Stefano Stabellini · 14 years ago
  61. 90f6881 xen: add xen hvm acpi_register_gsi variant by Jeremy Fitzhardinge · 14 years ago
  62. 42a1de5 xen: implement xen_hvm_register_pirq by Stefano Stabellini · 14 years ago
  63. 5bba6c5 X86/PCI: Remove the dependency on isapnp_disable. by Konrad Rzeszutek Wilk · 14 years ago
  64. b5401a9 xen/x86/PCI: Add support for the Xen PCI subsystem by Alex Nixon · 14 years ago