index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
pseries
/
eeh_pseries.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
2023-02-13
1
-11
/
+11
*
powerpc/pseries/eeh: use correct API for error log size
Nathan Lynch
2022-12-07
1
-10
/
+1
*
powerpc/pseries/eeh: Fix some kernel-doc warnings
Bo Liu
2022-11-24
1
-2
/
+2
*
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-07-25
1
-1
/
+1
*
powerpc/eeh: Drop redundant spinlock initialization
Haowen Bai
2022-05-22
1
-2
/
+1
*
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-1
/
+1
*
powerpc/eeh: Remove unused inline functions
YueHaibing
2022-05-04
1
-1
/
+3
*
pseries/eeh: Fix the kdump kernel crash during eeh_pseries_init
Mahesh Salgaonkar
2021-10-07
1
-0
/
+4
*
powerpc/pseries/eeh: Make pseries_send_allow_unfreeze() static
Cédric Le Goater
2021-01-30
1
-2
/
+1
*
powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() static
Cédric Le Goater
2021-01-30
1
-1
/
+1
*
powerpc/pseries/eeh: Fix use of uninitialised variable
Oliver O'Halloran
2020-10-07
1
-5
/
+4
*
powerpc/eeh: Clean up PE addressing
Oliver O'Halloran
2020-10-06
1
-36
/
+6
*
powerpc/pseries/eeh: Allow zero to be a valid PE configuration address
Oliver O'Halloran
2020-10-06
1
-16
/
+22
*
powerpc/pseries/eeh: Rework device EEH PE determination
Oliver O'Halloran
2020-10-06
1
-35
/
+22
*
powerpc/pseries/eeh: Clean up pe_config_addr lookups
Oliver O'Halloran
2020-10-06
1
-69
/
+11
*
powerpc/eeh: Move EEH initialisation to an arch initcall
Oliver O'Halloran
2020-10-06
1
-1
/
+1
*
powerpc/pseries: Stop using eeh_ops->init()
Oliver O'Halloran
2020-10-06
1
-84
/
+71
*
powerpc/eeh: Rework EEH initialisation
Oliver O'Halloran
2020-10-06
1
-3
/
+2
*
powerpc/pseries/eeh: Fix dumb linebreaks
Oliver O'Halloran
2020-09-08
1
-8
/
+4
*
powerpc/eeh: Move PE tree setup into the platform
Oliver O'Halloran
2020-07-26
1
-10
/
+57
*
powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
Oliver O'Halloran
2020-07-26
1
-4
/
+4
*
powerpc/eeh: Remove class code field from edev
Oliver O'Halloran
2020-07-26
1
-2
/
+1
*
powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
Oliver O'Halloran
2020-07-26
1
-6
/
+10
*
powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()
Oliver O'Halloran
2020-07-26
1
-3
/
+1
*
powerpc/eeh: Remove VF config space restoration
Oliver O'Halloran
2020-07-26
1
-25
/
+1
*
powerpc/eeh: Kill off eeh_ops->get_pe_addr()
Oliver O'Halloran
2020-07-26
1
-11
/
+11
*
powerpc/pseries: Stop using pdn->pe_number
Oliver O'Halloran
2020-07-26
1
-6
/
+4
*
powerpc/pseries: PCIE PHB reset
Wen Xiong
2020-07-23
1
-63
/
+169
*
powerpc/eeh: Fix pseries_eeh_configure_bridge()
Sam Bobroff
2020-05-18
1
-1
/
+7
*
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
2020-03-25
1
-1
/
+22
*
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
2020-03-25
1
-14
/
+51
*
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
2020-03-25
1
-2
/
+1
*
powerpc/eeh: Convert log messages to eeh_edev_* macros
Sam Bobroff
2019-08-22
1
-14
/
+7
*
powerpc/eeh: EEH for pSeries hot plug
Sam Bobroff
2019-08-22
1
-28
/
+26
*
powerpc/eeh: Improve debug messages around device addition
Sam Bobroff
2019-08-22
1
-6
/
+17
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
powerpc/eeh: Cleanup eeh_ops.wait_state()
Sam Bobroff
2018-10-13
1
-62
/
+4
*
powerpc/eeh: Add EEH operations to notify resume
Bryant G. Ly
2018-01-27
1
-1
/
+95
*
powerpc/pseries: Set eeh_pe of EEH_PE_VF type
Bryant G. Ly
2018-01-27
1
-0
/
+18
*
powerpc/eeh: Update VF config space after EEH
Bryant G. Ly
2018-01-27
1
-1
/
+25
*
powerpc/pseries: Add pseries SR-IOV Machine dependent calls
Bryant G. Ly
2017-12-11
1
-0
/
+24
*
powerpc/eeh: Remove unnecessary config_addr from eeh_dev
Alexey Kardashevskiy
2017-08-31
1
-2
/
+0
*
powerpc/eeh: Remove unnecessary pointer to phb from eeh_dev
Alexey Kardashevskiy
2017-08-31
1
-1
/
+1
*
powerpc/pci: Always print PHB and PE numbers as hexadecimal
Russell Currey
2016-11-22
1
-4
/
+4
*
powerpc: Various typo fixes
Michael Ellerman
2016-06-14
1
-1
/
+1
*
powerpc/pseries/eeh: Refactor the configure_bridge RTAS tokens
Russell Currey
2016-05-30
1
-16
/
+12
*
powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
Russell Currey
2016-05-30
1
-15
/
+36
*
powerpc/pseries: Cleanup on pseries_eeh_get_state()
Gavin Shan
2015-10-21
1
-34
/
+26
*
powerpc/eeh: fix comment for wait_state()
Wei Yang
2015-05-13
1
-1
/
+1
*
powerpc/eeh: Replace device_node with pci_dn in eeh_ops
Gavin Shan
2015-03-24
1
-12
/
+4
[next]