index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fonts
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
ARM: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
4
-0
/
+28
2021-10-22
ARM: kprobes: Make a frame pointer on __kretprobe_trampoline
Masami Hiramatsu
1
-4
/
+24
2021-10-22
ARM: clang: Do not rely on lr register for stacktrace
Masami Hiramatsu
1
-2
/
+1
2021-10-22
arm64: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
3
-0
/
+12
2021-10-22
arm64: kprobes: Make a frame pointer on __kretprobe_trampoline
Masami Hiramatsu
1
-0
/
+4
2021-10-22
arm64: kprobes: Record frame pointer with kretprobe instance
Masami Hiramatsu
1
-2
/
+2
2021-10-22
x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y
Masami Hiramatsu
1
-0
/
+6
2021-10-21
kprobes: convert tests to kunit
Sven Schnelle
3
-167
/
+61
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
1
-10
/
+5
2021-10-21
tracing: Explain the trace recursion transition bit better
Steven Rostedt (VMware)
1
-2
/
+6
2021-10-21
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
1
-14
/
+20
2021-10-21
ftrace/samples: Add multi direct interface test module
Jiri Olsa
2
-0
/
+53
2021-10-21
ftrace: Add multi direct modify interface
Jiri Olsa
2
-0
/
+68
2021-10-21
ftrace: Add multi direct register/unregister interface
Jiri Olsa
2
-0
/
+153
2021-10-21
ftrace: Add ftrace_add_rec_direct function
Jiri Olsa
1
-27
/
+37
2021-10-21
tracing: Fix selftest config check for function graph start up test
Steven Rostedt (VMware)
1
-1
/
+5
2021-10-21
tracing: Add trampoline/graph selftest
Jiri Olsa
1
-1
/
+53
2021-10-21
x86/ftrace: Make function graph use ftrace directly
Steven Rostedt (VMware)
5
-35
/
+55
2021-10-21
ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACE
Steven Rostedt (VMware)
1
-1
/
+1
2021-10-20
x86/ftrace: Remove fault protection code in prepare_ftrace_return
Steven Rostedt (VMware)
1
-35
/
+3
2021-10-20
x86/ftrace: Remove extra orig rax move
Jiri Olsa
1
-1
/
+0
2021-10-20
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
4
-18
/
+24
2021-10-20
tracing: Reuse logic from perf's get_recursion_context()
Steven Rostedt (VMware)
2
-11
/
+12
2021-10-20
tracing/cfi: Fix cmp_entries_* functions signature mismatch
Kalesh Singh
1
-17
/
+23
2021-10-20
tracing: Use linker magic instead of recasting ftrace_ops_list_func()
Steven Rostedt (VMware)
3
-17
/
+28
2021-10-14
tracing: in_irq() cleanup
Changbin Du
2
-2
/
+2
2021-10-11
ftrace: Add unit test for removing trace function
Carles Pey
1
-0
/
+34
2021-10-11
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
11
-91
/
+93
2021-10-11
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
4
-27
/
+25
2021-10-11
tools/bootconfig: Print all error message in stderr
Masami Hiramatsu
3
-16
/
+2
2021-10-11
bootconfig: Remove unused debug function
Masami Hiramatsu
2
-24
/
+0
2021-10-11
bootconfig: Split parse-tree part from xbc_init
Masami Hiramatsu
1
-45
/
+54
2021-10-11
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
4
-7
/
+7
2021-10-11
tools/bootconfig: Run test script when build all
Masami Hiramatsu
1
-1
/
+1
2021-10-11
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
4
-0
/
+25
2021-10-11
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
4
-27
/
+27
2021-10-09
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
13
-61
/
+5
2021-10-09
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
15
-96
/
+103
2021-10-09
tracefs: Have tracefs directories not set OTH permission bits by default
Steven Rostedt (VMware)
1
-1
/
+2
2021-10-07
tracing: Initialize upper and lower vars in pid_list_refill_irq()
Steven Rostedt (VMware)
1
-2
/
+2
2021-10-05
tracing: Create a sparse bitmask for pid filtering
Steven Rostedt (VMware)
2
-35
/
+445
2021-10-05
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
7
-61
/
+217
2021-10-01
x86/kprobes: Fixup return address in generic trampoline handler
Masami Hiramatsu
3
-2
/
+30
2021-10-01
tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
Masami Hiramatsu
1
-13
/
+4
2021-10-01
x86/unwind: Recover kretprobe trampoline entry
Masami Hiramatsu
4
-8
/
+42
2021-10-01
x86/kprobes: Push a fake return address at kretprobe_trampoline
Masami Hiramatsu
1
-9
/
+25
2021-10-01
kprobes: Enable stacktrace from pt_regs in kretprobe handler
Masami Hiramatsu
1
-0
/
+7
2021-10-01
arm: kprobes: Make space for instruction pointer on stack
Masami Hiramatsu
1
-0
/
+2
2021-10-01
ia64: Add instruction_pointer_set() API
Masami Hiramatsu
1
-0
/
+5
2021-10-01
ARC: Add instruction_pointer_set() API
Masami Hiramatsu
1
-0
/
+5
[next]