index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
eeh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/iommu: Move dev_has_iommu_table() to iommu.c
Shivaprasad G Bhat
2024-06-28
1
-16
/
+0
*
powerpc/eeh: Permanently disable the removed device
Ganesh Goudar
2024-04-29
1
-1
/
+10
*
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-13
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-22
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-14
1
-3
/
+12
|
\
|
*
powerpc/eeh: Handle hugepages in ioremap space
Oliver O'Halloran
2019-07-11
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-21
1
-0
/
+59
*
powerpc/eeh: Allow disabling recovery
Oliver O'Halloran
2019-02-21
1
-0
/
+10
*
powerpc/eeh_cache: Add a way to dump the EEH address cache
Oliver O'Halloran
2019-02-21
1
-0
/
+1
*
powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes
Oliver O'Halloran
2019-02-21
1
-18
/
+3
[next]