index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
nds32
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
2022-03-07
nds32: Remove the architecture
Alan Kao
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
2021-10-20
exit: Remove calls of do_exit after noreturn versions of die
Eric W. Biederman
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-02-25
nds32: use get_kernel_nofault in dump_mem
Christoph Hellwig
2021-02-25
nds32: remove dump_instr
Christoph Hellwig
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
nds32: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2019-05-29
signal/nds32: Remove tsk parameter from send_sigtrap
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2018-11-22
nds32: nds32 FPU port
Vincent Chen
2018-09-04
nds32: Only print one page of stack when die to prevent printing too much inf...
Greentime Hu
2018-09-04
nds32: Add macro definition for offset of lp register on stack
Zong Li
2018-09-04
nds32: Remove the deprecated ABI implementation
Zong Li
2018-09-04
nds32/stack: Get real return address by using ftrace_graph_ret_addr
Zong Li
2018-09-04
nds32: Fix empty call trace
Zong Li
2018-04-25
signal/nds32: Use force_sig_fault where appropriate
Eric W. Biederman
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
signal/nds32: Use force_sig(SIGILL) in do_revisn
Eric W. Biederman
2018-04-25
signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions
Eric W. Biederman
2018-03-16
nds32: To use the generic dump_stack()
Greentime Hu
2018-02-22
nds32: Exception handling
Greentime Hu