summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use user_mode() macro when possibleChristophe Leroy2024-02-221-2/+2
* powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman2023-12-011-0/+2
* powerpc: Remove extern from function implementationsBenjamin Gray2023-10-191-2/+2
* Merge branch fixes into nextMichael Ellerman2023-10-181-20/+36
|\
| * powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray2023-09-181-20/+36
* | powerpc: Only define __parse_fpscr() when requiredChristophe Leroy2023-10-101-0/+2
|/
* powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorChristophe Leroy2023-08-181-12/+1
* powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2023-08-021-1/+1
* Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...Christophe Leroy2023-07-171-7/+2
* powerpc/dexcr: Handle hashchk exceptionBenjamin Gray2023-06-191-0/+16
* 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