summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
...
| * shpchp: delete trailing whitespaceKenji Kaneshige2007-02-073-28/+28
| * shpchp: remove DBG_XXX_ROUTINEKenji Kaneshige2007-02-071-136/+19
| * shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODEKenji Kaneshige2007-02-072-13/+0
| * PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug dr...Kristen Carlson Accardi2007-02-073-0/+163
| * pciehp: fix wait command completionKenji Kaneshige2007-02-072-12/+16
| * pciehp: cleanup wait command completionKenji Kaneshige2007-02-074-193/+82
| * pciehp: remove unused pcie_cap_baseKenji Kaneshige2007-02-071-7/+2
| * pciehp: cleanup pciehp.hKenji Kaneshige2007-02-073-67/+42
| * pciehp: cleanup register accessKenji Kaneshige2007-02-071-137/+164
| * pciehp: remove unused pci_bus from struct controllerKenji Kaneshige2007-02-072-13/+2
| * pciehp: remove unnecessary php_ctlrKenji Kaneshige2007-02-074-494/+120
| * pciehp: cleanup slot listKenji Kaneshige2007-02-072-27/+17
| * pciehp: cleanup init_slot()Kenji Kaneshige2007-02-072-63/+37
* | Altix: Add ACPI SSDT PCI device support (hotplug)John Keller2007-02-021-7/+148
* | ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-021-5/+5
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-12-221-2/+1
|\
| * ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1
* | acpiphp: Link-time error for PCI HotplugKristen Carlson Accardi2006-12-201-1/+1
* | shpchp: cleanup shpchp.hKenji Kaneshige2006-12-203-144/+77
* | shpchp: remove shpchprm_get_physical_slot_numberKenji Kaneshige2006-12-201-24/+1
* | shpchp: cleanup struct controllerKenji Kaneshige2006-12-202-31/+1
* | shpchp: remove unnecessary struct php_ctlrKenji Kaneshige2006-12-204-249/+73
* | rpaphp: compiler warning cleanupLinas Vepstas2006-12-201-24/+23
|/
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-132-5/+5
* [PATCH] Kconfig refactoring for better menu nestingDon Mullis2006-12-101-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0510-74/+31
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-019-73/+30
| |\
| | * PCI: ibmphp_pci.c: fix NULL dereferenceAdrian Bunk2006-12-011-2/+2
| | * pciehp: remove unnecessary pci_disable_msiKenji Kaneshige2006-12-011-2/+0
| | * pciehp: remove unnecessary free_irqKenji Kaneshige2006-12-011-6/+1
| | * PCI: rpaphp: change device tree examinationJohn Rose2006-12-012-2/+2
| | * PCI: Change memory allocation for acpiphp slotsRolf Eike Beer2006-12-012-32/+7
| | * acpiphp: fix missing acpiphp_glue_exit()Akinobu Mita2006-12-011-1/+3
| | * acpiphp: fix use of list_for_each macroAkinobu Mita2006-12-011-6/+2
| | * Altix: SN ACPI hotplug support.John Keller2006-12-011-22/+13
| * | Fix misc .c/.h comment typosMatt LaPlante2006-11-301-1/+1
| |/
* / WorkStruct: make allyesconfigDavid Howells2006-11-223-12/+13
|/
* acpiphp: fix latch statusMUNEDA Takahiro2006-10-271-3/+3
* [PATCH] Fix up rpaphp driver for pci hotplug header moveOlaf Hering2006-10-201-1/+1
* PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman2006-10-1823-257/+22
* change pci hotplug subsystem maintainer to KristenKristen Carlson Accardi2006-10-182-4/+2
* cpcihp_generic: prevent loading without "bridge" parameterAkinobu Mita2006-10-181-2/+2
* PCI hotplug: ioremap balanced with iounmapAmol Lad2006-10-181-5/+14
* shpchp: remove unnecessary cmd_busy member from struct controllerKenji Kaneshige2006-10-182-5/+1
* shpchp: fix command completion checkKenji Kaneshige2006-10-181-5/+9
* pci: Stamp out pci_find_* usage in fakephpAlan Cox2006-10-181-3/+8
* pciehp: Remove unnecessary check in pciehp_ctrl.cEric Sesterhenn2006-10-181-2/+1
* pciehp - add missing lockingKenji Kaneshige2006-10-184-30/+33
* pciehp: fix improper info messagesKenji Kaneshige2006-10-182-22/+33
* shpchp: fix shpchp_wait_cmd in pollKenji Kaneshige2006-10-181-19/+35