Revision 1d8549085377674224bf30a368284c391a3ce40e authored by Linus Torvalds on 23 January 2013, 00:36:23 UTC, committed by Linus Torvalds on 23 January 2013, 00:36:23 UTC
Pull PCI updates from Bjorn Helgaas:
 "The most important is a fix for a pciehp deadlock that occurs when
  unplugging a Thunderbolt adapter.  We also applied the same fix to
  shpchp, removed CONFIG_EXPERIMENTAL dependencies, fixed a
  pcie_aspm=force problem, and fixed a refcount leak.

  Details:

   - Hotplug
      PCI: pciehp: Use per-slot workqueues to avoid deadlock
      PCI: shpchp: Make shpchp_wq non-ordered
      PCI: shpchp: Handle push button event asynchronously
      PCI: shpchp: Use per-slot workqueues to avoid deadlock

   - Power management
      PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported

   - Misc
      PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
      PCI: remove depends on CONFIG_EXPERIMENTAL"

* tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
  PCI: remove depends on CONFIG_EXPERIMENTAL
  PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported
  PCI: shpchp: Use per-slot workqueues to avoid deadlock
  PCI: shpchp: Handle push button event asynchronously
  PCI: shpchp: Make shpchp_wq non-ordered
  PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
  PCI: pciehp: Use per-slot workqueues to avoid deadlock
2 parent s f56c319 + 444ee9b
History
File Mode Size
acpica
apei
Kconfig -rw-r--r-- 13.0 KB
Makefile -rw-r--r-- 2.2 KB
ac.c -rw-r--r-- 9.4 KB
acpi_i2c.c -rw-r--r-- 2.7 KB
acpi_ipmi.c -rw-r--r-- 14.4 KB
acpi_memhotplug.c -rw-r--r-- 14.0 KB
acpi_pad.c -rw-r--r-- 13.4 KB
acpi_platform.c -rw-r--r-- 3.1 KB
battery.c -rw-r--r-- 34.9 KB
bgrt.c -rw-r--r-- 2.9 KB
blacklist.c -rw-r--r-- 8.9 KB
bus.c -rw-r--r-- 26.8 KB
button.c -rw-r--r-- 12.1 KB
cm_sbs.c -rw-r--r-- 3.0 KB
container.c -rw-r--r-- 7.3 KB
custom_method.c -rw-r--r-- 2.0 KB
debugfs.c -rw-r--r-- 406 bytes
device_pm.c -rw-r--r-- 20.1 KB
dock.c -rw-r--r-- 27.4 KB
ec.c -rw-r--r-- 28.1 KB
ec_sys.c -rw-r--r-- 3.2 KB
event.c -rw-r--r-- 6.8 KB
fan.c -rw-r--r-- 5.4 KB
glue.c -rw-r--r-- 7.5 KB
hed.c -rw-r--r-- 2.6 KB
internal.h -rw-r--r-- 3.5 KB
numa.c -rw-r--r-- 8.6 KB
nvs.c -rw-r--r-- 4.6 KB
osl.c -rw-r--r-- 41.4 KB
pci_bind.c -rw-r--r-- 3.3 KB
pci_irq.c -rw-r--r-- 13.9 KB
pci_link.c -rw-r--r-- 23.2 KB
pci_root.c -rw-r--r-- 18.8 KB
pci_slot.c -rw-r--r-- 9.5 KB
power.c -rw-r--r-- 20.3 KB
proc.c -rw-r--r-- 11.1 KB
processor_core.c -rw-r--r-- 9.0 KB
processor_driver.c -rw-r--r-- 25.3 KB
processor_idle.c -rw-r--r-- 32.0 KB
processor_perflib.c -rw-r--r-- 21.3 KB
processor_thermal.c -rw-r--r-- 6.8 KB
processor_throttling.c -rw-r--r-- 31.5 KB
reboot.c -rw-r--r-- 1.3 KB
resource.c -rw-r--r-- 14.7 KB
sbs.c -rw-r--r-- 28.6 KB
sbshc.c -rw-r--r-- 7.6 KB
sbshc.h -rw-r--r-- 960 bytes
scan.c -rw-r--r-- 45.2 KB
sleep.c -rw-r--r-- 19.4 KB
sleep.h -rw-r--r-- 239 bytes
sysfs.c -rw-r--r-- 18.5 KB
tables.c -rw-r--r-- 10.2 KB
thermal.c -rw-r--r-- 31.6 KB
utils.c -rw-r--r-- 12.2 KB
video.c -rw-r--r-- 46.6 KB
video_detect.c -rw-r--r-- 9.2 KB
wakeup.c -rw-r--r-- 2.7 KB

back to top