aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-27PCI hotplug: Change link order of pciehp & acpiphpMatthew Garrett1-1/+5
2009-01-27PCI hotplug: fakephp: Allocate PCI resources before adding the deviceDarrick J. Wong1-16/+26
2009-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+3
2009-01-19PCI hotplug: fix lock imbalance in pciehpJiri Slaby1-1/+3
2009-01-16ACPI PCI hotplug: harden against panic regressionJames Bottomley1-0/+2
2009-01-09Merge branch 'linus' into releaseLen Brown16-389/+400
2009-01-07PCI hotplug: remove redundant test in cpq hotplugJulia Lawall1-1/+1
2009-01-07PCI: pciehp: cleanup register and field definitionsKenji Kaneshige1-229/+99
2009-01-07PCI: pciehp: ignore undefined bit in link status registerKenji Kaneshige1-2/+1
2009-01-07PCI hotplug: introduce functions for ACPI slot detectionKenji Kaneshige3-142/+89
2009-01-07PCI: pciehp: add auto option to pciehp_detect_modeKenji Kaneshige1-4/+76
2009-01-07PCI: pciehp: add ACPI based slot detectionKenji Kaneshige4-1/+132
2009-01-07PCI hotplug: cpqphp: use config space PCI interrupt pin encodingBjorn Helgaas2-3/+3
2009-01-07PCI hotplug: acpiphp whitespace cleanupAlex Chiang2-4/+4
2009-01-07PCI/ACPI: acpiphp: Identify more removable slotsMatthew Garrett1-15/+17
2009-01-07drivers/pci/hotplug: Add missing pci_dev_getJulia Lawall1-0/+1
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-07PCI hotplug: pciehp: remove unnecessary wait after turning power offKenji Kaneshige1-14/+12
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming2-2/+0
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput3-3/+3
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-39/+30
2008-12-17PCI hotplug: ibmphp: Fix module ref count underflowNeil Horman1-5/+0
2008-12-16PCI hotplug: acpiphp wants a 64-bit _SUNJustin Chen3-4/+4
2008-12-16PCI: pciehp: fix unexpected power off with pciehp_forceKenji Kaneshige1-11/+12
2008-11-06powerpc/pci: Fix various pseries PCI hotplug issuesBenjamin Herrenschmidt1-39/+30
2008-10-23Fix PCI hotplug printk formatRandy Dunlap1-1/+1
2008-10-23PCI hotplug: shpchp: message refinementTaku Izumi5-98/+86
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi5-159/+224
2008-10-23PCI hotplug: pciehp: message refinementTaku Izumi5-88/+78
2008-10-23PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceKenji Kaneshige1-1/+1
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-12/+14
2008-10-23Merge branch 'linus' into testLen Brown11-276/+304
2008-10-22Merge branch 'ull' into testLen Brown3-10/+10
2008-10-22PCI hotplug: fix logic in Compaq hotplug controller bus speed setupJulia Lawall1-1/+1
2008-10-22PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige3-4/+55
2008-10-22PCI hotplug: pciehp: fix possible memory leak in pcie_initKenji Kaneshige1-2/+2
2008-10-22PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang1-2/+8
2008-10-22PCI: Hotplug core: remove 'name'Alex Chiang1-3/+3
2008-10-22PCI: shcphp: remove 'name' parameterAlex Chiang3-47/+48
2008-10-22PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameAlex Chiang1-13/+6
2008-10-22PCI: rpaphp: kmalloc/kfree slot->name directlyAlex Chiang1-5/+3
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang4-44/+52
2008-10-22PCI: ibmphp: stop managing hotplug_slot->nameAlex Chiang2-16/+9
2008-10-22PCI: fakephp: remove 'name' parameterAlex Chiang1-9/+10
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2-31/+24
2008-10-22PCI: cpci_hotplug: stop managing hotplug_slot->nameAlex Chiang3-49/+37
2008-10-22PCI: acpiphp: remove 'name' parameterAlex Chiang2-19/+21
2008-10-22PCI: prevent duplicate slot namesAlex Chiang3-54/+2
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+1