aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] PCI Express Hotplug: clear sticky power-fault bitRajesh Shah2005-11-233-15/+11
* [PATCH] shpchp_hpc build fixAndrew Morton2005-11-131-0/+2
* [PATCH] pciehp_hpc build fixAndrew Morton2005-11-131-0/+2
* [PATCH] rpaphp_pci build fixakpm@osdl.org2005-11-131-1/+1
* [PATCH] PCI: fix namespace clashesRajesh Shah2005-11-104-7/+7
* [PATCH] PCI: drivers/pci/: small cleanupsAdrian Bunk2005-11-101-1/+1
* [PATCH] dlpar regression for ppc64 - probe changeJohn Rose2005-11-103-76/+81
* [PATCH] pciehp: fix handling of power faults during hotplugrajesh.shah@intel.com2005-11-101-5/+2
* [PATCH] pciehp: clean-up how we request control of hotplug hardwarerajesh.shah@intel.com2005-11-104-19/+88
* [PATCH] pciehp: request control of each hotplug controller individuallyrajesh.shah@intel.com2005-11-101-5/+4
* [PATCH] pciehp: reduce debug message verbosityrajesh.shah@intel.com2005-11-104-69/+28
* [PATCH] pciehp: miscellaneous cleanupsrajesh.shah@intel.com2005-11-107-133/+41
* [PATCH] pciehp: remove redundant data structuresrajesh.shah@intel.com2005-11-104-734/+65
* [PATCH] pciehp: reduce dependence on ACPIrajesh.shah@intel.com2005-11-108-993/+96
* [PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-11-106-3237/+85
* [PATCH] ppc64: bugfix: crash on PHB addLinas Vepstas2005-11-101-1/+1
* [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-10/+5
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [PATCH] fix missing includesTim Schmielau2005-10-309-1/+20
* [PATCH] Typo fix: dot after newline in printk stringsJean Delvare2005-10-301-1/+1
* [PATCH] CONFIG_IA32Brian Gerst2005-10-301-1/+1
* [PATCH] acpiphp: allocate resources for adapters with bridgesKristen Accardi2005-10-281-0/+8
* [PATCH] shpchp: fix oops at driver unloadrajesh.shah@intel.com2005-10-283-0/+7
* [PATCH] shpchp: reduce debug message verbosityrajesh.shah@intel.com2005-10-284-65/+7
* [PATCH] shpchp: miscellaneous cleanupsrajesh.shah@intel.com2005-10-289-157/+46
* [PATCH] shpchp: remove redundant data structuresrajesh.shah@intel.com2005-10-284-424/+63
* [PATCH] shpchp: dont save PCI config for hotplug slots/devicesrajesh.shah@intel.com2005-10-284-338/+32
* [PATCH] shpchp: detect SHPC capability before doing a lot of workrajesh.shah@intel.com2005-10-281-0/+14
* [PATCH] shpchp: reduce dependence on ACPIrajesh.shah@intel.com2005-10-289-984/+138
* [PATCH] shpchp: remove redundant display of PCI device resourcesrajesh.shah@intel.com2005-10-281-68/+0
* [PATCH] shpchp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-10-2811-3756/+168
* [PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routineslinas2005-10-283-10/+9
* [PATCH] cpqphp: add pci_enable_device()Bjorn Helgaas2005-10-281-5/+19
* [PATCH] cpcihp_zt5550: add pci_enable_device()Bjorn Helgaas2005-10-281-4/+21
* [PATCH] PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.cLinda Xie2005-09-221-2/+2
* [PATCH] PCI: convert kcalloc to kzallocPekka Enberg2005-09-221-3/+3
* [PATCH] shpchp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin2005-09-171-2/+1
* [PATCH] pciehp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin2005-09-171-3/+1
* [PATCH] ibmphp: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin2005-09-171-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-091-4/+4
|\
| * [PATCH] PCI: Fix PCI bus mastering enable problem in pciehpRajesh Shah2005-09-091-4/+4
* | [PATCH] Separate pci bits out of struct device_nodePaul Mackerras2005-09-092-11/+17
|/
* [PATCH] PCI Hotplug: SGI hotplug driver fixesPrarit Bhargava2005-09-081-104/+91
* [PATCH] PCI Hotplug: use bus_slot number for nameKristen Accardi2005-09-082-2/+2
* [PATCH] PCI Hotplug: rpaphp: Purify hotplugJohn Rose2005-09-085-193/+104
* [PATCH] PCI Hotplug: rpaphp: Export slot enableJohn Rose2005-09-083-14/+35
* [PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pciJohn Rose2005-09-083-61/+47
* [PATCH] PCI Hotplug: rpaphp: Change slot pci referenceJohn Rose2005-09-083-117/+75
* [PATCH] PCI Hotplug: rpaphp: Move VIO registrationJohn Rose2005-09-087-271/+88
* [PATCH] PCI Hotplug: rpaphp: Remove unused stuffJohn Rose2005-09-082-73/+31