aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-18powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin1-1/+1
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt1-1/+1
2018-01-12signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman1-5/+5
2017-11-06powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur1-30/+0
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur1-20/+6
2017-11-06powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable exceptionCyril Bur1-5/+17
2017-11-06powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur1-4/+4
2017-11-06powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman1-7/+2
2017-09-27powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling1-0/+201
2017-09-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixesMichael Ellerman1-2/+10
2017-08-31powerpc: Machine check interrupt is a non-maskable interruptNicholas Piggin1-3/+6
2017-08-31powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin1-0/+22
2017-08-31powerpc: Do not send system reset request through the oops pathNicholas Piggin1-16/+31
2017-08-28powerpc/e6500: Update machine check for L1D cache errMatt Weber1-2/+10
2017-08-28powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman1-9/+10
2017-08-28powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman1-0/+6
2017-08-28powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman1-5/+5
2017-08-10powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy1-18/+0
2017-08-10powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy1-25/+0
2017-08-10powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman1-5/+5
2017-08-10powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman1-33/+0
2017-08-10powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman1-1/+1
2017-08-10powerpc/traps: Inline get_mc_reason()Michael Ellerman1-10/+4
2017-08-10powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman1-17/+1
2017-08-10powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman1-74/+0
2017-08-10powerpc: Add irq accounting for system reset interruptsNicholas Piggin1-0/+2
2017-08-10powerpc/64s: Fix mce accounting for powernvNicholas Piggin1-1/+3
2017-07-03powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao1-0/+3
2017-05-03powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar1-2/+2
2017-04-28powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin1-0/+11
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin1-1/+7
2017-04-13powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin1-0/+1
2017-04-13powerpc/64s: Add msgp facility unavailable log stringNicholas Piggin1-0/+1
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-02powerpc Don't print misleading facility name in facility unavailable exceptionBalbir Singh1-4/+4
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-1/+1
2016-11-23powerpc/kprobes: Invoke handlers directlyNaveen N. Rao1-0/+13
2016-11-18powerpc: Fix second nested oops hangNicholas Piggin1-2/+3
2016-11-18powerpc: Fix graceful debugger recoveryNicholas Piggin1-4/+5
2016-11-14powerpc: Revert Load Monitor Register SupportMichael Neuling1-9/+0
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-1/+1
2016-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-16/+29
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur1-0/+9
2016-10-04powerpc/tm: Add TM Unavailable ExceptionCyril Bur1-0/+29
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-4/+8
2016-09-25powerpc/8xx: add dedicated machine check handlerChristophe Leroy1-11/+25
2016-09-25powerpc/8xx: add system_reset_exceptionChristophe Leroy1-1/+1
2016-09-24powerpc32: Use instruction symbolic names in check_io_access()Christophe Leroy1-4/+3