aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/eeh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-2/+1
2017-01-18powerpc/eeh: Enable IO path on permanent errorGavin Shan1-1/+9
2016-11-22powerpc/eeh: Refactor EEH PE reset functionsRussell Currey1-43/+35
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-3/+3
2016-10-04powerpc/eeh: Quieten EEH message when no adapters are foundAnton Blanchard1-1/+1
2016-09-29powerpc/eeh: Export confirm_error_lockGavin Shan1-0/+1
2016-09-29powerpc/eeh: Allow to freeze PE in eeh_pe_set_option()Gavin Shan1-0/+1
2016-08-09powerpc/eeh: Switch to conventional PCI address output in EEH logGuilherme G. Piccoli1-2/+2
2016-05-12Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"Guilherme G. Piccoli1-1/+1
2016-05-12powerpc/eeh: Drop unnecessary label in eeh_pe_change_owner()Gavin Shan1-4/+1
2016-04-11powerpc/eeh: rename EEH from "extended" to "enhanced" error handlingRussell Currey1-1/+1
2016-03-09powerpc/eeh: eeh_pci_enable(): fix checking of post-request stateAndrew Donnellan1-1/+1
2016-03-09powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()Gavin Shan1-7/+0
2016-03-09powerpc/eeh: Synchronize recovery in host/guestGavin Shan1-0/+11
2016-03-09powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang1-0/+8
2016-03-09powerpc/powernv: Support EEH reset for VF PEWei Yang1-3/+6
2016-02-08powerpc/eeh: fix incorrect function name in commentAndrew Donnellan1-1/+1
2015-10-21powerpc/eeh: More relaxed condition for enabled IO pathGavin Shan1-1/+1
2015-10-15powerpc/eeh: atomic_dec_if_positive() to update passthru countGavin Shan1-2/+1
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V1-1/+2
2015-08-28powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()Gavin Shan1-3/+18
2015-08-18powerpc/eeh: Disable automatically blocked PCI configGavin Shan1-2/+2
2015-08-14powerpc/eeh: Probe after unbalanced kref checkDaniel Axtens1-3/+3
2015-06-11powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU groupAlexey Kardashevskiy1-3/+1
2015-06-07powerpc/eeh: Fix trivial error in eeh_restore_dev_state()David Gibson1-1/+1
2015-05-13powerpc/eeh: remove unused macro IS_BRIDGEWei Yang1-2/+0
2015-05-12powerpc/eeh: Introduce eeh_pe_inject_err()Gavin Shan1-0/+35
2015-05-01powerpc/eeh: Delay probing EEH device during hotplugGavin Shan1-0/+6
2015-05-01powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan1-1/+4
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V1-2/+4
2015-04-14powerpc/eeh: Fix crash in eeh_add_device_early() on CellMichael Ellerman1-1/+1
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan1-11/+13
2015-03-24powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan1-18/+22
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan1-42/+21
2015-03-17powerpc/eeh: Enhance pcibios_set_pcie_reset_state()Gavin Shan1-0/+55
2015-01-23powerpc/eeh: Allow to set maximal frozen timesGavin Shan1-0/+24
2014-12-02powerpc: Drop useless warning in eeh_init()Greg Kurz1-4/+1
2014-12-02powerpc/eeh: Dump PHB diag-data earlyGavin Shan1-0/+2
2014-12-02powerpc/eeh: Recover EEH error on ownership change for BCM5719Gavin Shan1-0/+1
2014-12-02powerpc/eeh: Set EEH_PE_RESET on PE resetGavin Shan1-0/+4
2014-12-02powerpc/eeh: Refactor eeh_reset_pe()Gavin Shan1-11/+18
2014-10-15powerpc/eeh: Don't collect logs on PE with blocked config spaceGavin Shan1-0/+7
2014-10-15powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan1-6/+6
2014-09-30powerpc/eeh: Dump PCI config space for all child devicesGavin Shan1-15/+20
2014-09-30powerpc/eeh: Emulate EEH recovery for VFIO devicesGavin Shan1-2/+57
2014-09-30powerpc/eeh: Tag reset state for user owned PEGavin Shan1-0/+2
2014-09-30powerpc/eeh: Block PCI config access during resetGavin Shan1-0/+4
2014-09-30powerpc/eeh: Use eeh_unfreeze_pe()Gavin Shan1-18/+1
2014-09-30powerpc/eeh: Unfreeze PE on enabling EEH functionalityGavin Shan1-28/+32
2014-09-30powerpc/eeh: Fix improper condition in eeh_pci_enable()Gavin Shan1-16/+42