aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Fix PCI hotplug printk formatRandy Dunlap2008-10-231-1/+1
* PCI hotplug: shpchp: message refinementTaku Izumi2008-10-235-98/+86
* PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi2008-10-235-159/+224
* PCI hotplug: pciehp: message refinementTaku Izumi2008-10-235-88/+78
* PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceKenji Kaneshige2008-10-231-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-10-233-12/+14
|\
| * Merge branch 'linus' into testLen Brown2008-10-2311-276/+304
| |\
| * \ Merge branch 'ull' into testLen Brown2008-10-223-10/+10
| |\ \
| | * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-113-10/+10
| * | | dock: introduce .uevent for devices in dock, eg libataShaohua Li2008-09-231-2/+4
| |/ /
* | | PCI hotplug: fix logic in Compaq hotplug controller bus speed setupJulia Lawall2008-10-221-1/+1
* | | PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige2008-10-223-4/+55
* | | PCI hotplug: pciehp: fix possible memory leak in pcie_initKenji Kaneshige2008-10-221-2/+2
* | | PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang2008-10-221-2/+8
* | | PCI: Hotplug core: remove 'name'Alex Chiang2008-10-221-3/+3
* | | PCI: shcphp: remove 'name' parameterAlex Chiang2008-10-223-47/+48
* | | PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameAlex Chiang2008-10-221-13/+6
* | | PCI: rpaphp: kmalloc/kfree slot->name directlyAlex Chiang2008-10-221-5/+3
* | | PCI: pciehp: remove 'name' parameterAlex Chiang2008-10-224-44/+52
* | | PCI: ibmphp: stop managing hotplug_slot->nameAlex Chiang2008-10-222-16/+9
* | | PCI: fakephp: remove 'name' parameterAlex Chiang2008-10-221-9/+10
* | | PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2008-10-222-31/+24
* | | PCI: cpci_hotplug: stop managing hotplug_slot->nameAlex Chiang2008-10-223-49/+37
* | | PCI: acpiphp: remove 'name' parameterAlex Chiang2008-10-222-19/+21
* | | PCI: prevent duplicate slot namesAlex Chiang2008-10-223-54/+2
* | | PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige2008-10-221-23/+28
* | | PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang2008-10-221-1/+1
* | | PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang2008-10-2210-16/+25
| |/ |/|
* | PCI hotplug: fix get_##name return value problemKenji Kaneshige2008-10-201-1/+1
* | PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi2008-10-203-5/+5
* | PCI: fix hotplug get_##name return value problemZhao, Yu2008-10-201-7/+7
* | PCI: pciehp: replace printk with dev_printkTaku Izumi2008-10-205-186/+263
* | PCI: pciehp: change name tag of "hpdriver_portdrv" variableTaku Izumi2008-10-201-2/+1
* | PCI: pciehp: fix irq initializationKenji Kaneshige2008-10-202-2/+4
* | PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsakpm@linux-foundation.org2008-10-201-22/+22
* | PCI: ibmphp: list_for_each to list_for_each_entryakpm@linux-foundation.org2008-10-201-69/+23
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-1/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | x86, pci-hotplug, calgary / rio: fix EBDA ioremap()Ingo Molnar2008-09-261-1/+1
| | |/ /
* | | | Merge commit 'origin'Benjamin Herrenschmidt2008-10-152-4/+4
|\ \ \ \ | |/ / /
| * | | PCI: fix pciehp_free_irq()Adrian Bunk2008-09-101-1/+1
| * | | PCI Hotplug: fakephp: fix deadlock... againAlex Chiang2008-09-091-3/+3
| |/ /
* | | Merge branch 'linux-2.6'Paul Mackerras2008-09-105-49/+56
|\ \ \ | |/ /
| * | PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-211-19/+15
| * | PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-213-18/+15
| * | PCI: add acpi_find_root_bridge_handleJiri Slaby2008-08-181-4/+1
| * | PCI: acpi_pcihp: run _OSC on a root bridgeJiri Slaby2008-08-181-12/+29
| |/
* | hotplug/rpaphp: Remove unused error path codeStephen Rothwell2008-08-201-4/+0
|/
* PCI hotplug: fix typo in pcie hotplug outputJesse Barnes2008-07-281-1/+1
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-211-2/+2