1. 480b93b PCI: centralize device setup code by Yu Zhao · 16 years ago
  2. a28724b PCI: reserve bus range for SR-IOV device by Yu Zhao · 16 years ago
  3. 8c5cdb6 PCI: restore saved SR-IOV state by Yu Zhao · 16 years ago
  4. d1b054d PCI: initialize and release SR-IOV capability by Yu Zhao · 16 years ago
  5. 8293b0f PCI: Compaq Evo D510 SMBus quirk using USB instead of VGA by David O'Shea · 16 years ago
  6. 217f45d PCI: expose boot VGA device via sysfs. by Dave Airlie · 16 years ago
  7. dfadd9ed PCI/x86: detect host bridge config space size w/o using quirks by Yinghai Lu · 16 years ago
  8. 745be2e7 PCIe: portdrv: call pci_disable_device during remove by Alex Chiang · 16 years ago
  9. 9efb5fe PCI: PCIe portdrv: eliminate double kfree in remove path by Alex Chiang · 16 years ago
  10. 6a3b3e2 PCI: Use kzalloc() in pci_create_bus() by Geert Uytterhoeven · 16 years ago
  11. 32a9a682 PCI: allow assignment of memory resources with a specified alignment by Yuji Shimada · 16 years ago
  12. 1c8d7b0 PCI MSI: Add support for multiple MSI by Matthew Wilcox · 16 years ago
  13. f2440d9 PCI MSI: Refactor interrupt masking code by Matthew Wilcox · 16 years ago
  14. 264d9ca PCI MSI: Use mask_pos instead of mask_base when appropriate by Matthew Wilcox · 16 years ago
  15. 379f532 PCI MSI: msi_desc->dev is always initialised by Matthew Wilcox · 16 years ago
  16. 24d2755 PCI MSI: Replace 'type' with 'is_msix' by Matthew Wilcox · 16 years ago
  17. 0994375 PCI: add remove_id sysfs entry by Chris Wright · 16 years ago
  18. c74d724 PCI: fix wrong assumption in pci_common_swizzle by Kenji Kaneshige · 16 years ago
  19. c2a3072 PCI: fix wrong assumption in pci_get_interrupt_pin by Kenji Kaneshige · 16 years ago
  20. f92d4e2 PCI: fix wrong assumption in pci_read_bridge_bases by Kenji Kaneshige · 16 years ago
  21. 151ab36 PCI: fix wrong assumption in pci_find_upstream_pcie_bridge by Kenji Kaneshige · 16 years ago
  22. d391f00 PCI hotplug: fix wrong assumption in acpi_get_hp_hw_control_from_firmware by Kenji Kaneshige · 16 years ago
  23. 267efd7 PCI hotplug: fix wrong assumption in acpi_get_hp_params_from_firmware by Kenji Kaneshige · 16 years ago
  24. 3a3c244 PCI: PCIe portdrv: Implement pm object by Rafael J. Wysocki · 16 years ago
  25. ae40582 PCI: pcie_portdriver: fix pcie_port_device_remove by Eric W. Biederman · 16 years ago
  26. 10a0ef3 PCI/alpha: pci sysfs resources by Ivan Kokshaysky · 16 years ago
  27. ea74155 PCI: constify pci_bus_assign_resources() by Andrew Morton · 16 years ago
  28. c48f167 PCI: constify pci_bus_add_devices() by akpm@linux-foundation.org · 16 years ago
  29. b5fbf53 PCI/MSI: Allow arch code to return the number of MSI-X available by Michael Ellerman · 16 years ago
  30. 35e1801 PCI hotplug: shpchp: fix bus number check to avoid false positive by Roel Kluin · 16 years ago
  31. 9f5404d PCI/ACPI: rename pci_osc_control_set() by Kenji Kaneshige · 16 years ago
  32. 63f10f0 PCI/ACPI: move _OSC code to pci_root.c by Kenji Kaneshige · 16 years ago
  33. 5fe5db0 PCI: Speed up device reset function by Sheng Yang · 16 years ago
  34. 4c9c168 PCI quirk: don't mark one netmos as class other by Jiri Slaby · 16 years ago
  35. 6279504 PCI: enhance physical slot debug information by Alex Chiang · 16 years ago
  36. 6a82e21 PCI: pciehp: make cmd_busy flag one bit by Kenji Kaneshige · 16 years ago
  37. 99f0169 PCI: pciehp: enable software notification on empty slots by Kenji Kaneshige · 16 years ago
  38. 81b840c PCI: pciehp: fix possible endless loop in pcie_isr by Kenji Kaneshige · 16 years ago
  39. 0b3e738 PCI: introduce missing kfree by Julia Lawall · 16 years ago
  40. 1c35b8e PCI: add missing KERN_* constants to printks by Frank Seidel · 16 years ago
  41. 2b56313 PCI: check if a bus is added when removing it by Yu Zhao · 16 years ago
  42. 11df1f0 PCI/MSI: Use #ifdefs instead of weak functions by Michael Ellerman · 16 years ago
  43. b43d451 PCI/PCIe portdrv: Fix allocation of interrupts by Rafael J. Wysocki · 16 years ago
  44. a52e2e3 PCI/MSI: Introduce pci_msix_table_size() by Rafael J. Wysocki · 16 years ago
  45. a447b77 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  46. 2210636 PCI: PCIe portdrv: Remove struct pcie_port_service_id by Rafael J. Wysocki · 16 years ago
  47. 0516c8b PCI: PCIe portdrv: Simplily probe callback of service drivers by Rafael J. Wysocki · 16 years ago
  48. 87d2e2e PCI: PCIe portdrv: Remove unnecessary function by Rafael J. Wysocki · 16 years ago
  49. f118c0c3 PCI: PCIe portdrv: Do not enable port device before setting up interrupts by Rafael J. Wysocki · 16 years ago
  50. 90e9cd5 PCI: PCIe portdrv: Aviod using service devices with wrong interrupts by Rafael J. Wysocki · 16 years ago
  51. 1bf83e55 PCI: PCIe portdrv: Use driver data to simplify code by Rafael J. Wysocki · 16 years ago
  52. e496b61 PCI: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 16 years ago
  53. 04dfcfc Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  54. fa4b57c x86, dmar: use atomic allocations for QI and Intr-remapping init by Suresh Siddha · 16 years ago
  55. 2e93456 x86, intr-remapping: fix free_irte() to clear all the IRTE entries by Suresh Siddha · 16 years ago
  56. 1531a6a x86, dmar: start with sane state while enabling dma and interrupt-remapping by Suresh Siddha · 16 years ago
  57. eba67e5 x86, dmar: routines for disabling queued invalidation and intr remapping by Suresh Siddha · 16 years ago
  58. 9d783ba x86, x2apic: enable fault handling for intr-remapping by Suresh Siddha · 16 years ago
  59. 0ac2491 x86, dmar: move page fault handling code to dmar.c by Suresh Siddha · 16 years ago
  60. 4c5502b x86, x2apic: fix lock ordering during IRQ migration by Suresh Siddha · 16 years ago
  61. edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 16 years ago
  62. 0634023 Merge branch 'x86/core' into x86/kconfig by Ingo Molnar · 16 years ago
  63. 238a5b4 Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-x86 into cpus4096 by Ingo Molnar · 16 years ago
  64. 17d85bc Merge commit 'v2.6.29-rc8' into cpus4096 by Ingo Molnar · 16 years ago
  65. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 16 years ago
  66. d899871 PCIe: portdrv: call pci_disable_device during remove by Alex Chiang · 16 years ago
  67. 6a958d5 pci: Fix typo in message while disabling HT MSI mapping by Prakash Punnoor · 16 years ago
  68. 7726c33 pci: don't disable too many HT MSI mapping by Prakash Punnoor · 16 years ago
  69. 3f3b902 powerpc/pseries: The RPA PCI hotplug driver depends on EEH by Michael Ellerman · 16 years ago
  70. cb4cb4a PCIe: AER: during disable, check subordinate before walking by Alex Chiang · 16 years ago
  71. 649426e PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598 by Alexander Duyck · 16 years ago
  72. 7df4edb Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  73. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  74. 4bdc1b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  75. bbe1944 PCI: AMD 813x B2 devices do not need boot interrupt quirk by Stefan Assmann · 16 years ago
  76. 6004260 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
  77. 1f9f13c PCI: Enable PCIe AER only after checking firmware support by Andrew Patterson · 16 years ago
  78. dbc7e1e PCI: pciehp: Handle interrupts that happen during initialization. by Eric W. Biederman · 16 years ago
  79. 1dec6b0 PCI: don't enable too many HT MSI mappings by Yinghai Lu · 16 years ago
  80. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
  81. e0ae4f5 PCI quirk: enable MSI on 8132 by Yinghai Lu · 16 years ago
  82. 8ce9a75 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. c951aa6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  84. ca77fde Fix Intel IOMMU write-buffer flushing by David Woodhouse · 16 years ago
  85. 9af8814 iommu: fix Intel IOMMU write-buffer flushing by David Woodhouse · 16 years ago
  86. 084eb96 intel-iommu: fix endless "Unknown DMAR structure type" loop by Tony Battersby · 16 years ago
  87. f5ddcac PCI: fix missing kernel-doc and typos by Randy Dunlap · 16 years ago
  88. b33bfde PCI: fix struct pci_platform_pm_ops kernel-doc by Randy Dunlap · 16 years ago
  89. 4cc59c7 PCI: fix rom.c kernel-doc warning by Randy Dunlap · 16 years ago
  90. 0b49ec3 PCI/MSI: fix msi_mask() shift fix by Matthew Wilcox · 16 years ago
  91. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 16 years ago
  92. a56cdcb Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/core by Ingo Molnar · 16 years ago
  93. f8a6b2b Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
  94. 9ce04f9 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  95. 8e1568f pci, x86, acpi: fix early_ioremap() leak by Yinghai Lu · 16 years ago
  96. 704126a VT-d: handle Invalidation Queue Error to avoid system hang by Yu Zhao · 16 years ago
  97. 43f7392 intel-iommu: fix build error with INTR_REMAP=y and DMAR=n by Joerg Roedel · 16 years ago
  98. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
  99. 0cd5c3c x86: disable intel_iommu support by default by Kyle McMartin · 16 years ago
  100. 5294e25 PCI PM: make the PM core more careful with drivers using the new PM framework by Rafael J. Wysocki · 16 years ago