summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: early boot machine check handlerNicholas Piggin2022-09-281-0/+14
* powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-261-2/+2
* powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy2022-09-081-2/+0
* powerpc: make facility_unavailable_exception 64sRashmica Gupta2022-07-281-1/+1
* powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-221-2/+4
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-4/+4
* powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-071-13/+18
* powerpc/traps: do not enable irqs in _exceptionNicholas Piggin2021-10-071-3/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-9/+14
|\ \
| * | Merge branch 'fixes' into nextMichael Ellerman2021-09-031-2/+7
| |\|
| * | powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-261-4/+4
| * | powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song2021-08-261-1/+1
| * | powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-2/+7
| * | powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+2
* | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-1/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-1/+0
| |\ \ | | |/ | |/|
| | * printk: remove safe buffersJohn Ogness2021-07-261-1/+0
* | | powerpc/interrupt: Do not call single_step_exception() from other exceptionsChristophe Leroy2021-08-121-2/+7
|/ /
* | powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-21/+21
* | powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy2021-06-161-3/+4
|/
* powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-3/+3
* powerpc: remove partial register save logicNicholas Piggin2021-04-141-1/+0
* powerpc/64e/interrupt: NMI save irq soft-mask state in CNicholas Piggin2021-04-141-1/+12
* powerpc/uaccess: Remove __get/put_user_inatomic()Christophe Leroy2021-04-031-1/+1
* powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...Christophe Leroy2021-03-291-1/+0
* powerpc/32: Remove ksp_limitChristophe Leroy2021-03-291-9/+0
* powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy2021-03-291-1/+4
* powerpc: Remove duplicate includesZhang Yunkai2021-03-241-1/+0
* powerpc: Fix spelling of "droping" to "dropping" in traps.cBhaskar Chowdhury2021-03-241-1/+1
* powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy2021-03-121-1/+1
* 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