summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2017-11-061-5/+17
* powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2017-11-061-4/+4
* powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman2017-11-061-7/+2Star
* powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-271-0/+201
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-09-201-2/+10
|\
| * powerpc/e6500: Update machine check for L1D cache errMatt Weber2017-08-291-2/+10
* | powerpc: Machine check interrupt is a non-maskable interruptNicholas Piggin2017-08-311-3/+6
* | powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin2017-08-311-0/+22
* | powerpc: Do not send system reset request through the oops pathNicholas Piggin2017-08-311-16/+31
* | powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman2017-08-281-9/+10
* | powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman2017-08-281-0/+6
* | powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman2017-08-281-5/+5
|/