summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling2020-10-201-1/+1
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-4/+0
* powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman2020-07-291-8/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-7/+42
|\
| * powerpc: Support prefixed instructions in alignment handlerJordan Niethe2020-05-191-1/+18
| * powerpc: Enable Prefixed InstructionsAlistair Popple2020-05-191-0/+1
| * powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin2020-05-191-3/+3
| * powerpc/traps: Do not trace system resetNicholas Piggin2020-05-191-0/+5
| * powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2020-05-191-1/+13
* | hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra2020-05-191-16/+6
|/
* powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-20/+5
* powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy2020-01-271-0/+9
* powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V2019-11-131-4/+11
* powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar2019-09-181-0/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-181-1/+1
* powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy2019-05-031-0/+8
* powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre2019-03-131-0/+1
* powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2019-03-021-4/+5
* powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin2019-02-261-1/+24
* powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin2019-02-261-0/+66
* powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy2019-02-221-4/+4
* powerpc/traps: Fix the message printed when stack overflowsChristophe Leroy2019-01-301-2/+2
* powerpc/64s: Add MMU type to __die() outputMichael Ellerman2019-01-151-1/+3
* powerpc: Show PAGE_SIZE in __die() outputMichael Ellerman2019-01-151-1/+2
* powerpc: Stop using pr_cont() in __die()Michael Ellerman2019-01-151-18/+8
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* powerpc/tm: Print scratch valueBreno Leitao2018-12-211-1/+2
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-63/+60
|\
| * powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy2018-10-201-2/+7
| * powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy2018-10-191-2/+0
| * powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy2018-10-191-39/+39
| * powerpc/64s: consolidate MCE counter increment.Michal Suchanek2018-10-031-3/+1
| * powerpc/tm: Print 64-bits MSRBreno Leitao2018-10-031-1/+1
| * powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy2018-10-031-10/+2
| * powerpc/tm: Fix HTM documentationBreno Leitao2018-09-171-6/+10
* | signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerrEric W. Biederman2018-09-211-9/+1
* | signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman2018-09-211-5/+5
* | signal/powerpc: Call force_sig_fault from _exceptionEric W. Biederman2018-09-211-1/+4
* | signal/powerpc: Factor the common exception code into exception_commonEric W. Biederman2018-09-211-5/+13
* | signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-5/+2
|/
* powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman2018-08-201-7/+6
* powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo2018-08-081-0/+3
* powerpc/traps: Print VMA for unhandled signalsMurilo Opsfelder Araujo2018-08-081-2/+19
* powerpc/traps: Use %lx format in show_signal_msg()Murilo Opsfelder Araujo2018-08-081-8/+3
* powerpc/traps: Use an explicit ratelimit state for show_signal_msg()Murilo Opsfelder Araujo2018-08-081-5/+16
* powerpc/traps: Print unhandled signals in a separate functionMurilo Opsfelder Araujo2018-08-081-10/+16