summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* 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-04-011-2/+13
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-12/+0
* 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-221-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-181-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-221-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/+0
* powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-20/+6
* 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