summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/eeh_driver.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/eeh: Refactor report functionsSam Bobroff2018-06-031-150/+157
* powerpc/eeh: Cleaner handling of EEH_DEV_NO_HANDLERSam Bobroff2018-06-031-1/+5
* powerpc/eeh: Introduce eeh_set_irq_state()Sam Bobroff2018-06-031-18/+34
* powerpc/eeh: Introduce eeh_set_channel_state()Sam Bobroff2018-06-031-3/+16
* powerpc/eeh: Introduce eeh_edev_actionable()Sam Bobroff2018-06-031-14/+16
* powerpc/eeh: Clean up pci_ers_result handlingSam Bobroff2018-06-031-10/+32
* powerpc/eeh: Strengthen types of eeh traversal functionsSam Bobroff2018-06-031-20/+10
* powerpc/eeh: Remove unused eeh_pcid_name()Sam Bobroff2018-06-031-14/+0
* powerpc/eeh: Fix use-after-release of EEH driverSam Bobroff2018-06-031-12/+16
* powerpc/eeh: Add final message for successful recoverySam Bobroff2018-06-031-4/+4
* powerpc/eeh: Fix race with driver un/bindMichael Neuling2018-04-011-26/+42
* powerpc/eeh: Factor out common code eeh_reset_device()Sam Bobroff2018-03-271-22/+10
* powerpc/eeh: Remove always-true tests in eeh_reset_device()Sam Bobroff2018-03-271-2/+2
* powerpc/eeh: Clarify arguments to eeh_reset_device()Sam Bobroff2018-03-271-9/+11
* powerpc/eeh: Rename frozen_bus to bus in eeh_handle_normal_event()Sam Bobroff2018-03-271-5/+5
* powerpc/eeh: Remove misleading test in eeh_handle_normal_event()Sam Bobroff2018-03-271-13/+11
* powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()Sam Bobroff2018-03-271-18/+11
* powerpc/eeh: Remove eeh_handle_event()Sam Bobroff2018-03-271-27/+15
* powerpc/eeh: Fix crashes in eeh_report_resume()Juan J. Alvarez2018-02-211-1/+2
* PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly2018-01-271-0/+6
* powerpc/pci: Separate SR-IOV CallsBryant G. Ly2017-12-111-2/+2
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-061-1/+1
* | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr2017-10-051-2/+2
|/
* powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy2017-08-311-1/+1
* powerpc/eeh: Clean up and document event handling functionsRussell Currey2017-05-021-12/+24
* powerpc/eeh: Avoid use after free in eeh_handle_special_event()Russell Currey2017-05-021-4/+15
* powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()Gavin Shan2017-01-241-1/+1
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-6/+6
|\
| * powerpc/eeh: Refactor EEH PE reset functionsRussell Currey2016-11-221-2/+2
| * powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey2016-11-221-4/+4
* | powerpc/eeh: Fix deadlock when PE frozen state can't be clearedAndrew Donnellan2016-12-011-1/+3
|/
* powerpc/eeh: Skip finding bus until after failure reportingRussell Currey2016-09-231-2/+2
* powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey2016-09-231-0/+8
* Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-151-4/+5
|\
| * powerpc/eeh: Fix wrong argument passed to eeh_rmv_device()Gavin Shan2016-06-281-1/+1
| * powerpc/eeh: Fix invalid cached PE primary busGavin Shan2016-06-171-3/+4
* | powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
|/
* powerpc/eeh: Ignore handlers in eeh_pe_reset_and_recover()Gavin Shan2016-05-121-7/+1
* powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()Gavin Shan2016-05-121-0/+23
* powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()Gavin Shan2016-05-121-3/+0
* powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan2016-05-111-6/+6
* powerpc/eeh: Don't remove passed VFsGavin Shan2016-03-091-0/+3
* powerpc/eeh: Don't propagate error to guestGavin Shan2016-03-091-5/+5
* powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang2016-03-091-25/+112
* Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-2/+4
|\
| * powerpc/eeh: Fix partial hotplug criterionGavin Shan2016-02-221-2/+1
| * powerpc/eeh: Fix stale cached primary busGavin Shan2016-02-151-0/+3
* | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-1/+1
|\ \ | |/ |/|
| * PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas2015-12-101-1/+1