index
:
linux-stable.git
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.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_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/eeh: Fix use-after-release of EEH driver
Sam Bobroff
2018-08-03
1
-12
/
+16
*
powerpc/eeh: Fix race with driver un/bind
Michael Neuling
2018-05-01
1
-23
/
+38
*
powerpc/eeh: Remove unnecessary pointer to phb from eeh_dev
Alexey Kardashevskiy
2017-08-31
1
-1
/
+1
*
powerpc/eeh: Clean up and document event handling functions
Russell Currey
2017-05-02
1
-12
/
+24
*
powerpc/eeh: Avoid use after free in eeh_handle_special_event()
Russell Currey
2017-05-02
1
-4
/
+15
*
powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
Gavin Shan
2017-01-24
1
-1
/
+1
*
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2016-12-16
1
-6
/
+6
|
\
|
*
powerpc/eeh: Refactor EEH PE reset functions
Russell Currey
2016-11-22
1
-2
/
+2
|
*
powerpc/pci: Always print PHB and PE numbers as hexadecimal
Russell Currey
2016-11-22
1
-4
/
+4
*
|
powerpc/eeh: Fix deadlock when PE frozen state can't be cleared
Andrew Donnellan
2016-12-01
1
-1
/
+3
|
/
*
powerpc/eeh: Skip finding bus until after failure reporting
Russell Currey
2016-09-23
1
-2
/
+2
*
powerpc/eeh: Null check uses of eeh_pe_bus_get
Russell Currey
2016-09-23
1
-0
/
+8
*
Merge tag 'powerpc-4.7-5' into next
Michael Ellerman
2016-07-15
1
-4
/
+5
|
\
|
*
powerpc/eeh: Fix wrong argument passed to eeh_rmv_device()
Gavin Shan
2016-06-28
1
-1
/
+1
|
*
powerpc/eeh: Fix invalid cached PE primary bus
Gavin Shan
2016-06-17
1
-3
/
+4
*
|
powerpc: Various typo fixes
Michael Ellerman
2016-06-14
1
-1
/
+1
|
/
*
powerpc/eeh: Ignore handlers in eeh_pe_reset_and_recover()
Gavin Shan
2016-05-12
1
-7
/
+1
*
powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()
Gavin Shan
2016-05-12
1
-0
/
+23
*
powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()
Gavin Shan
2016-05-12
1
-3
/
+0
*
powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
Gavin Shan
2016-05-11
1
-6
/
+6
*
powerpc/eeh: Don't remove passed VFs
Gavin Shan
2016-03-09
1
-0
/
+3
*
powerpc/eeh: Don't propagate error to guest
Gavin Shan
2016-03-09
1
-5
/
+5
*
powerpc/eeh: powerpc/eeh: Support error recovery for VF PE
Wei Yang
2016-03-09
1
-25
/
+112
*
Merge tag 'powerpc-4.5-4' into next
Michael Ellerman
2016-02-25
1
-2
/
+4
|
\
|
*
powerpc/eeh: Fix partial hotplug criterion
Gavin Shan
2016-02-22
1
-2
/
+1
|
*
powerpc/eeh: Fix stale cached primary bus
Gavin Shan
2016-02-15
1
-0
/
+3
*
|
Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmask
Bjorn Helgaas
2015-12-10
1
-1
/
+1
*
|
Revert "powerpc/eeh: Don't unfreeze PHB PE after reset"
Andrew Donnellan
2015-12-09
1
-10
/
+4
|
/
*
powerpc/eeh: Force reset on fenced PHB
Gavin Shan
2015-10-21
1
-0
/
+8
*
powerpc/eeh: More relaxed hotplug criterion
Gavin Shan
2015-10-21
1
-1
/
+4
*
powerpc/eeh: Don't unfreeze PHB PE after reset
Gavin Shan
2015-10-21
1
-4
/
+10
*
powerpc/eeh: fix comment for wait_state()
Wei Yang
2015-05-13
1
-1
/
+1
*
powerpc/eeh: Remove device_node dependency
Gavin Shan
2015-03-24
1
-22
/
+0
*
powerpc/eeh: Allow to set maximal frozen times
Gavin Shan
2015-01-23
1
-1
/
+1
*
powerpc/eeh: Introduce flag EEH_PE_REMOVED
Gavin Shan
2015-01-23
1
-1
/
+1
*
powerpc/eeh: Set EEH_PE_RESET on PE reset
Gavin Shan
2014-12-02
1
-8
/
+2
*
powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKED
Gavin Shan
2014-10-15
1
-6
/
+6
*
powerpc/eeh: Emulate EEH recovery for VFIO devices
Gavin Shan
2014-09-30
1
-4
/
+86
*
powerpc/eeh: Use eeh_unfreeze_pe()
Gavin Shan
2014-09-30
1
-12
/
+6
*
powerpc/eeh: Replace pr_warning() with pr_warn()
Gavin Shan
2014-08-05
1
-8
/
+8
*
powerpc/powernv: Fix killed EEH event
Gavin Shan
2014-06-11
1
-2
/
+2
*
powerpc/eeh: Clear frozen state for child PE
Gavin Shan
2014-06-11
1
-4
/
+16
*
powerpc/eeh: Can't recover from non-PE-reset case
Gavin Shan
2014-04-28
1
-3
/
+9
*
powerpc/eeh: No hotplug on permanently removed dev
Gavin Shan
2014-04-28
1
-8
/
+40
*
powerpc/eeh: Avoid I/O access during PE reset
Gavin Shan
2014-04-28
1
-0
/
+35
*
powerpc/eeh: Block PCI-CFG access during PE reset
Gavin Shan
2014-04-28
1
-2
/
+11
*
powerpc/eeh: Remove EEH_PE_PHB_DEAD
Gavin Shan
2014-04-28
1
-5
/
+5
*
powerpc: eeh: Fixup the brown paperbag fallout of the "cleanup"
Thomas Gleixner
2014-03-05
1
-1
/
+2
*
powerpc: Eeh: Kill another abuse of irq_desc
Thomas Gleixner
2014-03-04
1
-5
/
+21
[next]