aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang1-1/+1
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy1-0/+8
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre1-0/+1
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin1-4/+5
2019-02-26powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin1-1/+24
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin1-0/+66
2019-02-22powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy1-4/+4
2019-01-30powerpc/traps: Fix the message printed when stack overflowsChristophe Leroy1-2/+2
2019-01-15powerpc/64s: Add MMU type to __die() outputMichael Ellerman1-1/+3
2019-01-15powerpc: Show PAGE_SIZE in __die() outputMichael Ellerman1-1/+2
2019-01-15powerpc: Stop using pr_cont() in __die()Michael Ellerman1-18/+8
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-21powerpc/tm: Print scratch valueBreno Leitao1-1/+2
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-63/+60
2018-10-20powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy1-2/+7
2018-10-19powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy1-2/+0
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy1-39/+39
2018-10-03powerpc/64s: consolidate MCE counter increment.Michal Suchanek1-3/+1
2018-10-03powerpc/tm: Print 64-bits MSRBreno Leitao1-1/+1
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy1-10/+2
2018-09-21signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerrEric W. Biederman1-9/+1
2018-09-21signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman1-5/+5
2018-09-21signal/powerpc: Call force_sig_fault from _exceptionEric W. Biederman1-1/+4
2018-09-21signal/powerpc: Factor the common exception code into exception_commonEric W. Biederman1-5/+13
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman1-5/+2
2018-09-17powerpc/tm: Fix HTM documentationBreno Leitao1-6/+10
2018-08-20powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman1-7/+6
2018-08-08powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo1-0/+3
2018-08-08powerpc/traps: Print VMA for unhandled signalsMurilo Opsfelder Araujo1-2/+19
2018-08-08powerpc/traps: Use %lx format in show_signal_msg()Murilo Opsfelder Araujo1-8/+3
2018-08-08powerpc/traps: Use an explicit ratelimit state for show_signal_msg()Murilo Opsfelder Araujo1-5/+16
2018-08-08powerpc/traps: Print unhandled signals in a separate functionMurilo Opsfelder Araujo1-10/+16
2018-04-25signal/powerpc: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman1-2/+2
2018-04-25signal/powerpc: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-3/+3
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-2/+1
2018-04-10powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual1-15/+17
2018-04-01powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans1-1/+3
2018-04-01powerpc/64s: sreset panic if there is no debugger or crash dump handlersNicholas Piggin1-2/+13
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-12/+0
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+46
2018-01-22signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman1-6/+6
2018-01-22powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin1-0/+24
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey1-2/+2
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann1-0/+7
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai1-1/+11
2018-01-18powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin1-1/+1
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt1-1/+1
2018-01-12signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman1-5/+5
2017-11-06powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur1-30/+0