aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/eeh-powernv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/powernv/pci: Drop VF MPS fixupOliver O'Halloran1-18/+0
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall1-5/+5
2020-10-06powerpc/eeh: Clean up PE addressingOliver O'Halloran1-13/+3
2020-10-06powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran1-1/+1
2020-10-06powerpc/powernv: Stop using eeh_ops->init()Oliver O'Halloran1-49/+45
2020-10-06powerpc/eeh: Rework EEH initialisationOliver O'Halloran1-2/+2
2020-08-25powerpc/powernv: Staticify functions without prototypesOliver O'Halloran1-2/+2
2020-07-26powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran1-1/+26
2020-07-26powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran1-1/+1
2020-07-26powerpc/eeh: Remove class code field from edevOliver O'Halloran1-3/+2
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran1-19/+24
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran1-4/+2
2020-07-26powerpc/eeh: Remove VF config space restorationOliver O'Halloran1-14/+6
2020-07-26powerpc/eeh: Kill off eeh_ops->get_pe_addr()Oliver O'Halloran1-13/+0
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran1-16/+14
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran1-6/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran1-1/+0
2019-10-25powerpc/powernv/eeh: Fix oops when probing cxl devicesFrederic Barrat1-1/+1
2019-09-05powernv/eeh: Use generic code to handle hot resetsOliver O'Halloran1-3/+35
2019-09-05powerpc/eeh: Remove stale CAPI commentOliver O'Halloran1-7/+0
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff1-12/+5
2019-08-22powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff1-3/+1
2019-08-22powerpc/eeh: EEH for pSeries hot plugSam Bobroff1-12/+27
2019-08-22powerpc/eeh: Improve debug messages around device additionSam Bobroff1-4/+10
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+1
2019-07-03powerpc/powernv-eeh: Consisely desribe what this file doesStewart Smith1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_statusAlexey Kardashevskiy1-4/+4
2018-10-13powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff1-38/+0
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff1-4/+4
2018-10-13powerpc/eeh: Cleanup list_head field namesSam Bobroff1-1/+1
2018-10-13powerpc/eeh: Cleanup EEH_POSTPONED_PROBESam Bobroff1-14/+0
2018-07-02powerpc/eeh: Avoid misleading message "EEH: no capable adapters found"Mauro S. M. Rodrigues1-1/+11
2018-03-27powerpc/eeh: Add eeh_state_active() helperSam Bobroff1-7/+2
2018-01-27powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly1-1/+2
2018-01-27powerpc/eeh: Update VF config space after EEHBryant G. Ly1-62/+3
2017-12-11powerpc/pci: Separate SR-IOV CallsBryant G. Ly1-16/+17
2017-09-26powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt1-20/+22
2017-08-31powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy1-4/+5
2017-08-31powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy1-3/+2
2017-08-31powerpc/eeh: Reduce to one the number of places where edev is allocatedAlexey Kardashevskiy1-13/+2
2017-06-27powerpc/powernv/pci: Dynamically allocate PHB diag dataRussell Currey1-5/+11
2017-05-04powerpc/powernv: Block PCI config access on BCM5718 during EEH recoveryGavin Shan1-0/+3
2017-05-03powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset()Andrew Donnellan1-0/+7
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-2/+2
2016-10-04powerpc/powernv: Use CPU-endian hub diag-data type in pnv_eeh_get_and_dump_hub_diag()Gavin Shan1-1/+1
2016-10-04powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()Gavin Shan1-1/+1
2016-09-29powerpc/powernv: Call opal_pci_poll() if neededGavin Shan1-2/+4
2016-09-23powerpc/powernv/eeh: Skip finding bus for VF resetsRussell Currey1-2/+3