summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-191-1/+1
* powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy2019-05-021-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-011-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-211-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/+8Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-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/+60Star
|\
| * 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-181-2/+0Star
| * powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy2018-10-181-39/+39
| * powerpc/64s: consolidate MCE counter increment.Michal Suchanek2018-10-031-3/+1Star
| * powerpc/tm: Print 64-bits MSRBreno Leitao2018-10-031-1/+1
| * powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy2018-10-031-10/+2Star
| * 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/+1Star
* | 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/+2Star
|/
* powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman2018-08-201-7/+6Star
* powerpc/traps: Show instructions on exceptionsMurilo Opsfelder Araujo2018-08-071-0/+3
* powerpc/traps: Print VMA for unhandled signalsMurilo Opsfelder Araujo2018-08-071-2/+19
* powerpc/traps: Use %lx format in show_signal_msg()Murilo Opsfelder Araujo2018-08-071-8/+3Star
* powerpc/traps: Use an explicit ratelimit state for show_signal_msg()Murilo Opsfelder Araujo2018-08-071-5/+16
* powerpc/traps: Print unhandled signals in a separate functionMurilo Opsfelder Araujo2018-08-071-10/+16
* signal/powerpc: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman2018-04-251-2/+2
* signal/powerpc: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-3/+3
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-2/+1Star
* powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual2018-04-101-15/+17
* powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans2018-04-011-1/+3
* powerpc/64s: sreset panic if there is no debugger or crash dump handlersNicholas Piggin2018-03-311-2/+13
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-301-12/+0Star
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-5/+46
|\
| * powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin2018-01-221-0/+24
| * powerpc: Use octal numbers for file permissionsRussell Currey2018-01-211-2/+2
| * powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann2018-01-201-0/+7
| * powerpc: Deliver SEGV signal on pkey violationRam Pai2018-01-201-1/+11
| * powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin2018-01-171-1/+1
| * powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-161-1/+1
* | signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-231-6/+6
* | signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman2018-01-121-5/+5
|/
* powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur2017-11-061-30/+0Star
* powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-20/+6Star