aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/rpadlpar_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran1-1/+1
2019-08-30PCI: Remove unnecessary returnsKrzysztof Wilczynski1-1/+0
2019-04-10PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler1-0/+4
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-5/+1
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann1-8/+5
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring1-2/+2
2017-01-11PCI: rpadlpar: Remove unnecessary return statementRahul Krishnan1-3/+1
2016-11-14powerpc/pci/rpadlpar: Fix device reference leaksJohan Hovold1-1/+9
2016-05-11powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan1-3/+3
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan1-1/+1
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang1-4/+3
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan1-1/+1
2014-05-27PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-01-14PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki1-5/+14
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-07-24powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan1-1/+0
2012-09-18powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2011-10-31pci: add module.h to files implicitly relying on its presence.Paul Gortmaker1-0/+1
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-1/+1
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt1-0/+3
2008-11-06powerpc/pci: Fix various pseries PCI hotplug issuesBenjamin Herrenschmidt1-39/+30
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2007-12-20[POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt1-1/+1
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap1-10/+9
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt1-3/+3
2007-05-02PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetryLinas Vepstas1-7/+2
2007-05-02PCI: rpaphp: Document find_php_slot()Linas Vepstas1-5/+13
2006-12-01PCI: rpaphp: change device tree examinationJohn Rose1-1/+1
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-6/+6
2006-01-31[PATCH] powerpc/PCI hotplug: shuffle error checking to better location.linas@austin.ibm.com1-22/+22
2006-01-31[PATCH] powerpc/PCI hotplug: cleanup: add prefixlinas@austin.ibm.com1-2/+2
2006-01-31[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adaplinas@austin.ibm.com1-1/+5
2006-01-31[PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()linas@austin.ibm.com1-1/+1
2006-01-31[PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()linas@austin.ibm.com1-3/+3
2006-01-31[PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)linas1-1/+1
2006-01-09[PATCH] PCI Hotplug/powerpc: more removal of duplicated codelinas@austin.ibm.com1-23/+1
2006-01-09[PATCH] PCI Hotplug/powerpc: remove duplicated codelinas@austin.ibm.com1-1/+2
2005-11-10[PATCH] dlpar regression for ppc64 - probe changeJohn Rose1-56/+23
2005-11-10[PATCH] ppc64: bugfix: crash on PHB addLinas Vepstas1-1/+1
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+3
2005-09-09[PATCH] Separate pci bits out of struct device_nodePaul Mackerras1-8/+12
2005-09-08[PATCH] PCI Hotplug: rpaphp: Purify hotplugJohn Rose1-76/+78
2005-09-08[PATCH] PCI Hotplug: rpaphp: Export slot enableJohn Rose1-1/+11
2005-09-08[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pciJohn Rose1-12/+23
2005-09-08[PATCH] PCI Hotplug: rpaphp: Change slot pci referenceJohn Rose1-36/+8
2005-09-08[PATCH] PCI Hotplug: rpaphp: Move VIO registrationJohn Rose1-45/+65
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+503