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
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
57
-415
/
+1140
|
\
|
*
tracing: Offload eval map updates to a work queue
Steven Rostedt (VMware)
2020-12-15
1
-1
/
+31
|
*
Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
Steven Rostedt (VMware)
2020-12-14
2
-4
/
+29
|
*
ring-buffer: Add rb_check_bpage in __rb_allocate_pages
Qiujun Huang
2020-12-14
1
-8
/
+11
|
*
ring-buffer: Fix two typos in comments
Qiujun Huang
2020-12-14
1
-2
/
+2
|
*
tracing: Drop unneeded assignment in ring_buffer_resize()
Lukas Bulwahn
2020-12-14
1
-2
/
+0
|
*
tracing: Disable ftrace selftests when any tracer is running
Masami Hiramatsu
2020-12-14
6
-14
/
+25
|
*
seq_buf: Avoid type mismatch for seq_buf_init
Arnd Bergmann
2020-12-08
2
-3
/
+3
|
*
ring-buffer: Fix a typo in function description
Qiujun Huang
2020-12-08
1
-1
/
+1
|
*
ring-buffer: Remove obsolete rb_event_is_commit()
Lukas Bulwahn
2020-12-08
1
-17
/
+0
|
*
ring-buffer: Add test to validate the time stamp deltas
Steven Rostedt (VMware)
2020-12-02
2
-0
/
+170
|
*
ftrace/documentation: Fix RST C code blocks
Steven Rostedt (VMware)
2020-11-18
1
-0
/
+6
|
*
tracing: Clean up after filter logic rewriting
Lukas Bulwahn
2020-11-16
1
-21
/
+0
|
*
tracing: Remove the useless value assignment in test_create_synth_event()
Kaixu Xia
2020-11-13
1
-1
/
+1
|
*
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
2020-11-13
8
-9
/
+29
|
*
ftrace/x86: Allow for arguments to be passed in to ftrace_regs by default
Steven Rostedt (VMware)
2020-11-13
5
-3
/
+40
|
*
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-13
18
-45
/
+71
|
*
MAINTAINERS: assign ./fs/tracefs to TRACING
Lukas Bulwahn
2020-11-11
1
-0
/
+1
|
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-11
15
-25
/
+25
|
*
ftrace: Remove unused varible 'ret'
Alex Shi
2020-11-11
1
-4
/
+2
|
*
ring-buffer: Add recording of ring buffer recursion into recursed_functions
Steven Rostedt (VMware)
2020-11-11
2
-1
/
+25
|
*
ftrace: Clean up the recursion code a bit
Steven Rostedt (VMware)
2020-11-11
1
-15
/
+7
|
*
fgraph: Make overruns 4 bytes in graph stack structure
Steven Rostedt (VMware)
2020-11-11
3
-5
/
+5
|
*
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
17
-20
/
+306
|
*
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
2020-11-06
8
-49
/
+79
|
*
perf/ftrace: Check for rcu_is_watching() in callback function
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+3
|
*
perf/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+8
|
*
livepatch: Trigger WARNING if livepatch function fails due to recursion
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+1
|
*
livepatch/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2020-11-06
1
-0
/
+5
|
*
kprobes/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2020-11-06
5
-11
/
+56
|
*
pstore/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2020-11-06
1
-0
/
+6
|
*
ftrace: Optimize testing what context current is in
Steven Rostedt (VMware)
2020-11-06
1
-13
/
+20
|
*
ftrace: Add ftrace_test_recursion_trylock() helper function
Steven Rostedt (VMware)
2020-11-06
2
-7
/
+30
|
*
ftrace: Move the recursion testing into global headers
Steven Rostedt (VMware)
2020-11-06
3
-177
/
+188
*
|
Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-17
5
-110
/
+142
|
\
\
|
*
|
module: delay kobject uevent until after module init call
Jessica Yu
2020-12-09
1
-2
/
+3
|
*
|
module: drop semicolon from version macro
Johan Hovold
2020-12-07
1
-1
/
+1
|
*
|
init: use type alignment for kernel parameters
Johan Hovold
2020-12-01
1
-1
/
+1
|
*
|
params: clean up module-param macros
Johan Hovold
2020-11-25
1
-4
/
+4
|
*
|
params: use type alignment for kernel parameters
Johan Hovold
2020-11-25
1
-2
/
+2
|
*
|
params: drop redundant "unused" attributes
Johan Hovold
2020-11-25
1
-2
/
+2
|
*
|
module: simplify version-attribute handling
Johan Hovold
2020-11-25
2
-19
/
+17
|
*
|
module: drop version-attribute alignment
Johan Hovold
2020-11-25
1
-1
/
+1
|
*
|
module: fix comment style
Sergey Shtylyov
2020-11-09
1
-43
/
+74
|
*
|
module: add more 'kernel-doc' comments
Sergey Shtylyov
2020-11-09
1
-8
/
+8
|
*
|
module: fix up 'kernel-doc' comments
Sergey Shtylyov
2020-11-09
1
-6
/
+4
|
*
|
module: only handle errors with the *switch* statement in module_sig_check()
Sergey Shtylyov
2020-11-04
1
-12
/
+14
|
*
|
module: avoid *goto*s in module_sig_check()
Sergey Shtylyov
2020-11-04
1
-10
/
+10
|
*
|
module: merge repetitive strings in module_sig_check()
Sergey Shtylyov
2020-11-04
1
-4
/
+5
|
*
|
module: set MODULE_STATE_GOING state when a module fails to load
Miroslav Benes
2020-10-29
1
-0
/
+1
[next]