Age | Commit message (Expand) | Author | Files | Lines |
2020-10-07 | powerpc/eeh: Delete eeh_pe->config_addr | Oliver O'Halloran | 1 | -1/+0 |
2020-10-06 | powerpc/eeh: Clean up PE addressing | Oliver O'Halloran | 1 | -3/+1 |
2020-10-06 | powerpc/eeh: Delete eeh_ops->init | Oliver O'Halloran | 1 | -1/+0 |
2020-10-06 | powerpc/eeh: Rework EEH initialisation | Oliver O'Halloran | 1 | -2/+1 |
2020-07-26 | powerpc/eeh: Move PE tree setup into the platform | Oliver O'Halloran | 1 | -1/+1 |
2020-07-26 | powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe() | Oliver O'Halloran | 1 | -2/+2 |
2020-07-26 | powerpc/eeh: Remove class code field from edev | Oliver O'Halloran | 1 | -1/+0 |
2020-07-26 | powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config() | Oliver O'Halloran | 1 | -2/+2 |
2020-07-26 | powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify() | Oliver O'Halloran | 1 | -1/+1 |
2020-07-26 | powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config() | Oliver O'Halloran | 1 | -1/+1 |
2020-07-26 | powerpc/eeh: Remove VF config space restoration | Oliver O'Halloran | 1 | -1/+0 |
2020-07-26 | powerpc/eeh: Kill off eeh_ops->get_pe_addr() | Oliver O'Halloran | 1 | -1/+0 |
2020-07-26 | powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev | Oliver O'Halloran | 1 | -0/+3 |
2020-07-26 | powerpc/eeh: Remove eeh_dev.c | Oliver O'Halloran | 1 | -6/+0 |
2020-07-26 | powerpc/eeh: Remove eeh_dev_phb_init_dynamic() | Oliver O'Halloran | 1 | -1/+1 |
2020-03-25 | powerpc/eeh: Rework eeh_ops->probe() | Oliver O'Halloran | 1 | -3/+3 |
2020-03-25 | powerpc/eeh: Make early EEH init pseries specific | Oliver O'Halloran | 1 | -6/+8 |
2020-03-25 | powerpc/eeh: Remove eeh_add_device_tree_late() | Oliver O'Halloran | 1 | -3/+0 |
2020-03-25 | powerpc/eeh: Add sysfs files in late probe | Oliver O'Halloran | 1 | -3/+0 |
2019-09-13 | powerpc/eeh: Fix build with STACKTRACE=n | Michael Ellerman | 1 | -0/+2 |
2019-09-05 | powerpc/eeh: Defer printing stack trace | Oliver O'Halloran | 1 | -0/+11 |
2019-08-22 | powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse() | Sam Bobroff | 1 | -3/+3 |
2019-08-22 | powerpc/eeh: Introduce EEH edev logging macros | Sam Bobroff | 1 | -0/+11 |
2019-08-22 | powerpc/eeh: Add bdfn field to eeh_dev | Oliver O'Halloran | 1 | -0/+2 |
2019-08-22 | powerpc/eeh: Refactor around eeh_probe_devices() | Sam Bobroff | 1 | -5/+2 |
2019-08-22 | powerpc/eeh: Initialize EEH address cache earlier | Sam Bobroff | 1 | -0/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-02-21 | powerpc/eeh: Allow disabling recovery | Oliver O'Halloran | 1 | -0/+1 |
2019-02-21 | powerpc/eeh_cache: Add a way to dump the EEH address cache | Oliver O'Halloran | 1 | -0/+3 |
2019-02-21 | powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes | Oliver O'Halloran | 1 | -1/+1 |
2019-02-05 | powerpc/eeh: Improve recovery of passed-through devices | Sam Bobroff | 1 | -1/+1 |
2019-02-05 | powerpc/eeh: remove sw_state from eeh_unfreeze_pe() | Sam Bobroff | 1 | -1/+1 |
2018-10-13 | powerpc/eeh: Cleanup eeh_ops.wait_state() | Sam Bobroff | 1 | -2/+2 |
2018-10-13 | powerpc/eeh: Cleanup eeh_enabled() | Sam Bobroff | 1 | -5/+1 |
2018-10-13 | powerpc/eeh: Cleanup list_head field names | Sam Bobroff | 1 | -6/+6 |
2018-10-13 | powerpc/eeh: Cleanup unused field in eeh_dev | Sam Bobroff | 1 | -1/+0 |
2018-10-13 | powerpc/eeh: Cleanup EEH_POSTPONED_PROBE | Sam Bobroff | 1 | -1/+0 |
2018-07-02 | powerpc/eeh: Avoid misleading message "EEH: no capable adapters found" | Mauro S. M. Rodrigues | 1 | -7/+8 |
2018-06-03 | powerpc/eeh: Introduce eeh_for_each_pe() | Sam Bobroff | 1 | -0/+4 |
2018-06-03 | powerpc/eeh: Strengthen types of eeh traversal functions | Sam Bobroff | 1 | -3/+4 |
2018-03-27 | powerpc/eeh: Add eeh_state_active() helper | Sam Bobroff | 1 | -0/+6 |
2018-01-27 | powerpc/eeh: Add EEH operations to notify resume | Bryant G. Ly | 1 | -0/+1 |
2018-01-27 | powerpc/eeh: Update VF config space after EEH | Bryant G. Ly | 1 | -0/+1 |
2017-11-06 | powerpc/eeh: Stop using do_gettimeofday() | Arnd Bergmann | 1 | -1/+1 |
2017-09-26 | powerpc/powernv: Rework EEH initialization on powernv | Benjamin Herrenschmidt | 1 | -6/+2 |
2017-08-31 | powerpc/eeh: Remove unnecessary config_addr from eeh_dev | Alexey Kardashevskiy | 1 | -1/+0 |
2017-08-31 | powerpc/eeh: Remove unnecessary pointer to phb from eeh_dev | Alexey Kardashevskiy | 1 | -1/+0 |
2017-08-31 | powerpc/eeh: Reduce to one the number of places where edev is allocated | Alexey Kardashevskiy | 1 | -1/+2 |
2016-06-21 | powerpc/pci: Delay populating pdn | Gavin Shan | 1 | -1/+1 |
2016-06-14 | powerpc: Various typo fixes | Michael Ellerman | 1 | -1/+1 |