aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/ras.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar1-31/+1
2022-03-08powerpc/pseries: Parse control memory access errorGanesh Goudar1-4/+32
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin1-0/+2
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy1-1/+1
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-2/+2
2021-05-23powerpc/pseries/ras: Delete a redundant condition branchZhen Lei1-2/+0
2021-04-20powerpc/pseries/mce: Fix a typo in error type assignmentGanesh Goudar1-1/+1
2021-02-09powerpc/pseries/mce: restore msr before returning from handlerNicholas Piggin1-4/+15
2021-02-09powerpc: introduce die_mceNicholas Piggin1-1/+1
2021-01-30powerpc/pseries/ras: Make init_ras_hotplug_IRQ() staticCédric Le Goater1-1/+1
2021-01-30powerpc/pseries/ras: Remove unused variable 'status'Cédric Le Goater1-9/+4
2020-12-04powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin1-1/+4
2020-10-22powerpc/pseries: Avoid using addr_to_pfn in real modeGanesh Goudar1-49/+69
2020-08-20powerpc/pseries: Do not initiate shutdown when system is running on UPSVasant Hegde1-1/+0
2020-05-19powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin1-1/+9
2020-05-19powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin1-15/+33
2020-05-18powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin1-3/+4
2020-05-18powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin1-1/+1
2020-04-03powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar1-0/+11
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar1-0/+3
2019-11-13powerpc/pseries: Use correct event modifier in rtas_parse_epow_errlog()YueHaibing1-1/+1
2019-08-30powerpc/64s/pseries: machine check convert to use common event codeNicholas Piggin1-266/+194
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-20powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar1-0/+83
2019-04-20powerpc/pseries/mce: Improve array initialization.Mahesh Salgaonkar1-26/+26
2019-03-29powerpc/pseries/mce: Fix misleading print for TLB mutlihitMahesh Salgaonkar1-0/+1
2018-10-19powerpc/pseries: PAPR persistent memory supportOliver O'Halloran1-1/+2
2018-09-19powerpc/pseries: Remove unneeded uses of dlpar work queueNathan Fontenot1-1/+1
2018-09-19powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar1-1/+16
2018-09-19powerpc/pseries: Display machine check error details.Mahesh Salgaonkar1-0/+133
2018-09-19powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar1-1/+59
2018-09-19powerpc/pseries: Define MCE error event section.Mahesh Salgaonkar1-0/+95
2018-08-10powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar1-1/+1
2018-08-07powerpc/pseries: Defer the logging of rtas error to irq work queue.Mahesh Salgaonkar1-15/+32
2018-08-07powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.Mahesh Salgaonkar1-1/+1
2018-02-13powerpc/pseries: Enable RAS hotplug events laterSam Bobroff1-9/+22
2018-01-08powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman1-1/+2
2017-08-31powerpc/pseries/le: Work around a firmware quirkNicholas Piggin1-0/+15
2017-04-28powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETNicholas Piggin1-0/+4
2016-07-19powerpc/pseries: Add support for hotplug interrupt sourceJohn Allen1-0/+39
2015-12-14powerpc/pseries: Limit EPOW reset event warningsVipin K Parashar1-24/+31
2015-07-23powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth1-1/+2
2015-01-23powerpc/pseries: All events of EPOW_SYSTEM_SHUTDOWN must initiate shutdownAnshuman Khandual1-0/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-07-28powerpc/pseries: Switch pseries drivers to use machine_xxx_initcall()Michael Ellerman1-1/+1
2014-04-07powerpc/le: Enable RTAS events supportGreg Kurz1-7/+10
2013-07-24powerpc: Fix the corrupt r3 error during MCE handling.Mahesh Salgaonkar1-0/+3
2013-06-20powerpc/pseries: Use 'true' instead of '1' for orderly_poweroffliguang1-4/+4