summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/mce_power.c
AgeCommit message (Expand)AuthorLines
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy-1/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin-3/+7
2021-12-02powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabledNicholas Piggin-3/+3
2021-06-21powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin-8/+40
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy-1/+1
2020-12-04powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin-1/+1
2020-12-04powerpc/64s/powernv: Allow KVM to handle guest machine check detailsNicholas Piggin-42/+54
2020-07-23powerpc/powernv: Machine check handler for POWER10Nicholas Piggin-0/+84
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe-1/+1
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe-2/+3
2020-05-05powerpc/mce: Don't reload pte val in addr_to_pfnAneesh Kumar K.V-5/+9
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar-6/+2
2019-09-19powerpc/mm/mce: Keep irqs disabled during lockless page table walkAneesh Kumar K.V-8/+12
2019-08-30powerpc/64s/powernv: machine check dump SLB contentsNicholas Piggin-0/+4
2019-08-21powerpc/mce: Handle UE event for memcpy_mcsafeBalbir Singh-2/+13
2019-08-21powerpc/mce: Fix MCE handling for huge pagesBalbir Singh-6/+13
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+1
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-05-01powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar-43/+64
2019-05-01powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar-69/+75
2019-04-20powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar-1/+1
2018-10-04powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin-0/+7
2018-09-19powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar-1/+1
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin-17/+9
2018-07-12powerpc/64s: Report SLB multi-hit rather than parity errorMichael Ellerman-9/+9
2018-04-24powerpc/mce: Fix a bug where mce loops on memory UE.Mahesh Salgaonkar-5/+2
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin-113/+2
2017-11-10Merge branch 'fixes' into nextMichael Ellerman-0/+13
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman-2/+2
2017-10-16powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh-3/+19
2017-10-16powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh-5/+82
2017-10-04powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin-1/+1
2017-09-29powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling-2/+2
2017-09-26powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling-0/+13
2017-07-11powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9Nicholas Piggin-1/+55
2017-06-06powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin-0/+3
2017-04-19powerpc/64s: Minor fix for MCE TLB flush for radixNicholas Piggin-2/+6
2017-03-21powerpc/64s: POWER8 add missing machine check definitionsNicholas Piggin-7/+19
2017-03-21powerpc/64s: Data driven machine check handlingNicholas Piggin-254/+74
2017-03-21powerpc/64s: Data driven machine check evaluationNicholas Piggin-243/+326
2017-03-21powerpc/64s: Move POWER machine check defines into mce_power.cNicholas Piggin-0/+92
2017-03-21powerpc/64s: Clean up machine check recovery flushingNicholas Piggin-74/+23
2017-03-10powerpc/64s: POWER9 machine check handlerNicholas Piggin-0/+231
2017-03-10powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin-0/+6
2016-05-11powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typoValentin Rothberg-5/+5
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V-0/+10
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V-0/+3