summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] PowerPC/PCI Hotplug build breakLinas Vepstas2006-02-021-0/+1
* [PATCH] powerpc/PCI hotplug: shuffle error checking to better location.linas@austin.ibm.com2006-02-011-22/+22
* [PATCH] powerpc/PCI hotplug: minor cleanup forward declslinas@austin.ibm.com2006-02-011-19/+11Star
* [PATCH] powerpc/PCI hotplug: cleanup: add prefixlinas@austin.ibm.com2006-02-015-24/+20Star
* [PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()linas@austin.ibm.com2006-02-013-39/+30Star
* [PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adaplinas@austin.ibm.com2006-02-014-29/+23Star
* [PATCH] powerpc/PCI hotplug: remove remove_bus_device()linas@austin.ibm.com2006-02-011-19/+1Star
* [PATCH] powerpc/PCI hotplug: merge config_pci_adapterlinas@austin.ibm.com2006-02-012-32/+4Star
* [PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()linas@austin.ibm.com2006-02-013-143/+2Star
* [PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()linas@austin.ibm.com2006-02-013-38/+5Star
* [PATCH] PCI Hotplug: shpchp: AMD POGO errata fixKeck, David2006-02-012-1/+105
* [PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)linas2006-02-011-1/+1
* [PATCH] PCI Hotplug: fix up Kconfig help textPavel Machek2006-02-011-2/+1Star
* [PATCH] PCI Hotplug: fix up coding style issuesPavel Machek2006-02-012-14/+11Star
* [PATCH] PCI: drivers/pci: some cleanupsAdrian Bunk2006-01-091-1/+1
* [PATCH] acpiphp: only size new busKristen Accardi2006-01-091-2/+4
* [PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driverGreg Kroah-Hartman2006-01-093-25/+127
* [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.cJesper Juhl2006-01-091-40/+50
* [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.cJesper Juhl2006-01-091-5/+8
* [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.cJesper Juhl2006-01-091-4/+5
* [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.cJesper Juhl2006-01-091-54/+67
* [PATCH] pciehp: allow bridged card hotplugRajesh Shah2006-01-091-24/+28
* [PATCH] pciehp: handle sticky power-fault statusThomas Schaefer2006-01-091-2/+17
* [PATCH] shpchp: Implement get_address callbackKenji Kaneshige2006-01-091-0/+14
* [PATCH] PCI Hotplug/powerpc: more removal of duplicated codelinas@austin.ibm.com2006-01-092-46/+2Star
* [PATCH] PCI Hotplug/powerpc: remove duplicated codelinas@austin.ibm.com2006-01-092-14/+3Star
* [PATCH] shpchp: fix improper wait for command completionKenji Kaneshige2006-01-093-37/+27Star
* [PATCH] shpchp: fix improper write to Command Completion Detect bitKenji Kaneshige2006-01-091-2/+2
* [PATCH] shpchp: fix improper mmio mappingKenji Kaneshige2006-01-093-29/+49
* [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bitKenji Kaneshige2006-01-091-1/+1
* [PATCH] shpchp: fix improper reference to Slot Avail RegsisterKenji Kaneshige2006-01-091-17/+16Star
* [PATCH] shpchp: replace pci_find_slot() with pci_get_slot()Kenji Kaneshige2006-01-091-5/+14
* [PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead codeAdrian Bunk2006-01-091-21/+7Star
* [PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fixJordan, William P2006-01-091-1/+1
* [PATCH] fix more missing includesTim Schmielau2006-01-092-0/+4
* [PATCH] PCI Express Hotplug: clear sticky power-fault bitRajesh Shah2005-11-243-15/+11Star
* [PATCH] shpchp_hpc build fixAndrew Morton2005-11-141-0/+2
* [PATCH] pciehp_hpc build fixAndrew Morton2005-11-141-0/+2
* [PATCH] rpaphp_pci build fixakpm@osdl.org2005-11-141-1/+1
* [PATCH] PCI: fix namespace clashesRajesh Shah2005-11-114-7/+7
* [PATCH] PCI: drivers/pci/: small cleanupsAdrian Bunk2005-11-111-1/+1
* [PATCH] dlpar regression for ppc64 - probe changeJohn Rose2005-11-113-76/+81
* [PATCH] pciehp: fix handling of power faults during hotplugrajesh.shah@intel.com2005-11-111-5/+2Star
* [PATCH] pciehp: clean-up how we request control of hotplug hardwarerajesh.shah@intel.com2005-11-114-19/+88
* [PATCH] pciehp: request control of each hotplug controller individuallyrajesh.shah@intel.com2005-11-111-5/+4Star
* [PATCH] pciehp: reduce debug message verbosityrajesh.shah@intel.com2005-11-114-69/+28Star
* [PATCH] pciehp: miscellaneous cleanupsrajesh.shah@intel.com2005-11-117-133/+41Star
* [PATCH] pciehp: remove redundant data structuresrajesh.shah@intel.com2005-11-114-734/+65Star
* [PATCH] pciehp: reduce dependence on ACPIrajesh.shah@intel.com2005-11-118-993/+96Star
* [PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-11-116-3237/+85Star