summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/mce_power.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-1/+1
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-3/+7
* powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabledNicholas Piggin2021-12-021-3/+3
* powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin2021-06-211-8/+40
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-1/+1
* powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin2020-12-041-1/+1
* powerpc/64s/powernv: Allow KVM to handle guest machine check detailsNicholas Piggin2020-12-041-42/+54
* powerpc/powernv: Machine check handler for POWER10Nicholas Piggin2020-07-231-0/+84
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc: Use a function for reading instructionsJordan Niethe2020-05-191-1/+1
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-2/+3
* powerpc/mce: Don't reload pte val in addr_to_pfnAneesh Kumar K.V2020-05-051-5/+9
* powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-6/+2
* powerpc/mm/mce: Keep irqs disabled during lockless page table walkAneesh Kumar K.V2019-09-191-8/+12
* powerpc/64s/powernv: machine check dump SLB contentsNicholas Piggin2019-08-301-0/+4
* powerpc/mce: Handle UE event for memcpy_mcsafeBalbir Singh2019-08-211-2/+13
* powerpc/mce: Fix MCE handling for huge pagesBalbir Singh2019-08-211-6/+13
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-2/+1
|\
| * powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2019-07-031-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar2019-05-011-43/+64
* powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar2019-05-011-69/+75
* powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar2019-04-201-1/+1
* powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin2018-10-041-0/+7
* powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-1/+1
* powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-17/+9
* powerpc/64s: Report SLB multi-hit rather than parity errorMichael Ellerman2018-07-121-9/+9
* powerpc/mce: Fix a bug where mce loops on memory UE.Mahesh Salgaonkar2018-04-241-5/+2
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-181-113/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-11-101-0/+13
|\
| * powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling2017-09-291-2/+2
| * powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling2017-09-261-0/+13
* | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-2/+2
* | powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh2017-10-161-3/+19
* | powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-161-5/+82
* | powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin2017-10-041-1/+1
|/
* powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9Nicholas Piggin2017-07-111-1/+55
* powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin2017-06-061-0/+3
* powerpc/64s: Minor fix for MCE TLB flush for radixNicholas Piggin2017-04-191-2/+6
* powerpc/64s: POWER8 add missing machine check definitionsNicholas Piggin2017-03-211-7/+19
* powerpc/64s: Data driven machine check handlingNicholas Piggin2017-03-211-254/+74
* powerpc/64s: Data driven machine check evaluationNicholas Piggin2017-03-211-243/+326
* powerpc/64s: Move POWER machine check defines into mce_power.cNicholas Piggin2017-03-211-0/+92
* powerpc/64s: Clean up machine check recovery flushingNicholas Piggin2017-03-211-74/+23
* powerpc/64s: POWER9 machine check handlerNicholas Piggin2017-03-101-0/+231
* powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin2017-03-101-0/+6
* powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typoValentin Rothberg2016-05-111-5/+5
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-111-0/+10
* powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-011-0/+3