summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-111-9/+0
* powerpc: move NMI entry/exit code into wrapperNicholas Piggin2021-02-091-29/+6
* powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin2021-02-091-7/+3
* powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-091-51/+7
* powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin2021-02-091-17/+7
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-33/+53
* powerpc/traps: factor common code from program check and emulation assistNicholas Piggin2021-02-091-14/+24
* powerpc: improve handling of unrecoverable system resetNicholas Piggin2021-02-091-1/+4
* powerpc/mce: ensure machine check handler always tests RINicholas Piggin2021-02-091-1/+1
* powerpc: introduce die_mceNicholas Piggin2021-02-091-6/+15
* powerpc: add and use unknown_async_exceptionNicholas Piggin2021-02-091-0/+12
* powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin2021-02-091-1/+30
* powerpc/traps: add NOKPROBE_SYMBOL for sreset and mceNicholas Piggin2021-02-091-0/+2
* powerpc: bad_page_fault get registers from regsNicholas Piggin2021-02-091-1/+1
* powerpc: DebugException remove argsNicholas Piggin2021-02-091-1/+3
* powerpc/fsl_booke/32: CacheLockingException remove argsNicholas Piggin2021-02-091-2/+3
* powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-051-25/+0
* powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V2020-12-041-6/+0
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-041-0/+2
* powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling2020-10-201-1/+1
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-4/+0
* powerpc/32s: Remove TAUException wart in traps.cMichael Ellerman2020-07-291-8/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-7/+42
|\
| * powerpc: Support prefixed instructions in alignment handlerJordan Niethe2020-05-191-1/+18
| * powerpc: Enable Prefixed InstructionsAlistair Popple2020-05-191-0/+1
| * powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin2020-05-191-3/+3
| * powerpc/traps: Do not trace system resetNicholas Piggin2020-05-191-0/+5
| * powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2020-05-191-1/+13
* | hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra2020-05-191-16/+6
|/
* powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-20/+5
* powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy2020-01-271-0/+9
* powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V2019-11-131-4/+11
* powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar2019-09-181-0/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-181-1/+1
* powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interruptsChristophe Leroy2019-05-031-0/+8
* 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