summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/mce.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-4/+5
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-28/+114
|\
| * KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9Paul Mackerras2018-01-181-28/+114
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-1/+1
|/
* powerpc/mce: hookup memory_failure for UE errorsBalbir Singh2017-10-161-3/+67
* powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-161-1/+5
* powerpc/mce: Align the print of physical address betterBalbir Singh2017-10-161-1/+1
* powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-161-39/+0
* powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-271-1/+29
* powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman2017-08-101-0/+33
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-0/+1
|\
| * powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin2017-06-061-0/+1
* | powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_infoMahesh Salgaonkar2017-06-211-0/+1
|/
* powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar2017-05-031-0/+2
* powerpc/book3s: Print task info if we take a machine check in user modeMichael Ellerman2017-04-031-3/+12
* powerpc/book3s: Print the kernel function name in machine checkMahesh Salgaonkar2017-04-031-1/+1
* powerpc/64s: Machine check print NIPNicholas Piggin2017-03-211-1/+2
* powerpc/64s: POWER9 machine check handlerNicholas Piggin2017-03-101-0/+83
* powerpc/64s: allow machine check handler to set severity and initiatorNicholas Piggin2017-03-101-2/+3
* powerpc/mce: Remove unused but set variableTobias Klauser2016-11-181-3/+0
* powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar2016-08-091-1/+2
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-1/+1
|\
| * powerpc: sparse: static-ify some thingsDaniel Axtens2016-04-121-1/+1
* | treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
|/
* powerpc/mce: fix off by one errors in mce event handlingDaniel Axtens2015-05-121-2/+2
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-12/+12
* powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar2014-03-071-2/+2
* Move precessing of MCE queued event out from syscall exit path.Mahesh Salgaonkar2014-01-151-3/+10
* powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar2013-12-051-0/+27
* powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar2013-12-051-0/+154
* powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar2013-12-051-0/+164