index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-27
docs, kprobes: Remove invalid URL and add new reference
Tiezhu Yang
1
-1
/
+1
2021-10-27
samples/kretprobes: Fix return value if register_kretprobe() failed
Tiezhu Yang
1
-1
/
+1
2021-10-27
lib/bootconfig: Fix the xbc_get_info kerneldoc
Masami Hiramatsu
1
-2
/
+2
2021-10-27
kprobes: Add a test case for stacktrace from kretprobe handler
Masami Hiramatsu
3
-0
/
+171
2021-10-27
lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function
Masami Hiramatsu
1
-2
/
+2
2021-10-27
ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still ...
Steven Rostedt (VMware)
1
-0
/
+3
2021-10-26
tracing/hwlat: Make some internal symbols static
Wang ShaoBo
1
-2
/
+2
2021-10-26
tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
Mathieu Desnoyers
1
-0
/
+4
2021-10-26
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
1
-5
/
+6
2021-10-26
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
1
-7
/
+7
2021-10-26
tracing/doc: Fix typos on the timerlat tracer documentation
Daniel Bristot de Oliveira
1
-12
/
+12
2021-10-26
trace/osnoise: Fix an ifdef comment
Daniel Bristot de Oliveira
1
-1
/
+1
2021-10-26
perf/core: allow ftrace for functions in kernel/event/core.c
Song Liu
1
-5
/
+0
2021-10-26
tools/latency-collector: Use correct size when writing queue_full_warning
Viktor Rosendahl
1
-1
/
+1
2021-10-26
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
1
-1
/
+1
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
[next]