summaryrefslogtreecommitdiff
path: root/arch/nds32/kernel/traps.c
AgeCommit message (Expand)Author
2022-03-07nds32: Remove the architectureAlan Kao
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig
2021-02-25nds32: remove dump_instrChristoph Hellwig
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09nds32: add show_stack_loglvl()Dmitry Safonov
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman
2019-05-29signal/nds32: Remove tsk parameter from send_sigtrapEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2018-11-22nds32: nds32 FPU portVincent Chen
2018-09-04nds32: Only print one page of stack when die to prevent printing too much inf...Greentime Hu
2018-09-04nds32: Add macro definition for offset of lp register on stackZong Li
2018-09-04nds32: Remove the deprecated ABI implementationZong Li
2018-09-04nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li
2018-09-04nds32: Fix empty call traceZong Li
2018-04-25signal/nds32: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-25signal/nds32: Use force_sig(SIGILL) in do_revisnEric W. Biederman
2018-04-25signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptionsEric W. Biederman
2018-03-16nds32: To use the generic dump_stack()Greentime Hu
2018-02-22nds32: Exception handlingGreentime Hu