1. 5cf9a4e x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y by Bjorn Helgaas · 13 years ago
  2. 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  3. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  4. 24d25db x86/PCI: amd: factor out MMCONFIG discovery by Bjorn Helgaas · 13 years ago
  5. 2cd6975 x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus() by Bjorn Helgaas · 13 years ago
  6. 46fbade x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented() by Bjorn Helgaas · 13 years ago
  7. 6361d72 x86/PCI: read Broadcom CNB20LE host bridge info before PCI scan by Bjorn Helgaas · 13 years ago
  8. ca3671a x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS] by Andreas Herrmann · 13 years ago
  9. b9a276a PCI: x86: use generic pcibios_set_master() by Myron Stowe · 13 years ago
  10. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  11. ae5cd86 x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources by Gary Hade · 13 years ago
  12. 8b6a5af PCI: Add Thinkpad SL510 to pci=nocrs blacklist by Dave Jones · 13 years ago
  13. e702781 PCI: Add Dell Studio 1557 to pci=nocrs blacklist by Dave Jones · 13 years ago
  14. 28c3c05 PCI: add set_nouse_crs for use by a pci=nocrs blacklist by Dave Jones · 13 years ago
  15. 933b946 x86/intel config: Revamp configuration to allow for Moorestown and Medfield by Alan Cox · 13 years ago
  16. 819a693 typo fixes: aera -> area, exntension -> extension by Wang YanQing · 13 years ago
  17. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  18. 0e59e7e Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  19. 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
  20. 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  21. e659922 xen/irq: If we fail during msi_capability_init return proper error code. by Konrad Rzeszutek Wilk · 13 years ago
  22. 72da0b0 x86: constify PCI raw ops structures by Jan Beulich · 13 years ago
  23. 29cf7a3 x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE by Paul Menzel · 13 years ago
  24. 55e901f xen/pci: support multi-segment systems by Jan Beulich · 13 years ago
  25. 5307f6d Fix pointer dereference before call to pcie_bus_configure_settings by Shyam Iyer · 13 years ago
  26. b03e749 PCI: Set PCI-E Max Payload Size on fabric by Jon Mason · 13 years ago
  27. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  28. 3e0b8df Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  29. 9b373ed x86/PCI: Preserve existing pci=bfsort whitelist for Dell systems by Narendra_K@Dell.com · 13 years ago
  30. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  31. db34a36 x86/PCI: config space accessor functions should not ignore the segment argument by Jan Beulich · 13 years ago
  32. 43d786e x86/PCI: reduce severity of host bridge window conflict warnings by Bjorn Helgaas · 13 years ago
  33. 97ffab1 xen/pci: Use 'acpi_gsi_to_irq' value unconditionally. by Konrad Rzeszutek Wilk · 13 years ago
  34. 78316ad xen/pci: Remove 'xen_allocate_pirq_gsi'. by Konrad Rzeszutek Wilk · 13 years ago
  35. 34b1d12 xen/pci: Retire unnecessary #ifdef CONFIG_ACPI by Konrad Rzeszutek Wilk · 13 years ago
  36. 9b6519d xen/pci: Move the allocation of IRQs when there are no IOAPIC's to the end by Konrad Rzeszutek Wilk · 13 years ago
  37. a0ee056 xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together. by Konrad Rzeszutek Wilk · 13 years ago
  38. ed89eb6 xen/pci: Use the xen_register_pirq for HVM and initial domain users by Konrad Rzeszutek Wilk · 13 years ago
  39. 30bd35e xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall. by Konrad Rzeszutek Wilk · 13 years ago
  40. d92edd8 xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing. by Konrad Rzeszutek Wilk · 13 years ago
  41. 996c34a xen/pci: Update comments and fix empty spaces. by Konrad Rzeszutek Wilk · 13 years ago
  42. fef6e26 xen/pci: Shuffle code around. by Konrad Rzeszutek Wilk · 13 years ago
  43. 075d9db Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  44. ee339fe xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci. by Konrad Rzeszutek Wilk · 13 years ago
  45. c9e0b84 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  46. 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
  47. 6885685 x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platform by Jack Steiner · 13 years ago
  48. 6e33a85 x86/PCI/ACPI: fix type mismatch by Márton Németh · 13 years ago
  49. 5e152b4 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  50. a3170c1 x86/PCI: derive pcibios_last_bus from ACPI MCFG by Jan Beulich · 13 years ago
  51. 7c1bfd6 xen/pci: Fix compiler error when CONFIG_XEN_PRIVILEGED_GUEST is not set. by Konrad Rzeszutek Wilk · 13 years ago
  52. c0a86a9 x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDs by Seth Heasley · 13 years ago
  53. 0e8ede5 x86/PCI: Convert release_resource to release_region/release_mem_region by Julia Lawall · 13 years ago
  54. beafbdc xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF. by Konrad Rzeszutek Wilk · 13 years ago
  55. c55fa78 xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions. by Konrad Rzeszutek Wilk · 14 years ago
  56. 9975961 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  57. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  58. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  59. 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
  60. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  61. 181f977 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  62. 010b8f4 Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  63. 397fae0 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  64. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 13 years ago
  65. 0315017 x86: ce4100: Set pci ops via callback instead of module init by Sebastian Andrzej Siewior · 13 years ago
  66. f4d0635 xen: events: refactor GSI pirq bindings functions by Ian Campbell · 13 years ago
  67. 71eef7d xen: events: remove dom0 specific xen_create_msi_irq by Ian Campbell · 13 years ago
  68. ca1d8fe xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq by Ian Campbell · 13 years ago
  69. f420e01 xen: events: push set_irq_msi down into xen_create_msi_irq by Ian Campbell · 13 years ago
  70. bf480d9 xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ by Ian Campbell · 13 years ago
  71. 9a62661 xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirq by Ian Campbell · 13 years ago
  72. 4b41df7 xen: events: return irq from xen_allocate_pirq_msi by Ian Campbell · 13 years ago
  73. bb5d079 xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi by Ian Campbell · 13 years ago
  74. 260a7d4 xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0 by Ian Campbell · 13 years ago
  75. 8448f01 Merge branch 'stable/pcifront-fixes' into stable/irq.cleanup by Konrad Rzeszutek Wilk · 13 years ago
  76. 3f2a230 xen: handled remapped IRQs when enabling a pcifront PCI device. by Ian Campbell · 14 years ago
  77. 695884f Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 into x86/platform by Thomas Gleixner · 13 years ago
  78. 3d74a53 pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code. by Konrad Rzeszutek Wilk · 13 years ago
  79. cc0f89c pci/xen: Cleanup: convert int** to int[] by Konrad Rzeszutek Wilk · 13 years ago
  80. 13884c6 x86/pci: Remove unused variable by Sebastian Andrzej Siewior · 14 years ago
  81. 55cb8cd pci/xen: Use xen_allocate_pirq_msi instead of xen_allocate_pirq by Konrad Rzeszutek Wilk · 13 years ago
  82. 691269f x86: Adjust section placement in AMD northbridge related code by Jan Beulich · 13 years ago
  83. c13ff2f PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDs by Seth Heasley · 14 years ago
  84. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  85. 30e664a x86/PCI: don't use native Broadcom CNB20LE driver when ACPI is available by Bjorn Helgaas · 14 years ago
  86. 6e8af08 PCI: enable pci=bfsort by default on future Dell systems by Narendra_K@Dell.com · 14 years ago
  87. 24d9b70 x86: Use PCI method for enabling AMD extended config space before MSR method by Jan Beulich · 14 years ago
  88. 4f00b90 Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  89. b4c6e2e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  90. 9b444b3 x86/PCI: irq and pci_ids patch for Intel Patsburg by Seth Heasley · 14 years ago
  91. 26e20a1 Merge commit 'v2.6.37-rc7' into x86/security by Ingo Molnar · 14 years ago
  92. 30919b0 x86: avoid low BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  93. d14125e Revert "x86/PCI: allocate space from the end of a region, not the beginning" by Bjorn Helgaas · 14 years ago
  94. af42b8d xen: fix MSI setup and teardown for PV on HVM guests by Stefano Stabellini · 14 years ago
  95. 5bd5a45 x86: Add NX protection for kernel data by Matthieu Castet · 14 years ago
  96. e5c1353 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  97. 91d8037 ce4100: Add PCI register emulation for CE4100 by Dirk Brandewie · 14 years ago
  98. 4723d0f x86/PCI: coalesce overlapping host bridge windows by Bjorn Helgaas · 14 years ago
  99. 07cf2a6 xen: fix memory leak in Xen PCI MSI/MSI-X allocator. by Jiri Slaby · 14 years ago
  100. 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