1. 9662e32 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 8 years ago
  2. 2ac83cc PCI: hotplug: Use list_for_each_entry() to simplify code by Geliang Tang · 9 years ago
  3. ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
  4. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  5. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  6. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  7. f652e7d PCI: shpchp: Use per-slot workqueues to avoid deadlock by Bjorn Helgaas · 11 years ago
  8. d347e75 PCI: shpchp: Handle push button event asynchronously by Bjorn Helgaas · 11 years ago
  9. 10959d7 PCI: shpchp: Make shpchp_wq non-ordered by Bjorn Helgaas · 11 years ago
  10. 83d0571 PCI: hotplug: ensure a consistent return value in error case by Julia Lawall · 12 years ago
  11. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  12. 4cac2eb PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs by Bjorn Helgaas · 13 years ago
  13. e24dcbe shpchp: update workqueue usage by Tejun Heo · 14 years ago
  14. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  15. 3749c51 PCI: Make current and maximum bus speeds part of the PCI core by Matthew Wilcox · 15 years ago
  16. a6c0d5c PCI hotplug: remove redundant .owner initializations by Kenji Kaneshige · 15 years ago
  17. be7bce2 PCI hotplug: shpchp: message refinement by Taku Izumi · 16 years ago
  18. f98ca31 PCI hotplug: shpchp: replace printk with dev_printk by Taku Izumi · 16 years ago
  19. 66f1705 PCI: shcphp: remove 'name' parameter by Alex Chiang · 16 years ago
  20. 5fe6cc6 PCI: prevent duplicate slot names by Alex Chiang · 16 years ago
  21. 1359f27 PCI Hotplug core: add 'name' param pci_hp_register interface by Alex Chiang · 16 years ago
  22. d6a9e9b PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M... by Alex Chiang · 16 years ago
  23. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  24. ac9c052 shpchp: check firmware before taking control by Kenji Kaneshige · 16 years ago
  25. 552fe04 PCI: make {pciehp,shpchp}_slot_with_bus static by Adrian Bunk · 16 years ago
  26. b3bd307 shpchp: add message about shpchp_slot_with_bus option by Kenji Kaneshige · 16 years ago
  27. ef0ff95 shpchp: fix slot name by Kenji Kaneshige · 16 years ago
  28. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  29. e325e1f PCI: fix multiple definition of `queue_pushbutton_work' by Kristen Carlson Accardi · 17 years ago
  30. 3d9c188 shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE by Kenji Kaneshige · 18 years ago
  31. 8352e04 shpchp: cleanup shpchp.h by Kenji Kaneshige · 18 years ago
  32. 6f39be2 shpchp: remove shpchprm_get_physical_slot_number by Kenji Kaneshige · 18 years ago
  33. 227b84c shpchp: cleanup struct controller by Kenji Kaneshige · 18 years ago
  34. 0abe68c shpchp: remove unnecessary struct php_ctlr by Kenji Kaneshige · 18 years ago
  35. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  36. e1b95dc SHPCHP: fix __must_check warnings by Greg Kroah-Hartman · 18 years ago
  37. 82d5f4a [PATCH] shpchp: Create shpchpd at controller probe time by Kenji Kaneshige · 18 years ago
  38. 783c49f [PATCH] PCI Hotplug: add common acpi functions to core by Kristen Accardi · 18 years ago
  39. e6b82b13 [PATCH] shpchp: adapt to pci driver model by Kenji Kaneshige · 18 years ago
  40. a246fa4 [PATCH] shpchp: Fix slot state handling by Kenji Kaneshige · 18 years ago
  41. f7391f5 [PATCH] shpchp: event handling rework by Kenji Kaneshige · 18 years ago
  42. 09e1218 [PATCH] shpchp: Remove unused pci_bus member from controller structure by Kenji Kaneshige · 18 years ago
  43. bbe779d [PATCH] shpchp - move slot name into struct slot by Kenji Kaneshige · 18 years ago
  44. 8abebe1 [PATCH] shpchp - removed unncessary 'magic' member from slot by Kenji Kaneshige · 18 years ago
  45. 57c95c0 [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof() by Kenji Kaneshige · 18 years ago
  46. a453456 [PATCH] shpchp - cleanup controller list by Kenji Kaneshige · 18 years ago
  47. 5b1a960 [PATCH] shpchp - cleanup slot list by Kenji Kaneshige · 18 years ago
  48. dfcd5f6 [PATCH] shpchp - cleanup shpchp_core.c by Kenji Kaneshige · 18 years ago
  49. 926030f [PATCH] shpchp - cleanup init_slots() by Kenji Kaneshige · 18 years ago
  50. 81f1544 [PATCH] shpchp: Implement get_address callback by Kenji Kaneshige · 19 years ago
  51. 0455986 [PATCH] shpchp: fix improper mmio mapping by Kenji Kaneshige · 19 years ago
  52. c2608a1 [PATCH] shpchp: fix oops at driver unload by rajesh.shah@intel.com · 19 years ago
  53. 7c8942f [PATCH] shpchp: reduce debug message verbosity by rajesh.shah@intel.com · 19 years ago
  54. ee13833 [PATCH] shpchp: miscellaneous cleanups by rajesh.shah@intel.com · 19 years ago
  55. 2178bfa [PATCH] shpchp: remove redundant data structures by rajesh.shah@intel.com · 19 years ago
  56. 70b6091 [PATCH] shpchp: dont save PCI config for hotplug slots/devices by rajesh.shah@intel.com · 19 years ago
  57. 1410dc1 [PATCH] shpchp: detect SHPC capability before doing a lot of work by rajesh.shah@intel.com · 19 years ago
  58. 424600f [PATCH] shpchp: reduce dependence on ACPI by rajesh.shah@intel.com · 19 years ago
  59. dbd7a78 [PATCH] shpchp: use the PCI core for hotplug resource management by rajesh.shah@intel.com · 19 years ago
  60. 8cf4c19 [PATCH] PCI Hotplug: new contact info by Kristen Accardi · 19 years ago
  61. ee17fd9 [PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver by Dely Sy · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago