1. b41d6cf PCI: Check dynids driver_data value for validity by Jean Delvare · 16 years ago
  2. edbc25c PCI: remove dynids.use_driver_data by Milton Miller · 16 years ago
  3. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  4. bbb44d9 PCI: implement new suspend/resume callbacks by Rafael J. Wysocki · 16 years ago
  5. e1a2a51 Suspend/Resume bug in PCI layer wrt quirks by Rafael J. Wysocki · 16 years ago
  6. 4efeb4d PCI: use dev_to_node in pci_call_probe by Yinghai Lu · 16 years ago
  7. d52877c pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 by Yinghai Lu · 16 years ago
  8. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago
  9. 74e27e4 PCI: Mem Policy: fix mempolicy usage in pci driver by Lee Schermerhorn · 17 years ago
  10. 2b93730 PCI: remove foolish code from pci-driver.c by Greg Kroah-Hartman · 17 years ago
  11. 03d43b1 PCI: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  12. d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
  13. 6a84258 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  14. a56bc69 PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code by Michael Ellerman · 17 years ago
  15. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  16. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  17. 8b60756 Fix more "deprecated" spellos. by Randy Dunlap · 17 years ago
  18. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  19. 6ba1863 PCI: Require vendor and device for new_id by Jean Delvare · 17 years ago
  20. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 18 years ago
  21. f95d882 PCI/sysfs/kobject kernel-doc fixes by Randy Dunlap · 17 years ago
  22. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  23. 38cc130 PCI : add extremely specialized __pci_reenable_device for default resume by Hidetoshi Seto · 18 years ago
  24. 924b08f PCI : remove too specialized __pci_enable_device for default resume by Hidetoshi Seto · 18 years ago
  25. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  26. ae9608a PCI: fix pci-driver kernel-doc by Randy Dunlap · 18 years ago
  27. 1597cac PCI: Fix multiple problems with VIA hardware by Alan Cox · 18 years ago
  28. 7461b60 PCI: use /sys/bus/pci/drivers/<driver>/new_id first by Russell King · 18 years ago
  29. bae94d0 PCI: switch pci_{enable,disable}_device() to be nestable by Inaky Perez-Gonzalez · 18 years ago
  30. 50bf14b pci: fix __pci_register_driver error handling by Akinobu Mita · 18 years ago
  31. 2449e06 PCI: reset pci device state to unknown state for resume by Shaohua Li · 18 years ago
  32. 50b0075 PCI: Multiprobe sanitizer by Alan Cox · 18 years ago
  33. b19441a PCI: fix __must_check warnings by Greg Kroah-Hartman · 18 years ago
  34. 0f397f8 PCI: enable driver multi-threaded probe by Greg Kroah-Hartman · 18 years ago
  35. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  36. cbd69db Suspend changes for PCI core by Linus Torvalds · 18 years ago
  37. 39ba487 [PATCH] PCI: kerneldoc correction in pci-driver by Henrik Kretzschmar · 18 years ago
  38. 8d92bc2 [PATCH] PCI: Error handling on PCI device resume by Jean Delvare · 18 years ago
  39. 0266949 [PATCH] pm: print name of failed suspend function by Andrew Morton · 18 years ago
  40. f5afe80 [PATCH] PCI: kzalloc() conversion in drivers/pci by Eric Sesterhenn · 18 years ago
  41. 50defa1 [PATCH] PCI: Add pci_device_shutdown to pci_bus_type by Brian Gerst · 18 years ago
  42. b15d686 [PATCH] Add pci_bus_type probe and remove methods by Russell King · 19 years ago
  43. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  44. 863b18f [PATCH] PCI: automatically set device_driver.owner by Laurent riffard · 19 years ago
  45. f8eb100 [PATCH] pci-driver: store_new_id() not inline by Randy Dunlap · 19 years ago
  46. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  47. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  48. 8f7020d [PATCH] kernel-doc: PCI fixes by Randy Dunlap · 19 years ago
  49. a1720fd [PATCH] PCI: Fixup PCI driver shutdown by Russell King · 19 years ago
  50. 95a6296 [PATCH] PCI: start paying attention to a lot of pci function return values by Greg Kroah-Hartman · 19 years ago
  51. d42c699 [PATCH] PCI: Run PCI driver initialization on local node by Andi Kleen · 19 years ago
  52. 3d3c2ae [PATCH] PCI: fix !CONFIG_HOTPLUG pci build problem by Greg KH · 19 years ago
  53. 7586585 [PATCH] PCI: clean up dynamic pci id logic by Greg Kroah-Hartman · 19 years ago
  54. fc7e482 [PATCH] sysfs: (driver/pci) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  55. c83d9945 [PATCH] Fix typo in drivers/pci/pci-driver.c by Mika Kukkonen · 19 years ago
  56. 794f5bf [PATCH] PCI: don't override drv->shutdown unconditionally by Christoph Hellwig · 19 years ago
  57. eaae4b3 [PATCH] PCI: Spelling fixes for drivers/pci. by Steven Cole · 19 years ago
  58. c895817 [PATCH] PCI: Add pci shutdown ability by Greg KH · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago