index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
eeh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-2
/
+2
*
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-06
1
-0
/
+8
|
\
|
*
powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->name
Uwe Kleine-König
2021-10-12
1
-0
/
+8
*
|
powerpc/eeh: Fix docstrings in eeh.c
Kai Song
2021-10-13
1
-4
/
+8
|
/
*
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
2021-08-13
1
-8
/
+8
*
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
2021-05-28
1
-22
/
+1
*
powerpc/eeh: remove unneeded semicolon
Yang Li
2021-04-23
1
-1
/
+1
*
powerpc/eeh: Fix EEH handling for hugepages in ioremap space.
Mahesh Salgaonkar
2021-04-14
1
-7
/
+4
*
powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
Michael Ellerman
2021-03-29
1
-0
/
+2
*
powerpc/eeh: Add a debugfs interface to check if a driver supports recovery
Oliver O'Halloran
2021-01-31
1
-0
/
+50
*
powerpc/eeh: Rework pci_dev lookup in debugfs attributes
Oliver O'Halloran
2021-01-31
1
-34
/
+37
*
powerpc/eeh: Fix eeh_dev_check_failure() for PE#0
Oliver O'Halloran
2020-10-22
1
-5
/
+0
*
powerpc/eeh: Delete eeh_pe->config_addr
Oliver O'Halloran
2020-10-07
1
-1
/
+1
*
powerpc/eeh: Clean up PE addressing
Oliver O'Halloran
2020-10-06
1
-1
/
+1
*
powerpc/eeh: Move EEH initialisation to an arch initcall
Oliver O'Halloran
2020-10-06
1
-32
/
+32
*
powerpc/eeh: Delete eeh_ops->init
Oliver O'Halloran
2020-10-06
1
-8
/
+0
*
powerpc/eeh: Rework EEH initialisation
Oliver O'Halloran
2020-10-06
1
-71
/
+16
*
powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
Oliver O'Halloran
2020-07-26
1
-2
/
+2
*
powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_log
Oliver O'Halloran
2020-07-26
1
-10
/
+4
*
powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
Oliver O'Halloran
2020-07-26
1
-12
/
+10
*
powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()
Oliver O'Halloran
2020-07-26
1
-3
/
+2
*
powerpc/eeh: Remove VF config space restoration
Oliver O'Halloran
2020-07-26
1
-59
/
+0
*
powerpc/eeh: Remove eeh_dev_phb_init_dynamic()
Oliver O'Halloran
2020-07-26
1
-1
/
+1
*
powerpc/eeh: Release EEH device state synchronously
Sam Bobroff
2020-05-18
1
-0
/
+31
*
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
2020-03-25
1
-21
/
+23
*
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
2020-03-25
1
-46
/
+0
*
powerpc/eeh: Remove PHB check in probe
Oliver O'Halloran
2020-03-25
1
-6
/
+0
*
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
2020-03-25
1
-25
/
+0
*
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
2020-03-25
1
-23
/
+1
*
powerpc/eeh: Only dump stack once if an MMIO loop is detected
Oliver O'Halloran
2020-01-23
1
-1
/
+1
*
powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner
Oliver O'Halloran
2020-01-23
1
-13
/
+17
*
powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devices
Oliver O'Halloran
2019-09-27
1
-2
/
+2
*
powerpc/eeh: Add a eeh_dev_break debugfs interface
Oliver O'Halloran
2019-09-05
1
-1
/
+138
*
powerpc/eeh: Add debugfs interface to run an EEH check
Oliver O'Halloran
2019-09-05
1
-0
/
+61
*
powerpc/eeh: Defer printing stack trace
Oliver O'Halloran
2019-09-05
1
-11
/
+4
*
powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()
Sam Bobroff
2019-08-22
1
-11
/
+5
*
powerpc/eeh: Convert log messages to eeh_edev_* macros
Sam Bobroff
2019-08-22
1
-11
/
+8
*
powerpc/eeh: Refactor around eeh_probe_devices()
Sam Bobroff
2019-08-22
1
-17
/
+10
*
powerpc/eeh: EEH for pSeries hot plug
Sam Bobroff
2019-08-22
1
-1
/
+3
*
powerpc/eeh: Initialize EEH address cache earlier
Sam Bobroff
2019-08-22
1
-0
/
+2
*
powerpc/eeh: Improve debug messages around device addition
Sam Bobroff
2019-08-22
1
-1
/
+1
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-3
/
+12
|
\
|
*
powerpc/eeh: Handle hugepages in ioremap space
Oliver O'Halloran
2019-07-12
1
-3
/
+12
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
|
/
*
powerpc/eeh: Add eeh_force_recover to debugfs
Oliver O'Halloran
2019-02-22
1
-0
/
+59
*
powerpc/eeh: Allow disabling recovery
Oliver O'Halloran
2019-02-22
1
-0
/
+10
*
powerpc/eeh_cache: Add a way to dump the EEH address cache
Oliver O'Halloran
2019-02-22
1
-0
/
+1
*
powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes
Oliver O'Halloran
2019-02-22
1
-18
/
+3
*
powerpc/eeh: Correct retries in eeh_pe_reset_full()
Sam Bobroff
2019-02-05
1
-14
/
+18
*
powerpc/eeh: Improve recovery of passed-through devices
Sam Bobroff
2019-02-05
1
-10
/
+37
[next]