1. 1eb3948 PCI: use pci_is_root_bus() in pci_common_swizzle() by Kenji Kaneshige · 15 years ago
  2. 8784fd4 PCI: use pci_is_root_bus() in pci_get_interrupt_pin() by Kenji Kaneshige · 15 years ago
  3. 9fc3925 PCI: use pci_is_root_bus() in pci_read_bridge_bases() by Kenji Kaneshige · 15 years ago
  4. 6e3f36d PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge() by Kenji Kaneshige · 15 years ago
  5. 74c5742 PCI quirk: HP hides SMBus controller in Compaq nx9500 laptops by Michal Miroslaw · 15 years ago
  6. 26c56dc PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsets by Michal Miroslaw · 15 years ago
  7. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  8. 00240c3 PCI: add power-state name strings by Alan Stern · 15 years ago
  9. 8952f59 PCIE: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  10. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  11. 0fa2133 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  12. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  13. db5ed9b trivial: pci hotplug: adding __init/__exit macros to sgi_hotplug by Peter Huewe · 15 years ago
  14. bc47ab0 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  15. 4096ed0 PCI: expose SMBus on Asus notebook A6L by Mats Erik Andersson · 15 years ago
  16. 43c1640 PCI: Add support for turning PCIe ECRC on or off by Andrew Patterson · 15 years ago
  17. f62795f PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3 by Rafael J. Wysocki · 15 years ago
  18. 4d135db PCI: fix SR-IOV function dependency link problem by Yu Zhao · 15 years ago
  19. af4c5f9 PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev() by Alex Chiang · 15 years ago
  20. 57fbf52 PCI MSI: let drivers retry when not enough vectors by Michael S. Tsirkin · 15 years ago
  21. 8e822df PCI: disable ASPM on VIA root-port-under-bridge configurations by Shaohua Li · 15 years ago
  22. 3b073ed PCI: remove deprecated pci_find_slot() interface by Alex Chiang · 15 years ago
  23. 12a9da0 PCI Hotplug: cpqphp: don't use pci_find_slot() by Alex Chiang · 15 years ago
  24. 6d1e87d PCI Hotplug: cpqphp: constify slot_name() by Alex Chiang · 15 years ago
  25. e3265ea PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridge by Alex Chiang · 15 years ago
  26. b019ee6 PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table() by Alex Chiang · 15 years ago
  27. 1d2e8b1 PCI Hotplug: cpqphp: refactor cpqhp_save_config by Alex Chiang · 15 years ago
  28. 4aabb58e PCI Hotplug: cpqphp: style cleanups by Alex Chiang · 15 years ago
  29. de86ae1 PCI Hotplug: cpqphp: refactor cpqphp_save_slot_config by Alex Chiang · 15 years ago
  30. 1d3ecf1 PCI Hotplug: cpqphp: clean up cpqphp_ctrl.c by Alex Chiang · 15 years ago
  31. 867556f PCI Hotplug: cpqphp: refactor cpqhp_probe by Alex Chiang · 15 years ago
  32. 04225fe PCI Hotplug: cpqphp: eliminate stray braces by Alex Chiang · 15 years ago
  33. b4d897a PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.c by Alex Chiang · 15 years ago
  34. 86a5802 PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h by Alex Chiang · 15 years ago
  35. 427438c PCI Hotplug: cpqphp: fix comment style by Alex Chiang · 15 years ago
  36. 861fefb PCI Hotplug: cpqphp: stray whitespace cleanups by Alex Chiang · 15 years ago
  37. d09ee96 PCI: improve resource allocation under transparent bridges by Yinghai Lu · 15 years ago
  38. 1f82de1 PCI/x86: don't assume prefetchable ranges are 64bit by Yinghai Lu · 15 years ago
  39. 67b5db6 PCI MSI: Define PCI_MSI_MASK_32/64 by Hidetoshi Seto · 15 years ago
  40. 64f039d PCI: ibmphp_core.c: fix warning due to missing module_exit() by akpm@linux-foundation.org · 15 years ago
  41. ad4efa3 PCIE: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  42. 04846b5 PCI MSI: Remove unused/obsolete macros and definitions by Hidetoshi Seto · 15 years ago
  43. f0d5e12 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. f79b1b1 PCI: use fixed-up device class when configuring device by Yu Zhao · 15 years ago
  45. 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
  46. 435462c Merge branch 'merge' into next by Benjamin Herrenschmidt · 15 years ago
  47. 9d911d7 PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_func by Alex Chiang · 15 years ago
  48. cf6692c powerpc/pci: Cleanup some minor cruft by Kumar Gala · 15 years ago
  49. b3bad72 PCI PM: Fix initialization and kexec breakage for some devices by Rafael J. Wysocki · 15 years ago
  50. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  51. 93a23a7 VT-d: support the device IOTLB by Yu Zhao · 15 years ago
  52. 9dd2fe8 VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps by Yu Zhao · 15 years ago
  53. 6ba6c3a VT-d: add device IOTLB invalidation support by Yu Zhao · 15 years ago
  54. aa5d2b5 VT-d: parse ATSR in DMA Remapping Reporting Structure by Yu Zhao · 15 years ago
  55. e277d2f PCI: handle Virtual Function ATS enabling by Yu Zhao · 15 years ago
  56. 302b421 PCI: support the ATS capability by Yu Zhao · 15 years ago
  57. e519807 x86, apic: introduce io_apic_irq_attr by Yinghai Lu · 15 years ago
  58. 72357d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  59. dd72643 intel-iommu: dmar_set_interrupt return error value by Chris Wright · 15 years ago
  60. b5710ce x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fix by Cyrill Gorcunov · 15 years ago
  61. 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
  62. 8d18101 PCI MSI: Fix MSI-X with NIU cards by Matthew Wilcox · 15 years ago
  63. fd18de5 intel-iommu: PAE memory corruption fix by David Woodhouse · 15 years ago
  64. e20c06f x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector() by Yinghai Lu · 15 years ago
  65. 7a30949 Merge commit 'v2.6.30-rc5' into x86/apic by Ingo Molnar · 15 years ago
  66. c416daa intel-iommu: Tidy up iommu->gcmd handling by David Woodhouse · 15 years ago
  67. 462b60f intel-iommu: Fix tiny theoretical race in write-buffer flush. by David Woodhouse · 15 years ago
  68. 1f0ef2a intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing. by David Woodhouse · 15 years ago
  69. 4c25a2c intel-iommu: Clean up handling of "caching mode" vs. context flushing. by David Woodhouse · 15 years ago
  70. fa3b6dc VT-d: fix invalid domain id for KVM context flush by Yu Zhao · 15 years ago
  71. dcb4ea2 pci: update 82576 sr-iov quirk with latest device IDs by Alexander Duyck · 15 years ago
  72. 029091d PCI: Fix pci-e port driver slot_reset bad default return value by Zhang, Yanmin · 15 years ago
  73. 4420471 Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
  74. aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 15 years ago
  75. 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 15 years ago
  76. 56b581e irq: make ht irq_desc more numa aware by Yinghai Lu · 15 years ago
  77. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 15 years ago
  78. 1b6b8ce PCI: only save/restore existent registers in the PCIe capability by Yu Zhao · 15 years ago
  79. cffb2fa docbooks: add/fix PCI kernel-doc by Randy Dunlap · 15 years ago
  80. 681bf59 PCI: cleanup debug output resources by Yinghai Lu · 15 years ago
  81. 0bb1be3 x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 by Matthew Wilcox · 15 years ago
  82. 162dedd PCI quirk: disable MSI on VIA VT3364 chipsets by Thomas Renninger · 15 years ago
  83. 03ea815 x86, intr-remap: add option to disable interrupt remapping by Weidong Han · 15 years ago
  84. 9375823 x86, intr-remap: enable interrupt remapping early by Weidong Han · 15 years ago
  85. 7b11428 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  86. e523b38 intel-iommu: Avoid panic() for DRHD at address zero. by David Woodhouse · 15 years ago
  87. 8e2c4f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  88. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  89. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  90. d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 15 years ago
  91. 31d3568 Intel-IOMMU Alignment Issue in dma_pte_clear_range() by Fenghua Yu · 15 years ago
  92. ffa009c Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  93. 46f06b72 drivers/pci/intr_remapping.c: include acpi.h by Alexander Beregalov · 15 years ago
  94. 4958c5d intel-iommu: Fix oops in device_to_iommu() when devices not found. by David Woodhouse · 15 years ago
  95. 5d4a4b2 PCI Hotplug: acpiphp: grab refcount on p2p subordinate bus by Alex Chiang · 15 years ago
  96. c2ac7cd PCI: allow PCI core hotplug to remove PCI root bus by Alex Chiang · 15 years ago
  97. d614166 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 15 years ago
  98. 0cdbe30 PCI: don't corrupt enable_cnt when doing manual resource alignment by Yuji Shimada · 15 years ago
  99. 5446a6b PCI: annotate pci_rescan_bus as __ref, not __devinit by Alex Chiang · 15 years ago
  100. 52a8873 PCI-IOV: fix missing kernel-doc by Randy Dunlap · 15 years ago