summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)Author
2021-02-09powerpc/mce: ensure machine check handler always tests RINicholas Piggin
2021-02-09powerpc: introduce die_mceNicholas Piggin
2021-02-09powerpc: add and use unknown_async_exceptionNicholas Piggin
2021-02-09powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin
2021-02-09powerpc/traps: add NOKPROBE_SYMBOL for sreset and mceNicholas Piggin
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin
2021-02-09powerpc: DebugException remove argsNicholas Piggin
2021-02-09powerpc/fsl_booke/32: CacheLockingException remove argsNicholas Piggin
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy
2020-10-20powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy
2020-07-29powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra
2020-05-19powerpc: Support prefixed instructions in alignment handlerJordan Niethe
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple
2020-05-19powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin
2020-05-19powerpc/traps: Do not trace system resetNicholas Piggin
2020-05-19powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy
2019-11-13powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V
2019-09-18powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin
2019-02-26powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin
2019-02-22powerpc/traps: fix recoverability of machine check handling on book3s/32Christophe Leroy
2019-01-30powerpc/traps: Fix the message printed when stack overflowsChristophe Leroy
2019-01-15powerpc/64s: Add MMU type to __die() outputMichael Ellerman
2019-01-15powerpc: Show PAGE_SIZE in __die() outputMichael Ellerman
2019-01-15powerpc: Stop using pr_cont() in __die()Michael Ellerman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-21powerpc/tm: Print scratch valueBreno Leitao
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-20powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy
2018-10-19powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy
2018-10-03powerpc/64s: consolidate MCE counter increment.Michal Suchanek
2018-10-03powerpc/tm: Print 64-bits MSRBreno Leitao
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy
2018-09-21signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerrEric W. Biederman