aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/mce_power.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-01powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar1-43/+64
2019-05-01powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar1-69/+75
2019-04-20powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar1-1/+1
2018-10-04powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin1-0/+7
2018-09-19powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar1-1/+1
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin1-17/+9
2018-07-12powerpc/64s: Report SLB multi-hit rather than parity errorMichael Ellerman1-9/+9
2018-04-24powerpc/mce: Fix a bug where mce loops on memory UE.Mahesh Salgaonkar1-5/+2
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin1-113/+2
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-0/+13
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-2/+2
2017-10-16powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh1-3/+19
2017-10-16powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh1-5/+82
2017-10-04powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin1-1/+1
2017-09-29powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling1-2/+2
2017-09-26powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling1-0/+13
2017-07-11powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9Nicholas Piggin1-1/+55
2017-06-06powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin1-0/+3
2017-04-19powerpc/64s: Minor fix for MCE TLB flush for radixNicholas Piggin1-2/+6
2017-03-21powerpc/64s: POWER8 add missing machine check definitionsNicholas Piggin1-7/+19
2017-03-21powerpc/64s: Data driven machine check handlingNicholas Piggin1-254/+74
2017-03-21powerpc/64s: Data driven machine check evaluationNicholas Piggin1-243/+326
2017-03-21powerpc/64s: Move POWER machine check defines into mce_power.cNicholas Piggin1-0/+92
2017-03-21powerpc/64s: Clean up machine check recovery flushingNicholas Piggin1-74/+23
2017-03-10powerpc/64s: POWER9 machine check handlerNicholas Piggin1-0/+231
2017-03-10powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin1-0/+6
2016-05-11powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typoValentin Rothberg1-5/+5
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V1-0/+10
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V1-0/+3
2016-02-22powerpc: Add POWER9 cputable entryMichael Neuling1-9/+8
2015-03-17powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument.Mahesh Salgaonkar1-2/+51
2014-12-05powerpc/book3s: Fix partial invalidation of TLBs in MCE code.Mahesh Salgaonkar1-2/+2
2014-03-07powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar1-4/+33
2013-12-30powerpc: Fix endian issues in power7/8 machine check handlerAnton Blanchard1-3/+3
2013-12-05powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar1-8/+108
2013-12-05powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.Mahesh Salgaonkar1-0/+34
2013-12-05powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar1-0/+150