aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)Author
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2021-03-17powerpc: improve handling of unrecoverable system resetNicholas Piggin
2020-11-05powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling
2020-10-01powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin
2019-10-07powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar
2019-03-23powerpc/traps: Fix the message printed when stack overflowsChristophe Leroy
2019-03-23powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy
2018-11-21powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy
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
2018-01-12signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman
2017-11-06powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur
2017-11-06powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur
2017-11-06powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur
2017-11-06powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman
2017-09-27powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling
2017-09-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman
2017-08-31powerpc: Machine check interrupt is a non-maskable interruptNicholas Piggin
2017-08-31powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin
2017-08-31powerpc: Do not send system reset request through the oops pathNicholas Piggin
2017-08-28powerpc/e6500: Update machine check for L1D cache errMatt Weber
2017-08-28powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman
2017-08-28powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman
2017-08-28powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman
2017-08-10powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy
2017-08-10powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy
2017-08-10powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman
2017-08-10powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman
2017-08-10powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman
2017-08-10powerpc/traps: Inline get_mc_reason()Michael Ellerman