aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/eeh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05powerpc: fix typos in commentsJulia Lawall1-2/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+8
2021-10-13powerpc/eeh: Fix docstrings in eeh.cKai Song1-4/+8
2021-10-12powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->nameUwe Kleine-König1-0/+8
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V1-8/+8
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin1-22/+1
2021-04-23powerpc/eeh: remove unneeded semicolonYang Li1-1/+1
2021-04-14powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar1-7/+4
2021-03-29powerpc/eeh: Fix build failure with CONFIG_PROC_FS=nMichael Ellerman1-0/+2
2021-01-31powerpc/eeh: Add a debugfs interface to check if a driver supports recoveryOliver O'Halloran1-0/+50
2021-01-31powerpc/eeh: Rework pci_dev lookup in debugfs attributesOliver O'Halloran1-34/+37
2020-10-22powerpc/eeh: Fix eeh_dev_check_failure() for PE#0Oliver O'Halloran1-5/+0
2020-10-07powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran1-1/+1
2020-10-06powerpc/eeh: Clean up PE addressingOliver O'Halloran1-1/+1
2020-10-06powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran1-32/+32
2020-10-06powerpc/eeh: Delete eeh_ops->initOliver O'Halloran1-8/+0
2020-10-06powerpc/eeh: Rework EEH initialisationOliver O'Halloran1-71/+16
2020-07-26powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran1-2/+2
2020-07-26powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_logOliver O'Halloran1-10/+4
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran1-12/+10
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran1-3/+2
2020-07-26powerpc/eeh: Remove VF config space restorationOliver O'Halloran1-59/+0
2020-07-26powerpc/eeh: Remove eeh_dev_phb_init_dynamic()Oliver O'Halloran1-1/+1
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff1-0/+31
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran1-21/+23
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran1-46/+0
2020-03-25powerpc/eeh: Remove PHB check in probeOliver O'Halloran1-6/+0
2020-03-25powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran1-25/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran1-23/+1
2020-01-23powerpc/eeh: Only dump stack once if an MMIO loop is detectedOliver O'Halloran1-1/+1
2020-01-23powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS sanerOliver O'Halloran1-13/+17
2019-09-27powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran1-2/+2
2019-09-05powerpc/eeh: Add a eeh_dev_break debugfs interfaceOliver O'Halloran1-1/+138
2019-09-05powerpc/eeh: Add debugfs interface to run an EEH checkOliver O'Halloran1-0/+61
2019-09-05powerpc/eeh: Defer printing stack traceOliver O'Halloran1-11/+4
2019-08-22powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff1-11/+5
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff1-11/+8
2019-08-22powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff1-17/+10
2019-08-22powerpc/eeh: EEH for pSeries hot plugSam Bobroff1-1/+3
2019-08-22powerpc/eeh: Initialize EEH address cache earlierSam Bobroff1-0/+2
2019-08-22powerpc/eeh: Improve debug messages around device additionSam Bobroff1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+12
2019-07-12powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran1-3/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-22powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran1-0/+59
2019-02-22powerpc/eeh: Allow disabling recoveryOliver O'Halloran1-0/+10
2019-02-22powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran1-0/+1
2019-02-22powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran1-18/+3
2019-02-05powerpc/eeh: Correct retries in eeh_pe_reset_full()Sam Bobroff1-14/+18
2019-02-05powerpc/eeh: Improve recovery of passed-through devicesSam Bobroff1-10/+37