summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/mce_power.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Add POWER9 cputable entryMichael Neuling2016-02-221-9/+8
* powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument.Mahesh Salgaonkar2015-03-171-2/+51
* powerpc/book3s: Fix partial invalidation of TLBs in MCE code.Mahesh Salgaonkar2014-12-051-2/+2
* powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar2014-03-071-4/+33
* powerpc: Fix endian issues in power7/8 machine check handlerAnton Blanchard2013-12-301-3/+3
* powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar2013-12-051-8/+108
* powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.Mahesh Salgaonkar2013-12-051-0/+34
* powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar2013-12-051-0/+150