summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/eeh.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix typos in commentsJulia Lawall2022-05-051-2/+2
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-0/+8
|\
| * powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->nameUwe Kleine-König2021-10-121-0/+8
* | powerpc/eeh: Fix docstrings in eeh.cKai Song2021-10-131-4/+8
|/
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-8/+8
* powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin2021-05-281-22/+1
* powerpc/eeh: remove unneeded semicolonYang Li2021-04-231-1/+1
* powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar2021-04-141-7/+4
* powerpc/eeh: Fix build failure with CONFIG_PROC_FS=nMichael Ellerman2021-03-291-0/+2
* powerpc/eeh: Add a debugfs interface to check if a driver supports recoveryOliver O'Halloran2021-01-311-0/+50
* powerpc/eeh: Rework pci_dev lookup in debugfs attributesOliver O'Halloran2021-01-311-34/+37
* powerpc/eeh: Fix eeh_dev_check_failure() for PE#0Oliver O'Halloran2020-10-221-5/+0
* powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran2020-10-071-1/+1
* powerpc/eeh: Clean up PE addressingOliver O'Halloran2020-10-061-1/+1
* powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran2020-10-061-32/+32
* powerpc/eeh: Delete eeh_ops->initOliver O'Halloran2020-10-061-8/+0
* powerpc/eeh: Rework EEH initialisationOliver O'Halloran2020-10-061-71/+16
* powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran2020-07-261-2/+2
* powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_logOliver O'Halloran2020-07-261-10/+4
* powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran2020-07-261-12/+10
* powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran2020-07-261-3/+2
* powerpc/eeh: Remove VF config space restorationOliver O'Halloran2020-07-261-59/+0
* powerpc/eeh: Remove eeh_dev_phb_init_dynamic()Oliver O'Halloran2020-07-261-1/+1
* powerpc/eeh: Release EEH device state synchronouslySam Bobroff2020-05-181-0/+31
* powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-21/+23
* powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-251-46/+0
* powerpc/eeh: Remove PHB check in probeOliver O'Halloran2020-03-251-6/+0
* powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran2020-03-251-25/+0
* powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-251-23/+1
* powerpc/eeh: Only dump stack once if an MMIO loop is detectedOliver O'Halloran2020-01-231-1/+1
* powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS sanerOliver O'Halloran2020-01-231-13/+17
* powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran2019-09-271-2/+2
* powerpc/eeh: Add a eeh_dev_break debugfs interfaceOliver O'Halloran2019-09-051-1/+138
* powerpc/eeh: Add debugfs interface to run an EEH checkOliver O'Halloran2019-09-051-0/+61
* powerpc/eeh: Defer printing stack traceOliver O'Halloran2019-09-051-11/+4
* powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff2019-08-221-11/+5
* powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff2019-08-221-11/+8
* powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff2019-08-221-17/+10
* powerpc/eeh: EEH for pSeries hot plugSam Bobroff2019-08-221-1/+3
* powerpc/eeh: Initialize EEH address cache earlierSam Bobroff2019-08-221-0/+2
* powerpc/eeh: Improve debug messages around device additionSam Bobroff2019-08-221-1/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-3/+12
|\
| * powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran2019-07-121-3/+12
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran2019-02-221-0/+59
* powerpc/eeh: Allow disabling recoveryOliver O'Halloran2019-02-221-0/+10
* powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran2019-02-221-0/+1
* powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran2019-02-221-18/+3
* powerpc/eeh: Correct retries in eeh_pe_reset_full()Sam Bobroff2019-02-051-14/+18
* powerpc/eeh: Improve recovery of passed-through devicesSam Bobroff2019-02-051-10/+37