1. 15232ec pciehp: cleanup pciehp.h by Kenji Kaneshige · 19 years ago
  2. a0f018d pciehp: cleanup register access by Kenji Kaneshige · 19 years ago
  3. a8c2b63 pciehp: remove unused pci_bus from struct controller by Kenji Kaneshige · 19 years ago
  4. 48fe391 pciehp: remove unnecessary php_ctlr by Kenji Kaneshige · 19 years ago
  5. 2410fa4 pciehp: cleanup slot list by Kenji Kaneshige · 19 years ago
  6. a0b1725 pciehp: cleanup init_slot() by Kenji Kaneshige · 19 years ago
  7. fd9b37c PCI: remove pci_find_device_reverse() by Adrian Bunk · 19 years ago
  8. c30ca1d PCI: quirks.c: cleanup by Adrian Bunk · 19 years ago
  9. c87deff PCI : Add selected_regions funcs by Hidetoshi Seto · 19 years ago
  10. 38cc130 PCI : add extremely specialized __pci_reenable_device for default resume by Hidetoshi Seto · 19 years ago
  11. 9fb625c PCI : Move pci_fixup_device and is_enabled (originally intended change) by Hidetoshi Seto · 19 years ago
  12. 924b08f PCI : remove too specialized __pci_enable_device for default resume by Hidetoshi Seto · 19 years ago
  13. 07eddf3 PCI: check szhi when sz is 0 when 64 bit iomem bigger than 4G by Yinghai Lu · 19 years ago
  14. 7728098 ahci/pata_jmicron: fix JMicron quirk by Tejun Heo · 19 years ago
  15. 6a4c24e [PATCH] pci: remove warning messages by Andrew Morton · 19 years ago
  16. cb7468e [PATCH] via quirk update by Jean Delvare · 19 years ago
  17. c06bb5d [PATCH] Fix VIA quirks by Jean Delvare · 19 years ago
  18. ae9608a PCI: fix pci-driver kernel-doc by Randy Dunlap · 19 years ago
  19. 2e45785 PCI: Unhide the SMBus on the Asus P4P800-X by Jean Delvare · 19 years ago
  20. 47a4d5b [PATCH] increment pos before looking for the next cap in __pci_find_next_ht_cap by Brice Goglin · 19 years ago
  21. 9d24a81 [PATCH] x86-64: pci quirks MODPOST warning fix by Vivek Goyal · 19 years ago
  22. 2f5c33b [PATCH] i2c/pci: fix sis96x smbus quirk once and for all by Mark M. Hoffman · 19 years ago
  23. 4497fe1 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 19 years ago
  24. 6ae4adf [PATCH] PCI: prevent down_read when pci_devices is empty by Ard van Breemen · 19 years ago
  25. fd8d4b1 [PATCH] PCI: disable PCI_MULTITHREAD_PROBE by Andrew Morton · 19 years ago
  26. 76e6a1d [PATCH] pci/probe: fix macro that confuses kernel-doc by Randy Dunlap · 19 years ago
  27. 18ed1c0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  28. fe0e5c4 [PATCH] increase CARDBUS_MEM_SIZE by Andrew Morton · 19 years ago
  29. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 19 years ago
  30. 031f30d acpiphp: Link-time error for PCI Hotplug by Kristen Carlson Accardi · 19 years ago
  31. 8352e04 shpchp: cleanup shpchp.h by Kenji Kaneshige · 19 years ago
  32. 6f39be2 shpchp: remove shpchprm_get_physical_slot_number by Kenji Kaneshige · 19 years ago
  33. 227b84c shpchp: cleanup struct controller by Kenji Kaneshige · 19 years ago
  34. 0abe68c shpchp: remove unnecessary struct php_ctlr by Kenji Kaneshige · 19 years ago
  35. ab17443 PCI: ATI sb600 sata quirk by Conke Hu · 19 years ago
  36. fb0f2b4 PCI legacy resource fix by Ralf Baechle · 19 years ago
  37. 9ac0ce8 PCI: Be a bit defensive in quirk_nvidia_ck804() so we don't risk dereferencing a NULL pdev. by Jesper Juhl · 19 years ago
  38. 1597cac PCI: Fix multiple problems with VIA hardware by Alan Cox · 19 years ago
  39. 7a38050 PCI: Use pci_find_ht_capability() in drivers/pci/quirks.c by Michael Ellerman · 19 years ago
  40. 120a50d PCI: Use pci_find_ht_capability() in drivers/pci/htirq.c by Michael Ellerman · 19 years ago
  41. 687d5fe PCI: Add pci_find_ht_capability() for finding Hypertransport capabilities by Michael Ellerman · 19 years ago
  42. d3bac11 PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap() by Michael Ellerman · 19 years ago
  43. d86f90f pci: Introduce pci_find_present by Alan Cox · 19 years ago
  44. 83e42bc PCI: pcieport-driver: remove invalid warning message by Kenji Kaneshige · 19 years ago
  45. f1e7909 rpaphp: compiler warning cleanup by Linas Vepstas · 19 years ago
  46. 0c875c2 PCI quirks: remove redundant check by David Rientjes · 19 years ago
  47. 7461b60 PCI: use /sys/bus/pci/drivers/<driver>/new_id first by Russell King · 19 years ago
  48. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 19 years ago
  49. bf4735a [PATCH] Kconfig refactoring for better menu nesting by Don Mullis · 19 years ago
  50. 46cc65a [PATCH] struct path: convert pci by Josef Sipek · 19 years ago
  51. 7f3af60 Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  52. 1769b46 PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exit by Jeff Garzik · 19 years ago
  53. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 19 years ago
  54. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 19 years ago
  55. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 19 years ago
  56. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 19 years ago
  57. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 19 years ago
  58. 72a73a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 19 years ago
  59. b0d974e PCI: ibmphp_pci.c: fix NULL dereference by Adrian Bunk · 19 years ago
  60. 9d167dc pciehp: remove unnecessary pci_disable_msi by Kenji Kaneshige · 19 years ago
  61. 407f452 pciehp: remove unnecessary free_irq by Kenji Kaneshige · 19 years ago
  62. a57ed79 PCI: rpaphp: change device tree examination by John Rose · 19 years ago
  63. ac9e989 PCI: Change memory allocation for acpiphp slots by Rolf Eike Beer · 19 years ago
  64. bae94d0 PCI: switch pci_{enable,disable}_device() to be nestable by Inaky Perez-Gonzalez · 19 years ago
  65. 7ea7e98 PCI: Block on access to temporarily unavailable pci device by Matthew Wilcox · 19 years ago
  66. 50bf14b pci: fix __pci_register_driver error handling by Akinobu Mita · 19 years ago
  67. 0dcb2b7 pci: clear osc support flags if no _OSC method by Kristen Carlson Accardi · 19 years ago
  68. 0a9dee2 acpiphp: fix missing acpiphp_glue_exit() by Akinobu Mita · 19 years ago
  69. 467c442 acpiphp: fix use of list_for_each macro by Akinobu Mita · 19 years ago
  70. a2302c6 Altix: Initial ACPI support - ROM shadowing. by John Keller · 19 years ago
  71. 9f581f1 Altix: SN ACPI hotplug support. by John Keller · 19 years ago
  72. edb2d97 PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWI by Matthew Wilcox · 19 years ago
  73. ebf5a24 PCI: Use pci_generic_prep_mwi on sparc64 by Matthew Wilcox · 19 years ago
  74. 368c73d PCI: quirks: fix the festering mess that claims to handle IDE quirks by Alan Cox · 19 years ago
  75. cc692a5 PCI: save/restore PCI-X state by Stephen Hemminger · 19 years ago
  76. e65e5fb PCI: Make some MSI-X #defines generic by Michael Ellerman · 19 years ago
  77. 009af1f PCI: Let PCI_MULTITHREAD_PROBE not be broken by Greg Kroah-Hartman · 19 years ago
  78. 03a67a4 Fix typos in doc and comments by Jan Engelhardt · 19 years ago
  79. 0779bf2 Fix misc .c/.h comment typos by Matt LaPlante · 19 years ago
  80. 3cb2fcc Fix misc Kconfig typos by Matt LaPlante · 19 years ago
  81. c402895 WorkStruct: make allyesconfig by David Howells · 19 years ago
  82. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 19 years ago
  83. d8f7975 [PATCH] revert "PCI: quirk for IBM Dock II cardbus controllers" by Andrew Morton · 19 years ago
  84. d67afe5 [PATCH] pci: don't try to remove sysfs files before they are setup. by David Miller · 19 years ago
  85. 43539c3 [PATCH] htirq: allow buggy drivers of buggy hardware to write the registers by Eric W. Biederman · 19 years ago
  86. ec68307 [PATCH] htirq: refactor so we only have one function that writes to the chip by Eric W. Biederman · 19 years ago
  87. bb44c30 PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN by Adrian Bunk · 19 years ago
  88. 3560cc5 PCI: Remove quirk_via_abnormal_poweroff by Karsten Wiese · 19 years ago
  89. 2449e06 PCI: reset pci device state to unknown state for resume by Shaohua Li · 19 years ago
  90. 6b5c76b PCI: fix pci_fixup_video as it blows up on sparc64 by Eiichiro Oiwa · 19 years ago
  91. 35ae61a acpiphp: fix latch status by MUNEDA Takahiro · 19 years ago
  92. 0c0e466 Revert unintentional and bogus change to drivers/pci/quirks.c by Linus Torvalds · 19 years ago
  93. 4e8a520 [PKT_SCHED] netem: Orphan SKB when adding to queue. by David S. Miller · 19 years ago
  94. e17e31e [PATCH] Fix up rpaphp driver for pci hotplug header move by Olaf Hering · 19 years ago
  95. 7a54f25 PCI Hotplug: move pci_hotplug.h to include/linux/ by Greg Kroah-Hartman · 19 years ago
  96. fb5f4d7 change pci hotplug subsystem maintainer to Kristen by Kristen Carlson Accardi · 19 years ago
  97. 6b4b78f PCI: optionally sort device lists breadth-first by Matt Domsch · 19 years ago
  98. 49c61cc cpcihp_generic: prevent loading without "bridge" parameter by Akinobu Mita · 19 years ago
  99. 29f3eb6 pci: Additional search functions by Alan Cox · 19 years ago
  100. 11f242f PCI: quirks: switch quirks code offender to use pci_get API by Alan Cox · 19 years ago