1. 47e9037 PCI hotplug: acpiphp: set current_state to D0 in register_slot by Stefano Stabellini · 13 years ago
  2. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 14 years ago
  3. 994e0b2 PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.c by Rafael J. Wysocki · 14 years ago
  4. ac3abf2 PCI hotplug: ibmphp: Add check to prevent reading beyond mapped area by Steven Rostedt · 14 years ago
  5. e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  6. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  7. e24dcbe shpchp: update workqueue usage by Tejun Heo · 14 years ago
  8. a827ea3 pciehp: update workqueue usage by Tejun Heo · 14 years ago
  9. 5a37f13 PCI hotplug: ibmphp-hpc: semaphore cleanup by Thomas Gleixner · 14 years ago
  10. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  11. 6e63e80 PCI hotplug: Fix build with CONFIG_ACPI unset by Rafael J. Wysocki · 14 years ago
  12. 28eb5f2 PCI: PCIe: Ask BIOS for control of all native services at once by Rafael J. Wysocki · 14 years ago
  13. 75fb60f ACPI/PCI: Negotiate _OSC control bits before requesting them by Rafael J. Wysocki · 14 years ago
  14. 4e344b1 PCI: use for_each_pci_dev() by Kulikov Vasiliy · 14 years ago
  15. 0ba10bc PCI hotplug: shpchp: Removed check for hotplug of display devices by Praveen Kalamegham · 14 years ago
  16. 01b666d PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_device by Praveen Kalamegham · 14 years ago
  17. 3b8fdb7 PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASK by Dan Carpenter · 14 years ago
  18. a7ef7d1 PCI: hotplug/cpqphp, fix NULL dereference by Jiri Slaby · 14 years ago
  19. 6109e2c Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  20. ac81860 PCI: hotplug: pciehp: Removed check for hotplug of display devices by Praveen Kalamegham · 14 years ago
  21. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  22. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  23. 8f6bce3 PCI hotplug: Use kmemdup by Julia Lawall · 14 years ago
  24. b4a26be powerpc/pseries: Flush lazy kernel mappings after unplug operations by Benjamin Herrenschmidt · 14 years ago
  25. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  26. 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
  27. e1944c6 PCI: print resources consistently with %pR by Bjorn Helgaas · 14 years ago
  28. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  29. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 14 years ago
  30. d060705 acpiphp: Execute ACPI _REG method for hotadded devices by Shaohua Li · 14 years ago
  31. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  32. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  33. 89a74ec PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs by Bjorn Helgaas · 14 years ago
  34. 9789ac9 PCI: pciehp: cleanup flow in pciehp_configure_device by Yinghai Lu · 14 years ago
  35. ba02b24 PCI hotplug: check ioremap() return value in ibmphp_ebda.c by Andrew Morton · 14 years ago
  36. 939fdc6 PCI hotplug: fix ibmphp build error by Randy Dunlap · 14 years ago
  37. 0bf01c3 PCI: hotplug/cpcihp, fix pci device refcounting by Jiri Slaby · 14 years ago
  38. b0fc889 PCI hotplug: ibmphp: read the length of ebda and map entire ebda region by Chandru · 14 years ago
  39. 6fcaf17 PCI hotplug: fix memory leaks by Jiri Slaby · 15 years ago
  40. 3804259 PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug ops by Jesse Barnes · 15 years ago
  41. 3749c51 PCI: Make current and maximum bus speeds part of the PCI core by Matthew Wilcox · 15 years ago
  42. 536c8cb PCI: Unify pcie_link_speed and pci_bus_speed by Matthew Wilcox · 15 years ago
  43. c85e4aa ibmphp: Rename add_range() to add_bus_range() to avoid conflict by H. Peter Anvin · 14 years ago
  44. 7779688 ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was found by Thomas Renninger · 14 years ago
  45. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  46. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  47. 5c788a6 PCI: ibmphp_hpc: don't release hw sem twice if kthread stops by Jesse Barnes · 15 years ago
  48. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  49. 5651c48 PCI pciehp: fix power fault interrupt storm problem by Kenji Kaneshige · 15 years ago
  50. 1359837 PCI hotplug: use pci_is_pcie() by Kenji Kaneshige · 15 years ago
  51. 1518c17 pciehp: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  52. d3ccc40 PCI hotplug: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  53. 9b536e0 PCI hotplug: fix oshp evaluation by Kenji Kaneshige · 15 years ago
  54. 58c0862 PCI Hotplug: acpiphp: clean up list traversals by Alex Chiang · 15 years ago
  55. 204d49a PCI hotplug: move IOAPIC support from acpiphp to ioapic driver by Bjorn Helgaas · 15 years ago
  56. 8792e11 PCI: pciehp: prevent unnecessary power off by Kenji Kaneshige · 15 years ago
  57. 65b947b PCI: pciehp: fix typo in pciehp_probe by Kenji Kaneshige · 15 years ago
  58. 445f798 PCI: pciehp: return error on read/write failure by Kenji Kaneshige · 15 years ago
  59. 586f1d6 PCI: pciehp: create files only for existing capabilities by Kenji Kaneshige · 15 years ago
  60. 3c3a1b1 PCI: pciehp: remove wrong workaround for bad DLLP by Kenji Kaneshige · 15 years ago
  61. f22daf1 PCI: pciehp: disable DLL state changed event notification by Kenji Kaneshige · 15 years ago
  62. 3368dd2 PCI hotplug: acpiphp should be linked after vendor drivers by Matthew Garrett · 15 years ago
  63. 17d6715 PCI hotplug: change PCI nomenclature by Stefan Assmann · 15 years ago
  64. 86ae13b headers: Fix build after <linux/sched.h> removal by Ingo Molnar · 15 years ago
  65. b247150 ACPICA: fixup after acpi_get_object_info() change by Bjorn Helgaas · 15 years ago
  66. b7f21bb Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  67. 985f387 Merge branch 'acpica' into release by Len Brown · 15 years ago
  68. 656927b PCI: pciehp: remove slot capabilities definitions by Kenji Kaneshige · 15 years ago
  69. d9fb42a8 PCI: pciehp: remove error message definitions by Kenji Kaneshige · 15 years ago
  70. 07a0969 PCI: pciehp: remove number field by Kenji Kaneshige · 15 years ago
  71. 82a9e79 PCI: pciehp: remove hpc_ops by Kenji Kaneshige · 15 years ago
  72. 385e249 PCI: pciehp: remove pci_dev field by Kenji Kaneshige · 15 years ago
  73. 6aaa6d0 PCI: pciehp: remove crit_sect mutex by Kenji Kaneshige · 15 years ago
  74. 5f9cab7 PCI: pciehp: remove slot_bus field by Kenji Kaneshige · 15 years ago
  75. d54798f PCI: pciehp: remove first_slot field by Kenji Kaneshige · 15 years ago
  76. a2359a3 PCI: pciehp: remove slot_device_offset field by Kenji Kaneshige · 15 years ago
  77. 0e36315 PCI: pciehp: remove hp_slot field by Kenji Kaneshige · 15 years ago
  78. d689f7e PCI: pciehp: remove device field by Kenji Kaneshige · 15 years ago
  79. ab9c6c8 PCI: pciehp: remove bus field by Kenji Kaneshige · 15 years ago
  80. 6a11c13 PCI: pciehp: remove slot_num_inc field by Kenji Kaneshige · 15 years ago
  81. e23727d PCI: pciehp: remove num_slots field by Kenji Kaneshige · 15 years ago
  82. 8720d27 PCI: pciehp: remove slot_list field by Kenji Kaneshige · 15 years ago
  83. 5e3573d PCI hotplug: clean up acpi_run_hpp() by Bjorn Helgaas · 15 years ago
  84. e81995b PCI hotplug: acpiphp: use generic pci_configure_slot() by Bjorn Helgaas · 15 years ago
  85. 11876e5 PCI hotplug: shpchp: use generic pci_configure_slot() by Bjorn Helgaas · 15 years ago
  86. d569c74 PCI hotplug: pciehp: use generic pci_configure_slot() by Bjorn Helgaas · 15 years ago
  87. 8838400 PCI hotplug: add pci_configure_slot() by Bjorn Helgaas · 15 years ago
  88. 6a29172 PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface by Bjorn Helgaas · 15 years ago
  89. fca6825 PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridge by Bjorn Helgaas · 15 years ago
  90. dffb4bb PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluation by Bjorn Helgaas · 15 years ago
  91. 7f53866 PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle by Alex Chiang · 15 years ago
  92. 6edd767 PCI Hotplug: acpiphp: find bridges the easy way by Alex Chiang · 15 years ago
  93. 0ba379e PCI: Simplify hotplug mch quirk. by Eric W. Biederman · 15 years ago
  94. 825c423 PCI hotplug: add support for 5.0G link speed by Kenji Kaneshige · 15 years ago
  95. 6ed6a8d PCI hotplug: fix typo in pcie link speed info by Kenji Kaneshige · 15 years ago
  96. 5228a82 PCI Hotplug: acpiphp: get pci_bus from acpi handle correctly by Alex Chiang · 15 years ago
  97. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  98. 94f81a4 PCI hotplug: SGI hotplug: do not use hotplug_slot_attr by Kenji Kaneshige · 15 years ago
  99. d25f143 PCI hotplug: SGI hotplug: fix build failure by Kenji Kaneshige · 15 years ago
  100. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago