aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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