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