aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-07nds32: Remove the architectureAlan Kao1-354/+0
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-4/+4
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-1/+1
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig1-12/+3
2021-02-25nds32: remove dump_instrChristoph Hellwig1-35/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09nds32: add show_stack_loglvl()Dmitry Safonov1-7/+14
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-1/+1
2019-05-29signal/nds32: Remove tsk parameter from send_sigtrapEric W. Biederman1-3/+4
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+3
2018-11-22nds32: nds32 FPU portVincent Chen1-0/+16
2018-09-04nds32: Only print one page of stack when die to prevent printing too much information.Greentime Hu1-3/+2
2018-09-04nds32: Add macro definition for offset of lp register on stackZong Li1-1/+1
2018-09-04nds32: Remove the deprecated ABI implementationZong Li1-5/+0
2018-09-04nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li1-24/+6
2018-09-04nds32: Fix empty call traceZong Li1-1/+1
2018-04-25signal/nds32: Use force_sig_fault where appropriateEric W. Biederman1-16/+4
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+2
2018-04-25signal/nds32: Use force_sig(SIGILL) in do_revisnEric W. Biederman1-4/+1
2018-04-25signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsEric W. Biederman1-9/+2
2018-03-16nds32: To use the generic dump_stack()Greentime Hu1-12/+0
2018-02-22nds32: Exception handlingGreentime Hu1-0/+442