index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
eeh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/eeh: More relaxed condition for enabled IO path
Gavin Shan
2015-10-21
1
-1
/
+1
*
powerpc/eeh: atomic_dec_if_positive() to update passthru count
Gavin Shan
2015-10-15
1
-2
/
+1
*
powerpc/mm: Differentiate between hugetlb and THP during page walk
Aneesh Kumar K.V
2015-10-12
1
-1
/
+2
*
powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()
Gavin Shan
2015-08-28
1
-3
/
+18
*
powerpc/eeh: Disable automatically blocked PCI config
Gavin Shan
2015-08-18
1
-2
/
+2
*
powerpc/eeh: Probe after unbalanced kref check
Daniel Axtens
2015-08-14
1
-3
/
+3
*
powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group
Alexey Kardashevskiy
2015-06-11
1
-3
/
+1
*
powerpc/eeh: Fix trivial error in eeh_restore_dev_state()
David Gibson
2015-06-07
1
-1
/
+1
*
powerpc/eeh: remove unused macro IS_BRIDGE
Wei Yang
2015-05-13
1
-2
/
+0
*
powerpc/eeh: Introduce eeh_pe_inject_err()
Gavin Shan
2015-05-12
1
-0
/
+35
*
powerpc/eeh: Delay probing EEH device during hotplug
Gavin Shan
2015-05-01
1
-0
/
+6
*
powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()
Gavin Shan
2015-05-01
1
-1
/
+4
*
powerpc/mm/thp: Make page table walk safe against thp split/collapse
Aneesh Kumar K.V
2015-04-17
1
-2
/
+4
*
powerpc/eeh: Fix crash in eeh_add_device_early() on Cell
Michael Ellerman
2015-04-14
1
-1
/
+1
*
powerpc/eeh: Remove device_node dependency
Gavin Shan
2015-03-24
1
-11
/
+13
*
powerpc/eeh: Replace device_node with pci_dn in eeh_ops
Gavin Shan
2015-03-24
1
-18
/
+22
*
powerpc/eeh: Do probe on pci_dn
Gavin Shan
2015-03-24
1
-42
/
+21
*
powerpc/eeh: Enhance pcibios_set_pcie_reset_state()
Gavin Shan
2015-03-17
1
-0
/
+55
*
powerpc/eeh: Allow to set maximal frozen times
Gavin Shan
2015-01-23
1
-0
/
+24
*
powerpc: Drop useless warning in eeh_init()
Greg Kurz
2014-12-02
1
-4
/
+1
*
powerpc/eeh: Dump PHB diag-data early
Gavin Shan
2014-12-02
1
-0
/
+2
*
powerpc/eeh: Recover EEH error on ownership change for BCM5719
Gavin Shan
2014-12-02
1
-0
/
+1
*
powerpc/eeh: Set EEH_PE_RESET on PE reset
Gavin Shan
2014-12-02
1
-0
/
+4
*
powerpc/eeh: Refactor eeh_reset_pe()
Gavin Shan
2014-12-02
1
-11
/
+18
*
powerpc/eeh: Don't collect logs on PE with blocked config space
Gavin Shan
2014-10-15
1
-0
/
+7
*
powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKED
Gavin Shan
2014-10-15
1
-6
/
+6
*
powerpc/eeh: Dump PCI config space for all child devices
Gavin Shan
2014-09-30
1
-15
/
+20
*
powerpc/eeh: Emulate EEH recovery for VFIO devices
Gavin Shan
2014-09-30
1
-2
/
+57
*
powerpc/eeh: Tag reset state for user owned PE
Gavin Shan
2014-09-30
1
-0
/
+2
*
powerpc/eeh: Block PCI config access during reset
Gavin Shan
2014-09-30
1
-0
/
+4
*
powerpc/eeh: Use eeh_unfreeze_pe()
Gavin Shan
2014-09-30
1
-18
/
+1
*
powerpc/eeh: Unfreeze PE on enabling EEH functionality
Gavin Shan
2014-09-30
1
-28
/
+32
*
powerpc/eeh: Fix improper condition in eeh_pci_enable()
Gavin Shan
2014-09-30
1
-16
/
+42
*
powerpc/eeh: Clear frozen state on passing device
Gavin Shan
2014-09-30
1
-1
/
+35
*
powerpc/eeh: Reenable PCI devices after reset
Gavin Shan
2014-09-30
1
-14
/
+48
*
powerpc/eeh: Freeze PE before PE reset
Gavin Shan
2014-09-30
1
-0
/
+7
*
powerpc/eeh: Drop unused argument in eeh_check_failure()
Gavin Shan
2014-09-30
1
-9
/
+6
*
powerpc/eeh: Fix kernel crash when passing through VF
Wei Yang
2014-09-25
1
-2
/
+2
*
powerpc/eeh: Export eeh_iommu_group_to_pe()
Gavin Shan
2014-08-07
1
-0
/
+1
*
powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_API
Benjamin Herrenschmidt
2014-08-05
1
-0
/
+4
*
powerpc/eeh: Replace pr_warning() with pr_warn()
Gavin Shan
2014-08-05
1
-8
/
+8
*
powerpc/eeh: Reduce lines of log dump
Gavin Shan
2014-08-05
1
-5
/
+33
*
powerpc/eeh: Selectively enable IO for error log
Gavin Shan
2014-08-05
1
-1
/
+1
*
powerpc/eeh: Refactor EEH flag accessors
Gavin Shan
2014-08-05
1
-10
/
+10
*
powerpc/eeh: Fetch IOMMU table in reliable way
Gavin Shan
2014-08-05
1
-11
/
+22
*
powerpc/eeh: EEH support for VFIO PCI device
Gavin Shan
2014-08-05
1
-0
/
+268
*
powerpc/eeh: Avoid event on passed PE
Gavin Shan
2014-08-05
1
-0
/
+8
*
powerpc/eeh: Dump PE location code
Gavin Shan
2014-06-11
1
-5
/
+8
*
powerpc/eeh: Report frozen parent PE prior to child PE
Gavin Shan
2014-06-11
1
-3
/
+24
*
powerpc/eeh: Fix build error for celleb
Gavin Shan
2014-05-20
1
-0
/
+1
[next]