summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-089-1128/+630Star
|\
| * shpchp: delete trailing whitespaceKenji Kaneshige2007-02-083-28/+28
| * shpchp: remove DBG_XXX_ROUTINEKenji Kaneshige2007-02-081-136/+19Star
| * shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODEKenji Kaneshige2007-02-082-13/+0Star
| * PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug dr...Kristen Carlson Accardi2007-02-083-0/+163
| * pciehp: fix wait command completionKenji Kaneshige2007-02-082-12/+16
| * pciehp: cleanup wait command completionKenji Kaneshige2007-02-084-193/+82Star
| * pciehp: remove unused pcie_cap_baseKenji Kaneshige2007-02-081-7/+2Star
| * pciehp: cleanup pciehp.hKenji Kaneshige2007-02-083-67/+42Star
| * pciehp: cleanup register accessKenji Kaneshige2007-02-081-137/+164
| * pciehp: remove unused pci_bus from struct controllerKenji Kaneshige2007-02-082-13/+2Star
| * pciehp: remove unnecessary php_ctlrKenji Kaneshige2007-02-084-494/+120Star
| * pciehp: cleanup slot listKenji Kaneshige2007-02-082-27/+17Star
| * pciehp: cleanup init_slot()Kenji Kaneshige2007-02-082-63/+37Star
* | Altix: Add ACPI SSDT PCI device support (hotplug)John Keller2007-02-031-7/+148
* | ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-031-5/+5
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-12-231-2/+1Star
|\
| * ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1Star
* | acpiphp: Link-time error for PCI HotplugKristen Carlson Accardi2006-12-201-1/+1
* | shpchp: cleanup shpchp.hKenji Kaneshige2006-12-203-144/+77Star
* | shpchp: remove shpchprm_get_physical_slot_numberKenji Kaneshige2006-12-201-24/+1Star
* | shpchp: cleanup struct controllerKenji Kaneshige2006-12-202-31/+1Star
* | shpchp: remove unnecessary struct php_ctlrKenji Kaneshige2006-12-204-249/+73Star
* | rpaphp: compiler warning cleanupLinas Vepstas2006-12-201-24/+23Star
|/
* [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/+31Star
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-029-73/+30Star
| |\
| | * PCI: ibmphp_pci.c: fix NULL dereferenceAdrian Bunk2006-12-011-2/+2
| | * pciehp: remove unnecessary pci_disable_msiKenji Kaneshige2006-12-011-2/+0Star
| | * pciehp: remove unnecessary free_irqKenji Kaneshige2006-12-011-6/+1Star
| | * PCI: rpaphp: change device tree examinationJohn Rose2006-12-012-2/+2
| | * PCI: Change memory allocation for acpiphp slotsRolf Eike Beer2006-12-012-32/+7Star
| | * acpiphp: fix missing acpiphp_glue_exit()Akinobu Mita2006-12-011-1/+3
| | * acpiphp: fix use of list_for_each macroAkinobu Mita2006-12-011-6/+2Star
| | * Altix: SN ACPI hotplug support.John Keller2006-12-011-22/+13Star
| * | 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-211-1/+1
* PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman2006-10-1823-257/+22Star
* change pci hotplug subsystem maintainer to KristenKristen Carlson Accardi2006-10-182-4/+2Star
* 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/+1Star
* 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/+1Star