index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
eeh_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-07-25
1
-1
/
+1
*
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
2022-05-08
1
-1
/
+0
*
powerpc/eeh: Use a goto for recovery failures
Oliver O'Halloran
2021-11-25
1
-48
/
+45
*
powerpc/eeh: Small refactor of eeh_handle_normal_event()
Daniel Axtens
2021-11-25
1
-34
/
+35
*
powerpc/eeh: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
2021-10-18
1
-5
/
+5
*
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-07
1
-1
/
+1
|
\
|
*
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
2020-07-07
1
-1
/
+1
*
|
powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
Oliver O'Halloran
2020-07-26
1
-1
/
+1
*
|
powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()
Oliver O'Halloran
2020-07-26
1
-2
/
+2
*
|
powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev
Oliver O'Halloran
2020-07-26
1
-4
/
+2
|
/
*
powerpc/eeh: Fix deadlock handling dead PHB
Sam Bobroff
2020-02-17
1
-10
/
+11
*
powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number
Oliver O'Halloran
2020-01-06
1
-6
/
+0
*
powerpc/eeh: differentiate duplicate detection message
Sam Bobroff
2019-11-13
1
-2
/
+2
*
powerpc: Replace GPL boilerplate with SPDX identifiers
Thomas Huth
2019-11-13
1
-17
/
+1
*
powerpc/eeh: Fix build with STACKTRACE=n
Michael Ellerman
2019-09-14
1
-1
/
+2
*
powerpc/eeh: Set attention indicator while recovering
Oliver O'Halloran
2019-09-05
1
-0
/
+32
*
powerpc/eeh: Defer printing stack trace
Oliver O'Halloran
2019-09-05
1
-1
/
+37
*
powerpc/eeh: Check slot presence state in eeh_handle_normal_event()
Oliver O'Halloran
2019-09-05
1
-0
/
+60
*
powerpc/eeh: Make permanently failed devices non-actionable
Oliver O'Halloran
2019-09-05
1
-2
/
+10
*
powerpc/eeh: Clean up EEH PEs after recovery finishes
Oliver O'Halloran
2019-09-05
1
-2
/
+34
*
powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()
Sam Bobroff
2019-08-22
1
-15
/
+11
*
powerpc/eeh: Fix crash when edev->pdev changes
Sam Bobroff
2019-08-22
1
-15
/
+29
*
powerpc/eeh: Convert log messages to eeh_edev_* macros
Sam Bobroff
2019-08-22
1
-5
/
+2
*
powerpc/eeh: Introduce EEH edev logging macros
Sam Bobroff
2019-08-22
1
-17
/
+0
*
powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag
Sam Bobroff
2019-08-22
1
-1
/
+10
*
powerpc/eeh: Improve recovery of passed-through devices
Sam Bobroff
2019-02-05
1
-19
/
+13
*
powerpc/eeh: Add include_passed to eeh_clear_pe_frozen_state()
Sam Bobroff
2019-02-05
1
-9
/
+11
*
powerpc/eeh: Add include_passed to eeh_pe_state_clear()
Sam Bobroff
2019-02-05
1
-10
/
+10
*
powerpc/eeh: remove sw_state from eeh_unfreeze_pe()
Sam Bobroff
2019-02-05
1
-1
/
+1
*
powerpc/eeh: Cleanup eeh_pe_clear_frozen_state()
Sam Bobroff
2019-02-05
1
-27
/
+13
*
powerpc/eeh: Declare pci_ers_result_name() as static
Breno Leitao
2018-11-25
1
-1
/
+1
*
powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()
Sam Bobroff
2018-10-13
1
-102
/
+94
*
powerpc/eeh: Cleanup eeh_ops.wait_state()
Sam Bobroff
2018-10-13
1
-1
/
+1
*
powerpc/eeh: Cleanup eeh_pe_state_mark()
Sam Bobroff
2018-10-13
1
-6
/
+4
*
powerpc/eeh: Cleanup field names in eeh_rmv_data
Sam Bobroff
2018-10-13
1
-10
/
+11
*
powerpc/eeh: Cleanup list_head field names
Sam Bobroff
2018-10-13
1
-5
/
+5
*
powerpc/eeh: Cleanup eeh_add_virt_device()
Sam Bobroff
2018-10-13
1
-4
/
+3
*
powerpc/eeh: Cleanup unused field in eeh_dev
Sam Bobroff
2018-10-13
1
-1
/
+0
*
powerpc/eeh: Fix null deref for devices removed during EEH
Sam Bobroff
2018-10-13
1
-0
/
+4
*
powerpc/eeh: Refactor report functions
Sam Bobroff
2018-06-03
1
-150
/
+157
*
powerpc/eeh: Cleaner handling of EEH_DEV_NO_HANDLER
Sam Bobroff
2018-06-03
1
-1
/
+5
*
powerpc/eeh: Introduce eeh_set_irq_state()
Sam Bobroff
2018-06-03
1
-18
/
+34
*
powerpc/eeh: Introduce eeh_set_channel_state()
Sam Bobroff
2018-06-03
1
-3
/
+16
*
powerpc/eeh: Introduce eeh_edev_actionable()
Sam Bobroff
2018-06-03
1
-14
/
+16
*
powerpc/eeh: Clean up pci_ers_result handling
Sam Bobroff
2018-06-03
1
-10
/
+32
*
powerpc/eeh: Strengthen types of eeh traversal functions
Sam Bobroff
2018-06-03
1
-20
/
+10
*
powerpc/eeh: Remove unused eeh_pcid_name()
Sam Bobroff
2018-06-03
1
-14
/
+0
*
powerpc/eeh: Fix use-after-release of EEH driver
Sam Bobroff
2018-06-03
1
-12
/
+16
*
powerpc/eeh: Add final message for successful recovery
Sam Bobroff
2018-06-03
1
-4
/
+4
*
powerpc/eeh: Fix race with driver un/bind
Michael Neuling
2018-04-01
1
-26
/
+42
[next]