aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsGravatar Daniel Axtens 1-2/+4
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-4/+4
2021-10-07powerpc/64s: Fix unrecoverable MCE calling async handler from NMIGravatar Nicholas Piggin 1-13/+18
2021-10-07powerpc/traps: do not enable irqs in _exceptionGravatar Nicholas Piggin 1-3/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-5/+0
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-9/+14
2021-09-03Merge branch 'fixes' into nextGravatar Michael Ellerman 1-2/+7
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 1-1/+0
2021-08-26powerpc: Refactor verification of MSR_RIGravatar Christophe Leroy 1-4/+4
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrGravatar Xiongwei Song 1-1/+1
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoGravatar Christophe Leroy 1-2/+7
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirGravatar Aneesh Kumar K.V 1-2/+2
2021-08-12powerpc/interrupt: Do not call single_step_exception() from other exceptionsGravatar Christophe Leroy 1-2/+7
2021-07-26printk: remove safe buffersGravatar John Ogness 1-1/+0
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validGravatar Nicholas Piggin 1-21/+21
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosGravatar Christophe Leroy 1-3/+4
2021-04-17powerpc/traps: Enhance readability for trap typesGravatar Xiongwei Song 1-3/+3
2021-04-14powerpc: remove partial register save logicGravatar Nicholas Piggin 1-1/+0
2021-04-14powerpc/64e/interrupt: NMI save irq soft-mask state in CGravatar Nicholas Piggin 1-1/+12
2021-04-03powerpc/uaccess: Remove __get/put_user_inatomic()Gravatar Christophe Leroy 1-1/+1
2021-03-29powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...Gravatar Christophe Leroy 1-1/+0
2021-03-29powerpc/32: Remove ksp_limitGravatar Christophe Leroy 1-9/+0
2021-03-29powerpc/traps: Declare unrecoverable_exception() as __noreturnGravatar Christophe Leroy 1-1/+4
2021-03-24powerpc: Remove duplicate includesGravatar Zhang Yunkai 1-1/+0
2021-03-24powerpc: Fix spelling of "droping" to "dropping" in traps.cGravatar Bhaskar Chowdhury 1-1/+1
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerGravatar Christophe Leroy 1-1/+1
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionGravatar Nicholas Piggin 1-9/+0
2021-02-09powerpc: move NMI entry/exit code into wrapperGravatar Nicholas Piggin 1-29/+6
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersGravatar Nicholas Piggin 1-7/+3
2021-02-09powerpc/64: context tracking move to interrupt wrappersGravatar Nicholas Piggin 1-51/+7
2021-02-09powerpc: add interrupt_cond_local_irq_enable helperGravatar Nicholas Piggin 1-17/+7
2021-02-09powerpc: convert interrupt handlers to use wrappersGravatar Nicholas Piggin 1-33/+53
2021-02-09powerpc/traps: factor common code from program check and emulation assistGravatar Nicholas Piggin 1-14/+24
2021-02-09powerpc: improve handling of unrecoverable system resetGravatar Nicholas Piggin 1-1/+4
2021-02-09powerpc/mce: ensure machine check handler always tests RIGravatar Nicholas Piggin 1-1/+1
2021-02-09powerpc: introduce die_mceGravatar Nicholas Piggin 1-6/+15
2021-02-09powerpc: add and use unknown_async_exceptionGravatar Nicholas Piggin 1-0/+12
2021-02-09powerpc/perf: move perf irq/nmi handling details into traps.cGravatar Nicholas Piggin 1-1/+30
2021-02-09powerpc/traps: add NOKPROBE_SYMBOL for sreset and mceGravatar Nicholas Piggin 1-0/+2
2021-02-09powerpc: bad_page_fault get registers from regsGravatar Nicholas Piggin 1-1/+1
2021-02-09powerpc: DebugException remove argsGravatar Nicholas Piggin 1-1/+3
2021-02-09powerpc/fsl_booke/32: CacheLockingException remove argsGravatar Nicholas Piggin 1-2/+3
2020-12-05powerpc: Retire e200 core (mpc555x processor)Gravatar Christophe Leroy 1-25/+0
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Gravatar Aneesh Kumar K.V 1-6/+0
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUGravatar Christophe Leroy 1-0/+2
2020-10-20powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationGravatar Michael Neuling 1-1/+1
2020-10-08powerpc: Remove support for PowerPC 601Gravatar Christophe Leroy 1-4/+0
2020-07-29powerpc/32s: Remove TAUException wart in traps.cGravatar Michael Ellerman 1-8/+0