| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: hotplug: Clean up include files | Christophe Leroy | 2022-04-05 | 1 | -0/+1 |
* | PCI: rpaphp: Add MODULE_DESCRIPTION | Mamatha Inamdar | 2022-02-03 | 1 | -0/+1 |
* | PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name() | Qinglang Miao | 2020-09-17 | 1 | -4/+4 |
* | PCI: rpadlpar: Make functions static | Wei Yongjun | 2020-07-30 | 1 | -3/+3 |
* | powerpc/eeh: Make early EEH init pseries specific | Oliver O'Halloran | 2020-03-25 | 1 | -1/+1 |
* | PCI: Remove unnecessary returns | Krzysztof Wilczynski | 2019-08-30 | 1 | -1/+0 |
* | PCI: rpadlpar: Fix leaked device_node references in add/remove paths | Tyrel Datwyler | 2019-04-10 | 1 | -0/+4 |
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-06 | 1 | -5/+1 |
|\ |
|
| * | PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate | Bjorn Helgaas | 2018-01-28 | 1 | -5/+1 |
* | | hotplug/drc-info: Add code to search ibm,drc-info property | Michael Bringmann | 2018-01-21 | 1 | -8/+5 |
|/ |
|
* | PCI: Convert to using %pOF instead of full_name() | Rob Herring | 2017-08-24 | 1 | -2/+2 |
* | PCI: rpadlpar: Remove unnecessary return statement | Rahul Krishnan | 2017-01-11 | 1 | -3/+1 |
* | powerpc/pci/rpadlpar: Fix device reference leaks | Johan Hovold | 2016-11-14 | 1 | -1/+9 |
* | powerpc/pci: Rename pcibios_find_pci_bus() | Gavin Shan | 2016-05-11 | 1 | -3/+3 |
* | powerpc/pci: Rename pcibios_{add, remove}_pci_devices() | Gavin Shan | 2016-05-11 | 1 | -1/+1 |
* | PCI: hotplug: Use list_for_each_entry() to simplify code | Geliang Tang | 2016-01-10 | 1 | -4/+3 |
* | powerpc/eeh: Do probe on pci_dn | Gavin Shan | 2015-03-24 | 1 | -1/+1 |
* | PCI: rpaphp: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -2/+1 |
* | PCI: hotplug: Use global PCI rescan-remove locking | Rafael J. Wysocki | 2014-01-14 | 1 | -5/+14 |
* | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 2013-11-14 | 1 | -1/+1 |
* | powerpc/pci/hotplug: Don't need to remove from EEH cache twice | Gavin Shan | 2013-07-24 | 1 | -1/+0 |
* | powerpc/eeh: Remove EEH PE for normal PCI hotplug | Gavin Shan | 2012-09-18 | 1 | -1/+1 |
* | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 2012-02-27 | 1 | -1/+1 |
* | pci: add module.h to files implicitly relying on its presence. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt | 2011-06-08 | 1 | -1/+1 |
* | powerpc/pseries: Flush lazy kernel mappings after unplug operations | Benjamin Herrenschmidt | 2010-04-28 | 1 | -0/+3 |
* | powerpc/pci: Fix various pseries PCI hotplug issues | Benjamin Herrenschmidt | 2008-11-06 | 1 | -39/+30 |
* | PCI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-20 | 1 | -10/+10 |
* | [POWERPC] Merge PCI resource fixups | Benjamin Herrenschmidt | 2007-12-20 | 1 | -1/+1 |
* | pci hotplug: kernel-doc fixes | Randy Dunlap | 2007-11-28 | 1 | -10/+9 |
* | [POWERPC] Rewrite IO allocation & mapping on powerpc64 | Benjamin Herrenschmidt | 2007-06-14 | 1 | -3/+3 |
* | PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetry | Linas Vepstas | 2007-05-02 | 1 | -7/+2 |
* | PCI: rpaphp: Document find_php_slot() | Linas Vepstas | 2007-05-02 | 1 | -5/+13 |
* | PCI: rpaphp: change device tree examination | John Rose | 2006-12-01 | 1 | -1/+1 |
* | [PATCH] sem2mutex: misc static one-file mutexes | Ingo Molnar | 2006-03-26 | 1 | -6/+6 |
* | [PATCH] powerpc/PCI hotplug: shuffle error checking to better location. | linas@austin.ibm.com | 2006-01-31 | 1 | -22/+22 |
* | [PATCH] powerpc/PCI hotplug: cleanup: add prefix | linas@austin.ibm.com | 2006-01-31 | 1 | -2/+2 |
* | [PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adap | linas@austin.ibm.com | 2006-01-31 | 1 | -1/+5 |
* | [PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices() | linas@austin.ibm.com | 2006-01-31 | 1 | -1/+1 |
* | [PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus() | linas@austin.ibm.com | 2006-01-31 | 1 | -3/+3 |
* | [PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition) | linas | 2006-01-31 | 1 | -1/+1 |
* | [PATCH] PCI Hotplug/powerpc: more removal of duplicated code | linas@austin.ibm.com | 2006-01-09 | 1 | -23/+1 |
* | [PATCH] PCI Hotplug/powerpc: remove duplicated code | linas@austin.ibm.com | 2006-01-09 | 1 | -1/+2 |
* | [PATCH] dlpar regression for ppc64 - probe change | John Rose | 2005-11-10 | 1 | -56/+23 |
* | [PATCH] ppc64: bugfix: crash on PHB add | Linas Vepstas | 2005-11-10 | 1 | -1/+1 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 1 | -0/+3 |
* | [PATCH] Separate pci bits out of struct device_node | Paul Mackerras | 2005-09-09 | 1 | -8/+12 |
* | [PATCH] PCI Hotplug: rpaphp: Purify hotplug | John Rose | 2005-09-08 | 1 | -76/+78 |
* | [PATCH] PCI Hotplug: rpaphp: Export slot enable | John Rose | 2005-09-08 | 1 | -1/+11 |
* | [PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pci | John Rose | 2005-09-08 | 1 | -12/+23 |