1. ad04d31 pci_setup() is init, not devinit by Al Viro · 16 years ago
  2. e3b4ae7 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
  3. 1df8fb3 PCI: Fix disable IRQ 0 in pci_reset_function() by Sheng Yang · 16 years ago
  4. b4e0f9e intel-iommu: fix compile warnings by FUJITA Tomonori · 16 years ago
  5. 2485b86 PCI: ignore bit0 of _OSC return code by Kenji Kaneshige · 16 years ago
  6. 88e7df0 PCI: fix range check on mmapped sysfs resource files by Ed Swierk · 16 years ago
  7. f5dafca PCI: remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  8. bffadff PCI: fix VPD limit quirk for Broadcom 5708S by Yu Zhao · 16 years ago
  9. d6c3112 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  10. f812338 ACPI: Oops in ACPI with git latest by Rafael J. Wysocki · 16 years ago
  11. 3b15e58 x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI by Fenghua Yu · 16 years ago
  12. 325dcfd Fix PCI hotplug printk format by Randy Dunlap · 16 years ago
  13. a491913 PCI: remove unused resource assignment in pci_read_bridge_bases() by Zhao, Yu · 16 years ago
  14. be7bce2 PCI hotplug: shpchp: message refinement by Taku Izumi · 16 years ago
  15. f98ca31 PCI hotplug: shpchp: replace printk with dev_printk by Taku Izumi · 16 years ago
  16. 388c8c1 PCI: add routines for debugging and handling lost interrupts by James Bottomley · 16 years ago
  17. 18b341b PCI hotplug: pciehp: message refinement by Taku Izumi · 16 years ago
  18. 8113587 PCI: fix ARI code to be compatible with mixed ARI/non-ARI systems by Zhao, Yu · 16 years ago
  19. d2174c3 PCI hotplug: cpqphp: fix kernel NULL pointer dereference by Kenji Kaneshige · 16 years ago
  20. 765426e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  21. a3415dc Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  22. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  23. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  24. 47bf31a Merge branch 'dock' into test by Len Brown · 16 years ago
  25. 05a34f5 PCI hotplug: fix logic in Compaq hotplug controller bus speed setup by Julia Lawall · 16 years ago
  26. f18e962 PCI hotplug: pciehp: poll data link layer link active by Kenji Kaneshige · 16 years ago
  27. b84346e PCI hotplug: pciehp: fix possible memory leak in pcie_init by Kenji Kaneshige · 16 years ago
  28. a1c1989 PCI: Workaround invalid P2P bridge bus numbers by Benjamin Herrenschmidt · 16 years ago
  29. 0b8b0dc PCI Hotplug: fakephp: add duplicate slot name debugging by Alex Chiang · 16 years ago
  30. 58319b8 PCI: Hotplug core: remove 'name' by Alex Chiang · 16 years ago
  31. 66f1705 PCI: shcphp: remove 'name' parameter by Alex Chiang · 16 years ago
  32. 85234ce PCI: SGI Hotplug: stop managing bss_hotplug_slot->name by Alex Chiang · 16 years ago
  33. b2132fe PCI: rpaphp: kmalloc/kfree slot->name directly by Alex Chiang · 16 years ago
  34. e1acb24 PCI: pciehp: remove 'name' parameter by Alex Chiang · 16 years ago
  35. a32615a PCI: ibmphp: stop managing hotplug_slot->name by Alex Chiang · 16 years ago
  36. 43caae8 PCI: fakephp: remove 'name' parameter by Alex Chiang · 16 years ago
  37. 0ad772e PCI, PCI Hotplug: introduce slot_name helpers by Alex Chiang · 16 years ago
  38. 30ac7ac PCI: cpqphp: stop managing hotplug_slot->name by Alex Chiang · 16 years ago
  39. d6c479e PCI: cpci_hotplug: stop managing hotplug_slot->name by Alex Chiang · 16 years ago
  40. df77cd1 PCI: acpiphp: remove 'name' parameter by Alex Chiang · 16 years ago
  41. 5fe6cc6 PCI: prevent duplicate slot names by Alex Chiang · 16 years ago
  42. 95cb909 PCI Hotplug: serialize pci_hp_register and pci_hp_deregister by Kenji Kaneshige · 16 years ago
  43. 828f376 PCI: update pci_create_slot() to take a 'hotplug' param by Alex Chiang · 16 years ago
  44. d25b7c8 PCI: rename pci_update_slot_number to pci_renumber_slot by Alex Chiang · 16 years ago
  45. 1359f27 PCI Hotplug core: add 'name' param pci_hp_register interface by Alex Chiang · 16 years ago
  46. 8dd7f80 PCI: add support for function level reset by Sheng Yang · 16 years ago
  47. c4ed02f PCI: Fix reference counting bug by Matthew Wilcox · 16 years ago
  48. d389fec ACPI/PCI: Set support bit for MSI in support field of _OSC by Taku Izumi · 16 years ago
  49. ab20440 ACPI/PCI: Fix return value of acpi_cuery_osc() by Taku Izumi · 16 years ago
  50. adf411b ACPI/PCI: Always query _OSC control field in pci_osc_control_set() by Taku Izumi · 16 years ago
  51. 4e39432 ACPI/PCI: Change pci_osc_control_set() to query control bits first by Taku Izumi · 16 years ago
  52. 9778c14 ACPI/PCI: Fix possible race condition on _OSC evaluation by Taku Izumi · 16 years ago
  53. b876d08 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  54. a0bfb67 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  55. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  56. b364776 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  57. 270c66b PCI: fix AER capability check by Yu Zhao · 16 years ago
  58. 0927678 PCI: use pci_find_ext_capability everywhere by Jesse Barnes · 16 years ago
  59. 1543c90 PCI: remove #ifdef DEBUG around dev_dbg call by Jesse Barnes · 16 years ago
  60. bd1d985 PCI hotplug: fix get_##name return value problem by Kenji Kaneshige · 16 years ago
  61. f19aeb1 PCI: Add ability to mmap legacy_io on some platforms by Benjamin Herrenschmidt · 16 years ago
  62. f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
  63. 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
  64. 201de56 PCI: centralize the capabilities code in probe.c by Zhao, Yu · 16 years ago
  65. 280c73d PCI: centralize the capabilities code in pci-sysfs.c by Zhao, Yu · 16 years ago
  66. e354597 PCI: fix 64-vbit prefetchable memory resource BARs by Peter Chubb · 16 years ago
  67. 557848c PCI: replace cfg space size (256/4096) by macros. by Zhao, Yu · 16 years ago
  68. 022edd8 PCI: use resource_size() everywhere. by Zhao, Yu · 16 years ago
  69. 5d9bc1f PCI hotplug: rpaphp: make debug var unique by Kristen Carlson Accardi · 16 years ago
  70. c9bbb4a PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.c by Yinghai Lu · 16 years ago
  71. c8761fe PCI: fix hotplug get_##name return value problem by Zhao, Yu · 16 years ago
  72. 11d5874 PCI: fix sparse warning in pci_remove_behind_bridge by Stephen Hemminger · 16 years ago
  73. ec84f12 PCI: fix -Wakpm warnings in pci_pm_init debug output by Jesse Barnes · 16 years ago
  74. cef354d PCI: connect struct pci_dev to struct pci_slot by Alex Chiang · 16 years ago
  75. 93ff68a PCI: make CPU list affinity visible by Mike Travis · 16 years ago
  76. 5993760 PCI: utilize calculated results when detecting MSI features by Jike Song · 16 years ago
  77. 7f2feec PCI: pciehp: replace printk with dev_printk by Taku Izumi · 16 years ago
  78. 83e9ad5 PCI: pciehp: change name tag of "hpdriver_portdrv" variable by Taku Izumi · 16 years ago
  79. f7a10e3 PCI: pciehp: fix irq initialization by Kenji Kaneshige · 16 years ago
  80. c9ed77e PCI: tidy PME support messages by Bjorn Helgaas · 16 years ago
  81. 2fd39aa PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanups by akpm@linux-foundation.org · 16 years ago
  82. a8d2dbd PCI: ibmphp: list_for_each to list_for_each_entry by akpm@linux-foundation.org · 16 years ago
  83. 34a2e15 PCI: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  84. 0235c4f PCI PM: Introduce function pci_wake_from_d3 by Rafael J. Wysocki · 16 years ago
  85. 3d13731 PCI: allow quirks to be compiled out by Thomas Petazzoni · 16 years ago
  86. b41d6cf PCI: Check dynids driver_data value for validity by Jean Delvare · 16 years ago
  87. edbc25c PCI: remove dynids.use_driver_data by Milton Miller · 16 years ago
  88. 096e6f6 pci: Use new %pR to print resource ranges by Benjamin Herrenschmidt · 16 years ago
  89. 2be508d Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  90. 4d235ba intel-iommu: typo fix and correct word in the comment by Ameya Palande · 16 years ago
  91. f82851a dmar: fix uninitialised 'ret' variable in dmar_parse_dev() by David Woodhouse · 16 years ago
  92. bb9e6d6 intel-iommu: use coherent_dma_mask in alloc_coherent by FUJITA Tomonori · 16 years ago
  93. 5b6985c intel-iommu: IA64 support by Fenghua Yu · 16 years ago
  94. cacd421 dmar: remove the quirk which disables dma-remapping when intr-remapping enabled by Youquan Song · 16 years ago
  95. a77b67d dmar: Use queued invalidation interface for IOTLB and context invalidation by Youquan Song · 16 years ago
  96. 3481f21 dmar: context cache and IOTLB invalidation using queued invalidation by Youquan Song · 16 years ago
  97. f05810c dmar: use spin_lock_irqsave() in qi_submit_sync() by Suresh Siddha · 16 years ago
  98. 2e532d6 {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol() by Linus Torvalds · 16 years ago
  99. 08d19f51 Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  100. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago