aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/eeh_pe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+1
2020-10-07powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran1-2/+2
2020-10-06powerpc/eeh: Clean up PE addressingOliver O'Halloran1-40/+6
2020-07-26powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran1-52/+19
2020-07-26powerpc/eeh: Drop pdn use in eeh_pe_tree_insert()Oliver O'Halloran1-8/+7
2020-07-26powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran1-4/+4
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran1-25/+22
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran1-4/+2
2019-09-05powerpc/eeh: Clean up EEH PEs after recovery finishesOliver O'Halloran1-1/+22
2019-08-22powerpc/eeh: Slightly simplify eeh_add_to_parent_pe()Sam Bobroff1-25/+27
2019-08-22powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff1-18/+7
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff1-38/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-05powerpc/eeh: Add include_passed to eeh_pe_state_clear()Sam Bobroff1-39/+29
2018-10-13powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff1-0/+51
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff1-38/+32
2018-10-13powerpc/eeh: Cleanup unnecessary eeh_pe_state_mark_with_cfg()Sam Bobroff1-22/+0
2018-10-13powerpc/eeh: Cleanup logic in eeh_rmv_from_parent_pe()Sam Bobroff1-2/+2
2018-10-13powerpc/eeh: Cleanup list_head field namesSam Bobroff1-6/+5
2018-10-13powerpc/eeh: Fix use of EEH_PE_KEEP on wrong fieldSam Bobroff1-1/+1
2018-06-03powerpc/eeh: Introduce eeh_for_each_pe()Sam Bobroff1-4/+3
2018-06-03powerpc/eeh: Strengthen types of eeh traversal functionsSam Bobroff1-12/+7
2018-04-19powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling1-1/+2
2017-11-06powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann1-4/+4
2017-08-31powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy1-21/+21
2017-08-31powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy1-11/+13
2017-08-31powerpc/eeh: Reduce to one the number of places where edev is allocatedAlexey Kardashevskiy1-11/+21
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-2/+2
2016-09-29powerpc/eeh: Export eeh_pe_state_mark()Gavin Shan1-0/+1
2016-04-27powerpc/eeh: fix misleading indentationAndrew Donnellan1-1/+1
2016-03-09powerpc/eeh: Create PE for VFsWei Yang1-2/+8
2016-03-09powerpc/eeh: Reworked eeh_pe_bus_get()Gavin Shan1-16/+12
2016-02-15powerpc/eeh: Fix stale cached primary busGavin Shan1-1/+1
2016-01-27powerpc/eeh: Fix PE location codeGavin Shan1-18/+15
2015-08-18powerpc/eeh: Disable automatically blocked PCI configGavin Shan1-0/+22
2015-03-31powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()Gavin Shan1-6/+7
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan1-9/+25
2015-03-24powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan1-42/+40
2015-01-23powerpc/eeh: Introduce flag EEH_PE_REMOVEDGavin Shan1-4/+2
2015-01-23powerpc/eeh: Fix missed PE#0 on P7IOCGavin Shan1-3/+11
2014-10-15powerpc/eeh: Block PCI config access upon frozen PEGavin Shan1-0/+8
2014-10-15powerpc/eeh: Fix condition for isolated stateGavin Shan1-1/+1
2014-09-30powerpc/eeh: Clear frozen device state in timeGavin Shan1-3/+18
2014-09-25powerpc/eeh: Fix kernel crash when passing through VFWei Yang1-1/+1
2014-08-05powerpc/eeh: Aux PE data for error logGavin Shan1-1/+25
2014-08-05powerpc/eeh: Replace pr_warning() with pr_warn()Gavin Shan1-1/+2
2014-08-05powerpc/eeh: Wrong place to call pci_get_slot()Mike Qiu1-33/+13
2014-08-05powerpc/eeh: sysfs entries lostMike Qiu1-11/+0
2014-06-11powerpc/eeh: Dump PE location codeGavin Shan1-0/+60