aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/eeh_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05powerpc/eeh: Improve recovery of passed-through devicesSam Bobroff1-19/+13
2019-02-05powerpc/eeh: Add include_passed to eeh_clear_pe_frozen_state()Sam Bobroff1-9/+11
2019-02-05powerpc/eeh: Add include_passed to eeh_pe_state_clear()Sam Bobroff1-10/+10
2019-02-05powerpc/eeh: remove sw_state from eeh_unfreeze_pe()Sam Bobroff1-1/+1
2019-02-05powerpc/eeh: Cleanup eeh_pe_clear_frozen_state()Sam Bobroff1-27/+13
2018-11-25powerpc/eeh: Declare pci_ers_result_name() as staticBreno Leitao1-1/+1
2018-10-13powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()Sam Bobroff1-102/+94
2018-10-13powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff1-1/+1
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff1-6/+4
2018-10-13powerpc/eeh: Cleanup field names in eeh_rmv_dataSam Bobroff1-10/+11
2018-10-13powerpc/eeh: Cleanup list_head field namesSam Bobroff1-5/+5
2018-10-13powerpc/eeh: Cleanup eeh_add_virt_device()Sam Bobroff1-4/+3
2018-10-13powerpc/eeh: Cleanup unused field in eeh_devSam Bobroff1-1/+0
2018-10-13powerpc/eeh: Fix null deref for devices removed during EEHSam Bobroff1-0/+4
2018-06-03powerpc/eeh: Refactor report functionsSam Bobroff1-150/+157
2018-06-03powerpc/eeh: Cleaner handling of EEH_DEV_NO_HANDLERSam Bobroff1-1/+5
2018-06-03powerpc/eeh: Introduce eeh_set_irq_state()Sam Bobroff1-18/+34
2018-06-03powerpc/eeh: Introduce eeh_set_channel_state()Sam Bobroff1-3/+16
2018-06-03powerpc/eeh: Introduce eeh_edev_actionable()Sam Bobroff1-14/+16
2018-06-03powerpc/eeh: Clean up pci_ers_result handlingSam Bobroff1-10/+32
2018-06-03powerpc/eeh: Strengthen types of eeh traversal functionsSam Bobroff1-20/+10
2018-06-03powerpc/eeh: Remove unused eeh_pcid_name()Sam Bobroff1-14/+0
2018-06-03powerpc/eeh: Fix use-after-release of EEH driverSam Bobroff1-12/+16
2018-06-03powerpc/eeh: Add final message for successful recoverySam Bobroff1-4/+4
2018-04-01powerpc/eeh: Fix race with driver un/bindMichael Neuling1-26/+42
2018-03-27powerpc/eeh: Factor out common code eeh_reset_device()Sam Bobroff1-22/+10
2018-03-27powerpc/eeh: Remove always-true tests in eeh_reset_device()Sam Bobroff1-2/+2
2018-03-27powerpc/eeh: Clarify arguments to eeh_reset_device()Sam Bobroff1-9/+11
2018-03-27powerpc/eeh: Rename frozen_bus to bus in eeh_handle_normal_event()Sam Bobroff1-5/+5
2018-03-27powerpc/eeh: Remove misleading test in eeh_handle_normal_event()Sam Bobroff1-13/+11
2018-03-27powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()Sam Bobroff1-18/+11
2018-03-27powerpc/eeh: Remove eeh_handle_event()Sam Bobroff1-27/+15
2018-02-21powerpc/eeh: Fix crashes in eeh_report_resume()Juan J. Alvarez1-1/+2
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly1-0/+6
2017-12-11powerpc/pci: Separate SR-IOV CallsBryant G. Ly1-2/+2
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-11-06powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann1-1/+1
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr1-2/+2
2017-08-31powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy1-1/+1
2017-05-02powerpc/eeh: Clean up and document event handling functionsRussell Currey1-12/+24
2017-05-02powerpc/eeh: Avoid use after free in eeh_handle_special_event()Russell Currey1-4/+15
2017-01-24powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()Gavin Shan1-1/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+6
2016-12-01powerpc/eeh: Fix deadlock when PE frozen state can't be clearedAndrew Donnellan1-1/+3
2016-11-22powerpc/eeh: Refactor EEH PE reset functionsRussell Currey1-2/+2
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-4/+4
2016-09-23powerpc/eeh: Skip finding bus until after failure reportingRussell Currey1-2/+2
2016-09-23powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey1-0/+8
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman1-4/+5
2016-06-28powerpc/eeh: Fix wrong argument passed to eeh_rmv_device()Gavin Shan1-1/+1