aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/traps.c
AgeCommit message (Expand)Author
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
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