1. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. 2f60002 x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APIC by Jiang Liu · 10 years ago
  3. 8643e28 x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h by Jiang Liu · 10 years ago
  4. 25d0d35 x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() by Jiang Liu · 10 years ago
  5. 5db6633 PCI: Remove PCI ioapic driver by Jiang Liu · 10 years ago
  6. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  7. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  8. 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
  9. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  10. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  11. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  12. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  13. 98d9b27 PCI: Expose pci_load_saved_state for public consumption. by Konrad Rzeszutek Wilk · 10 years ago
  14. fbb988b PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core by Rafael J. Wysocki · 10 years ago
  15. 5dc6263 Merge tag 'pci-v3.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  16. 5106787 PCI: tegra: Use physical range for I/O mapping by Thierry Reding · 10 years ago
  17. c00552e Merge 3.18-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  18. f144d14 PCI/MSI: Add device flag indicating that 64-bit MSIs don't work by Benjamin Herrenschmidt · 10 years ago
  19. 020c312 PCI/MSI: Allow an msi_controller to be associated to an irq domain by Marc Zyngier · 10 years ago
  20. 8e047ad PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain by Jiang Liu · 10 years ago
  21. 3878eae PCI/MSI: Enhance core to support hierarchy irqdomain by Jiang Liu · 10 years ago
  22. 38b6a1c PCI/MSI: Move cached entry functions to irq core by Jiang Liu · 10 years ago
  23. 280510f PCI/MSI: Rename mask/unmask_msi_irq treewide by Thomas Gleixner · 10 years ago
  24. 23ed8d5 PCI/MSI: Rename mask/unmask_msi_irq et al by Thomas Gleixner · 10 years ago
  25. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  26. 891d4a4 PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() by Jiang Liu · 10 years ago
  27. d71d643 PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts by Jiang Liu · 10 years ago
  28. 63a7b17 PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier by Jiang Liu · 10 years ago
  29. 3f3ceca PCI/MSI: Remove unnecessary braces around single statements by Jiang Liu · 10 years ago
  30. 0868589 Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  31. 1497927 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  32. 8dd26dc PCI: xilinx: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  33. 2691423 PCI: mvebu: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  34. 7840cba PCI: rcar: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  35. 0815f95 PCI: designware: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  36. 7ec725b PCI: tegra: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  37. 18e88be Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  38. 26ff46c PCI: Remove fixed parameter in pci_iov_resource_bar() by Myron Stowe · 10 years ago
  39. 7e79c5f PCI: Add informational printk for invalid BARs by Myron Stowe · 10 years ago
  40. 7fc986d PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t by Yinghai Lu · 10 years ago
  41. 35437e3 Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', 'pci/host-generic', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-spear' and 'pci/host-tegra' into next by Bjorn Helgaas · 10 years ago
  42. 7a1562d PCI: Apply _HPX Link Control settings to all devices with a link by Yinghai Lu · 10 years ago
  43. 6b1c4d7 PCI: tegra: Add Kconfig help text by Thierry Reding · 10 years ago
  44. 4407308 PCI: tegra: Do not build on 64-bit ARM by Thierry Reding · 10 years ago
  45. 20f9ece PCI: spear: Remove unnecessary OOM message by Jingoo Han · 10 years ago
  46. cf3a9d6 PCI: mvebu: Add a blank line after declarations by Jingoo Han · 10 years ago
  47. 2c992f3 PCI: designware: Add a blank line after declarations by Jingoo Han · 10 years ago
  48. bc512c5 PCI: exynos: Remove unnecessary return statement by Jingoo Han · 10 years ago
  49. d88a7ef PCI: imx6: Use tabs for indentation by Jingoo Han · 10 years ago
  50. 6670070 PCI: keystone: Remove unnecessary OOM message by Jingoo Han · 10 years ago
  51. bb383e2 PCI: Make FLR and AF FLR reset warning messages different by Gavin Shan · 10 years ago
  52. 336b5be PCI: xgene: Assign resources to bus before adding new devices by Duc Dang · 10 years ago
  53. e73044a PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port() by Jingoo Han · 10 years ago
  54. 992e7bd PCI: spear: Add __init annotation to spear13xx_add_pcie_port() by Jingoo Han · 10 years ago
  55. a9875d8 PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc. by Jingoo Han · 10 years ago
  56. 23926c8 PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port() by Jingoo Han · 10 years ago
  57. 62d0ff83 PCI: layerscape: Add Freescale Layerscape PCIe driver by Minghuan Lian · 10 years ago
  58. 262a2ba PCI/MSI: Add weak pcibios_msi_controller() by Yijing Wang · 10 years ago
  59. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  60. 03f56e4 Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" by Yijing Wang · 10 years ago
  61. 754834b PCI: Simplify if-return sequences by Quentin Lambert · 10 years ago
  62. ff0387c PCI: Delete unnecessary NULL pointer checks by Markus Elfring · 10 years ago
  63. f795d86 PCI: Shrink decoding-disabled window while sizing BARs by Myron Stowe · 10 years ago
  64. 36e8164 PCI: Restore detection of read-only BARs by Myron Stowe · 10 years ago
  65. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  66. 38737d8 PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits by Yijing Wang · 10 years ago
  67. 63692df PCI: Allow numa_node override via sysfs by Prarit Bhargava · 10 years ago
  68. 23cf1d0 xen/pcifront: Process failure for pcifront_(re)scan_root() by Chen Gang · 10 years ago
  69. dbf9826 PCI: generic: Convert to DT resource parsing API by Lorenzo Pieralisi · 10 years ago
  70. a5525b2 PCI: generic: Allocate config space windows after limiting bus number range by Lorenzo Pieralisi · 10 years ago
  71. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  72. be6646b PCI: Prevent xHCI driver from claiming AMD Nolan USB3 DRD device by Huang Rui · 10 years ago
  73. 08da742 Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  74. d8e7d53 PCI: Rename sysfs 'enabled' file back to 'enable' by Greg Kroah-Hartman · 10 years ago
  75. a2fa6f6 PCI: imx6: Wait for clocks to stabilize after ref_en by Richard Zhu · 10 years ago
  76. c302d35 Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe" by Kamal Mostafa · 10 years ago
  77. 5dfd7f9 PCI / PM: handle failure to enable wakeup on PCIe PME by Lucas Stach · 10 years ago
  78. 3c70637 PCI: rcar: Make rcar_pci static by Jingoo Han · 10 years ago
  79. 5ba8368 PCI: keystone: Make ks_dw_pcie_msi_domain_ops static by Jingoo Han · 10 years ago
  80. 70b3e89 PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init() by Jingoo Han · 10 years ago
  81. e27a513 pci: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  82. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  83. 27a9716 Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  84. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  85. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  86. 88b42a4 Merge branch 'pm-genirq' by Rafael J. Wysocki · 10 years ago
  87. f92d9ee Merge branch 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
  88. 55dd417 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  89. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  90. 3587e62 PCI: Add ACS quirk for AMD A88X southbridge devices by Marti Raudsepp · 10 years ago
  91. b9c9c25 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  92. 5d85142 Merge branch 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  93. 5f6b6cc PCI: xgene: Add APM X-Gene PCIe driver by Tanmay Inamdar · 10 years ago
  94. c8df6ac PCI: designware: Remove open-coded bitmap operations by Lucas Stach · 10 years ago
  95. 359c660 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  96. 07a7cbd Merge branch 'pci/host-generic' into next by Bjorn Helgaas · 10 years ago
  97. cc0cb67 Merge branches 'pci/aer' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  98. 5ec0940 PCI/MSI: Remove unnecessary temporary variable by Bjorn Helgaas · 10 years ago
  99. 56b72b4 PCI/MSI: Use __write_msi_msg() instead of write_msi_msg() by Yijing Wang · 10 years ago
  100. 468ff15 PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpoints by Yijing Wang · 10 years ago