aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)Author
2020-03-07powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V
2019-10-07powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin
2019-02-26powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin
2019-02-22powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy
2019-01-30powerpc/traps: Fix the message printed when stack overflowsChristophe Leroy
2019-01-15powerpc/64s: Add MMU type to __die() outputMichael Ellerman
2019-01-15powerpc: Show PAGE_SIZE in __die() outputMichael Ellerman
2019-01-15powerpc: Stop using pr_cont() in __die()Michael Ellerman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-21powerpc/tm: Print scratch valueBreno Leitao
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-20powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy
2018-10-19powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy
2018-10-03powerpc/64s: consolidate MCE counter increment.Michal Suchanek
2018-10-03powerpc/tm: Print 64-bits MSRBreno Leitao
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy
2018-09-21signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerrEric W. Biederman
2018-09-21signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman
2018-09-21signal/powerpc: Call force_sig_fault from _exceptionEric W. Biederman
2018-09-21signal/powerpc: Factor the common exception code into exception_commonEric W. Biederman
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-09-17powerpc/tm: Fix HTM documentationBreno Leitao
2018-08-20powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman
2018-08-08powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo
2018-08-08powerpc/traps: Print VMA for unhandled signalsMurilo Opsfelder Araujo
2018-08-08powerpc/traps: Use %lx format in show_signal_msg()Murilo Opsfelder Araujo
2018-08-08powerpc/traps: Use an explicit ratelimit state for show_signal_msg()Murilo Opsfelder Araujo
2018-08-08powerpc/traps: Print unhandled signals in a separate functionMurilo Opsfelder Araujo
2018-04-25signal/powerpc: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman
2018-04-25signal/powerpc: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-10powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual
2018-04-01powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans
2018-04-01powerpc/64s: sreset panic if there is no debugger or crash dump handlersNicholas Piggin
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-22signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman
2018-01-22powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai
2018-01-18powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt