index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
nds32
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
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