aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song1-3/+3
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-1/+0
2021-04-14powerpc/64e/interrupt: NMI save irq soft-mask state in CNicholas Piggin1-1/+12
2021-04-03powerpc/uaccess: Remove __get/put_user_inatomic()Christophe Leroy1-1/+1
2021-03-29powerpc/math: Fix missing __user qualifier for get_user() and other sparse warningsChristophe Leroy1-1/+0
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-9/+0
2021-03-29powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy1-1/+4
2021-03-24powerpc: Remove duplicate includesZhang Yunkai1-1/+0
2021-03-24powerpc: Fix spelling of "droping" to "dropping" in traps.cBhaskar Chowdhury1-1/+1
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy1-1/+1
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin1-9/+0
2021-02-09powerpc: move NMI entry/exit code into wrapperNicholas Piggin1-29/+6
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin1-7/+3
2021-02-09powerpc/64: context tracking move to interrupt wrappersNicholas Piggin1-51/+7
2021-02-09powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin1-17/+7
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin1-33/+53
2021-02-09powerpc/traps: factor common code from program check and emulation assistNicholas Piggin1-14/+24
2021-02-09powerpc: improve handling of unrecoverable system resetNicholas Piggin1-1/+4
2021-02-09powerpc/mce: ensure machine check handler always tests RINicholas Piggin1-1/+1
2021-02-09powerpc: introduce die_mceNicholas Piggin1-6/+15
2021-02-09powerpc: add and use unknown_async_exceptionNicholas Piggin1-0/+12
2021-02-09powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin1-1/+30
2021-02-09powerpc/traps: add NOKPROBE_SYMBOL for sreset and mceNicholas Piggin1-0/+2
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin1-1/+1
2021-02-09powerpc: DebugException remove argsNicholas Piggin1-1/+3
2021-02-09powerpc/fsl_booke/32: CacheLockingException remove argsNicholas Piggin1-2/+3
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy1-25/+0
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V1-6/+0
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-0/+2
2020-10-20powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling1-1/+1
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy1-4/+0
2020-07-29powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman1-8/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+42
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra1-16/+6
2020-05-19powerpc: Support prefixed instructions in alignment handlerJordan Niethe1-1/+18
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+1
2020-05-19powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-19powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-19powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin1-1/+13
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-20/+5
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy1-0/+9
2019-11-13powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V1-4/+11
2019-09-18powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang1-1/+1
2019-05-03powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy1-0/+8
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre1-0/+1