index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
stacktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
arm64: use XPACLRI to strip PAC
Mark Rutland
1
-1
/
+1
2023-04-11
arm64: stacktrace: always inline core stacktrace functions
Mark Rutland
1
-10
/
+13
2023-04-11
arm64: stacktrace: move dump functions to end of file
Mark Rutland
1
-33
/
+33
2023-04-11
arm64: stacktrace: recover return address for first entry
Mark Rutland
1
-23
/
+30
2023-01-16
arm64: efi: Account for the EFI runtime stack in stack unwinder
Ard Biesheuvel
1
-0
/
+12
2022-12-05
arm64: Prohibit instrumentation on arch_stack_walk()
Masami Hiramatsu (Google)
1
-5
/
+5
2022-09-09
arm64: stacktrace: track hyp stacks in unwinder's address space
Mark Rutland
1
-1
/
+1
2022-09-09
arm64: stacktrace: track all stack boundaries explicitly
Mark Rutland
1
-53
/
+38
2022-09-09
arm64: stacktrace: rework stack boundary discovery
Mark Rutland
1
-23
/
+42
2022-09-09
arm64: stacktrace: move SDEI stack helpers to stacktrace code
Mark Rutland
1
-2
/
+9
2022-09-09
arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()
Mark Rutland
1
-1
/
+1
2022-09-09
arm64: stacktrace: simplify unwind_next_common()
Mark Rutland
1
-2
/
+1
2022-07-27
KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functions
Marc Zyngier
1
-0
/
+90
2022-07-26
arm64: stacktrace: Factor out common unwind()
Kalesh Singh
1
-67
/
+0
2022-07-26
arm64: stacktrace: Handle frame pointer from different address spaces
Kalesh Singh
1
-1
/
+1
2022-07-26
arm64: stacktrace: Factor out unwind_next_common()
Kalesh Singh
1
-37
/
+4
2022-07-26
arm64: stacktrace: Add shared header for common stack unwinding code
Kalesh Singh
1
-57
/
+0
2022-06-27
arm64: Copy the task argument to unwind_state
Madhavan T. Venkataraman
1
-13
/
+20
2022-06-27
arm64: Split unwind_init()
Madhavan T. Venkataraman
1
-11
/
+55
2022-06-23
arm64: stacktrace: use non-atomic __set_bit
Andrey Konovalov
1
-1
/
+1
2022-06-23
arm64: kasan: do not instrument stacktrace.c
Andrey Konovalov
1
-2
/
+2
2022-04-22
arm64: stacktrace: align with common naming
Madhavan T. Venkataraman
1
-2
/
+2
2022-04-22
arm64: stacktrace: rename stackframe to unwind_state
Madhavan T. Venkataraman
1
-34
/
+34
2022-04-22
arm64: stacktrace: rename unwinder functions
Madhavan T. Venkataraman
1
-17
/
+17
2022-04-22
arm64: stacktrace: make struct stackframe private to stacktrace.c
Mark Rutland
1
-0
/
+32
2022-04-22
arm64: stacktrace: delete PCS comment
Mark Rutland
1
-15
/
+0
2022-04-22
arm64: stacktrace: remove NULL task check from unwind_frame()
Madhavan T. Venkataraman
1
-3
/
+0
2022-01-24
arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL
Masami Hiramatsu
1
-2
/
+3
2021-12-10
arm64: Make some stacktrace functions private
Mark Rutland
1
-5
/
+7
2021-12-10
arm64: Make dump_backtrace() use arch_stack_walk()
Madhavan T. Venkataraman
1
-38
/
+6
2021-12-10
arch: Make ARCH_STACKWALK independent of STACKTRACE
Peter Zijlstra
1
-4
/
+0
2021-11-16
arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Mark Rutland
1
-10
/
+8
2021-10-22
arm64: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
1
-0
/
+7
2021-08-03
arm64: stacktrace: avoid tracing arch_stack_walk()
Mark Rutland
1
-1
/
+1
2021-07-08
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-05-26
arm64: stacktrace: Relax frame record alignment requirement to 8 bytes
Peter Collingbourne
1
-1
/
+1
2021-05-26
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
1
-1
/
+1
2021-05-25
arm64: Implement stack trace termination record
Madhavan T. Venkataraman
1
-9
/
+7
2021-05-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-4
/
+6
2021-04-30
arm64: stacktrace: restore terminal records
Mark Rutland
1
-4
/
+6
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+24
2021-03-28
arm64: stacktrace: Move start_backtrace() out of the header
Mark Brown
1
-0
/
+24
2021-03-22
arm64: stacktrace: don't trace arch_stack_walk()
Mark Rutland
1
-4
/
+5
2021-02-25
arm64: stacktrace: Report when we reach the end of the stack
Mark Brown
1
-1
/
+1
2021-01-20
arm64: remove EL0 exception frame record
Mark Rutland
1
-9
/
+4
2020-09-21
arm64: Move console stack display code to stacktrace.c
Mark Brown
1
-0
/
+65
2020-09-18
arm64: stacktrace: Convert to ARCH_STACKWALK
Mark Brown
1
-69
/
+10
2020-09-18
arm64: stacktrace: Make stack walk callback consistent with generic code
Mark Brown
1
-6
/
+5
2020-07-14
arm64: stacktrace: Move export for save_stack_trace_tsk()
Mark Brown
1
-1
/
+1
2020-03-18
arm64: unwind: strip PAC from kernel addresses
Mark Rutland
1
-1
/
+4
[next]