index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
stacktrace.c
Age
Commit message (
Expand
)
Author
2023-03-17
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
2023-02-14
riscv: stacktrace: Fix missing the first frame
Liu Shixin
2023-01-07
riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
Guo Ren
2022-03-30
riscv: Rename "sp_in_global" to "current_stack_pointer"
Kees Cook
2022-02-04
riscv: eliminate unreliable __builtin_frame_address(1)
Changbin Du
2021-12-10
arch: Make ARCH_STACKWALK independent of STACKTRACE
Peter Zijlstra
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-07-24
riscv: stacktrace: Fix NULL pointer dereference
Jisheng Zhang
2021-07-23
riscv: stacktrace: pin the task's stack in get_wchan
Jisheng Zhang
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-05-22
riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled
Chen Huang
2021-04-01
riscv: Drop const annotation for sp
Kefeng Wang
2021-02-26
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-01-14
riscv: stacktrace: Move register keyword to beginning of declaration
Kefeng Wang
2021-01-14
riscv/stacktrace: Fix stack output without ra on the stack top
Chen Huang
2021-01-14
riscv: Add dump stack in show_regs
Kefeng Wang
2020-11-25
riscv: Enable ARCH_STACKWALK
Kefeng Wang
2020-11-20
riscv: Make stack walk callback consistent with generic code
Kefeng Wang
2020-11-20
riscv: Cleanup stacktrace
Kefeng Wang
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
riscv: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
2020-05-12
riscv: stacktrace: Fix undefined reference to `walk_stackframe'
Kefeng Wang
2020-04-21
RISC-V: stacktrace: Declare sp_in_global outside ifdef
Guenter Roeck
2020-03-03
RISC-V: Stop relying on GCC's register allocator's hueristics
Palmer Dabbelt
2019-09-04
riscv: Add perf callchain support
Mao Han
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-19
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-04-25
riscv: remove duplicate macros from ptrace.h
Christoph Hellwig
2019-04-25
riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR code
Christoph Hellwig
2019-04-14
riscv/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
2018-04-02
riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
Alan Kao
2017-09-26
RISC-V: Generic library routines and assembly
Palmer Dabbelt