index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
eeh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-2
/
+2
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+8
2021-10-13
powerpc/eeh: Fix docstrings in eeh.c
Kai Song
1
-4
/
+8
2021-10-12
powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->name
Uwe Kleine-König
1
-0
/
+8
2021-08-13
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
1
-8
/
+8
2021-05-28
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
1
-22
/
+1
2021-04-23
powerpc/eeh: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-04-14
powerpc/eeh: Fix EEH handling for hugepages in ioremap space.
Mahesh Salgaonkar
1
-7
/
+4
2021-03-29
powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
Michael Ellerman
1
-0
/
+2
2021-01-31
powerpc/eeh: Add a debugfs interface to check if a driver supports recovery
Oliver O'Halloran
1
-0
/
+50
2021-01-31
powerpc/eeh: Rework pci_dev lookup in debugfs attributes
Oliver O'Halloran
1
-34
/
+37
2020-10-22
powerpc/eeh: Fix eeh_dev_check_failure() for PE#0
Oliver O'Halloran
1
-5
/
+0
2020-10-07
powerpc/eeh: Delete eeh_pe->config_addr
Oliver O'Halloran
1
-1
/
+1
2020-10-06
powerpc/eeh: Clean up PE addressing
Oliver O'Halloran
1
-1
/
+1
2020-10-06
powerpc/eeh: Move EEH initialisation to an arch initcall
Oliver O'Halloran
1
-32
/
+32
2020-10-06
powerpc/eeh: Delete eeh_ops->init
Oliver O'Halloran
1
-8
/
+0
2020-10-06
powerpc/eeh: Rework EEH initialisation
Oliver O'Halloran
1
-71
/
+16
2020-07-26
powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
Oliver O'Halloran
1
-2
/
+2
2020-07-26
powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_log
Oliver O'Halloran
1
-10
/
+4
2020-07-26
powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
Oliver O'Halloran
1
-12
/
+10
2020-07-26
powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()
Oliver O'Halloran
1
-3
/
+2
2020-07-26
powerpc/eeh: Remove VF config space restoration
Oliver O'Halloran
1
-59
/
+0
2020-07-26
powerpc/eeh: Remove eeh_dev_phb_init_dynamic()
Oliver O'Halloran
1
-1
/
+1
2020-05-18
powerpc/eeh: Release EEH device state synchronously
Sam Bobroff
1
-0
/
+31
2020-03-25
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
1
-21
/
+23
2020-03-25
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
1
-46
/
+0
2020-03-25
powerpc/eeh: Remove PHB check in probe
Oliver O'Halloran
1
-6
/
+0
2020-03-25
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
1
-25
/
+0
2020-03-25
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
1
-23
/
+1
2020-01-23
powerpc/eeh: Only dump stack once if an MMIO loop is detected
Oliver O'Halloran
1
-1
/
+1
2020-01-23
powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner
Oliver O'Halloran
1
-13
/
+17
2019-09-27
powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devices
Oliver O'Halloran
1
-2
/
+2
2019-09-05
powerpc/eeh: Add a eeh_dev_break debugfs interface
Oliver O'Halloran
1
-1
/
+138
2019-09-05
powerpc/eeh: Add debugfs interface to run an EEH check
Oliver O'Halloran
1
-0
/
+61
2019-09-05
powerpc/eeh: Defer printing stack trace
Oliver O'Halloran
1
-11
/
+4
2019-08-22
powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()
Sam Bobroff
1
-11
/
+5
2019-08-22
powerpc/eeh: Convert log messages to eeh_edev_* macros
Sam Bobroff
1
-11
/
+8
2019-08-22
powerpc/eeh: Refactor around eeh_probe_devices()
Sam Bobroff
1
-17
/
+10
2019-08-22
powerpc/eeh: EEH for pSeries hot plug
Sam Bobroff
1
-1
/
+3
2019-08-22
powerpc/eeh: Initialize EEH address cache earlier
Sam Bobroff
1
-0
/
+2
2019-08-22
powerpc/eeh: Improve debug messages around device addition
Sam Bobroff
1
-1
/
+1
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-3
/
+12
2019-07-12
powerpc/eeh: Handle hugepages in ioremap space
Oliver O'Halloran
1
-3
/
+12
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-02-22
powerpc/eeh: Add eeh_force_recover to debugfs
Oliver O'Halloran
1
-0
/
+59
2019-02-22
powerpc/eeh: Allow disabling recovery
Oliver O'Halloran
1
-0
/
+10
2019-02-22
powerpc/eeh_cache: Add a way to dump the EEH address cache
Oliver O'Halloran
1
-0
/
+1
2019-02-22
powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes
Oliver O'Halloran
1
-18
/
+3
2019-02-05
powerpc/eeh: Correct retries in eeh_pe_reset_full()
Sam Bobroff
1
-14
/
+18
2019-02-05
powerpc/eeh: Improve recovery of passed-through devices
Sam Bobroff
1
-10
/
+37
[next]