index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
2021-10-30
1
-1
/
+1
*
tracing: Show size of requested perf buffer
Robin H. Johnson
2021-10-27
1
-1
/
+2
*
ftrace: do CPU checking after preemption disabled
王贇
2021-10-27
1
-3
/
+3
*
ftrace: disable preemption when recursion locked
王贇
2021-10-27
3
-21
/
+11
*
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
2021-10-27
1
-0
/
+4
*
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
2021-10-27
1
-30
/
+74
*
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
2021-10-27
1
-26
/
+17
*
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
2021-10-27
1
-70
/
+140
*
tracing: Add division and multiplication support for hist triggers
Kalesh Singh
2021-10-27
1
-1
/
+71
*
tracing: Add support for creating hist trigger variables from literal
Kalesh Singh
2021-10-27
1
-1
/
+70
*
test_kprobes: Move it from kernel/ to lib/
Tiezhu Yang
2021-10-26
2
-372
/
+0
*
kprobes: Add a test case for stacktrace from kretprobe handler
Masami Hiramatsu
2021-10-26
1
-0
/
+162
*
tracing/hwlat: Make some internal symbols static
Wang ShaoBo
2021-10-26
1
-2
/
+2
*
tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
Mathieu Desnoyers
2021-10-26
1
-0
/
+4
*
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
2021-10-26
1
-5
/
+6
*
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
2021-10-26
1
-7
/
+7
*
perf/core: allow ftrace for functions in kernel/event/core.c
Song Liu
2021-10-26
1
-5
/
+0
*
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
2021-10-26
1
-1
/
+1
*
kprobes: convert tests to kunit
Sven Schnelle
2021-10-21
2
-166
/
+59
*
tracing: use %ps format string to print symbols
Arnd Bergmann
2021-10-21
1
-10
/
+5
*
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
2021-10-21
1
-14
/
+20
*
ftrace: Add multi direct modify interface
Jiri Olsa
2021-10-21
1
-0
/
+62
*
ftrace: Add multi direct register/unregister interface
Jiri Olsa
2021-10-21
1
-0
/
+142
*
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
1
-2
/
+4
*
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
2021-10-20
2
-12
/
+2
*
tracing: Reuse logic from perf's get_recursion_context()
Steven Rostedt (VMware)
2021-10-20
1
-6
/
+6
*
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
1
-13
/
+10
*
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
*
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
2021-10-09
1
-0
/
+5
*
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-10-09
15
-96
/
+103
*
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
1
-0
/
+11
*
tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
Masami Hiramatsu
2021-10-01
1
-13
/
+4
*
kprobes: Enable stacktrace from pt_regs in kretprobe handler
Masami Hiramatsu
2021-10-01
1
-0
/
+7
*
kprobes: Add kretprobe_find_ret_addr() for searching return address
Masami Hiramatsu
2021-10-01
1
-26
/
+83
*
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-10-01
1
-1
/
+1
*
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-10-01
1
-2
/
+1
*
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
2021-10-01
1
-6
/
+1
*
kprobes: Use bool type for functions which returns boolean value
Masami Hiramatsu
2021-10-01
2
-14
/
+14
*
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...
Masami Hiramatsu
2021-10-01
1
-5
/
+5
*
kprobes: Add assertions for required lock
Masami Hiramatsu
2021-10-01
1
-7
/
+12
*
kprobes: Fix coding style issues
Masami Hiramatsu
2021-10-01
1
-114
/
+122
*
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
2021-10-01
1
-20
/
+16
[next]