index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
tracing: Fix last_cmd_set() string management in histogram code
Steven Rostedt (Google)
1
-2
/
+4
2022-03-10
user_events: Fix potential uninitialized pointer while parsing field
Beau Belgrave
1
-1
/
+3
2022-03-09
ftrace: Fix some W=1 warnings in kernel doc comments
Jiapeng Chong
1
-2
/
+2
2022-03-09
tracing/osnoise: Force quiescent states while tracing
Nicolas Saenz Julienne
1
-0
/
+20
2022-03-09
tracing/osnoise: Do not unregister events twice
Daniel Bristot de Oliveira
1
-0
/
+11
2022-03-06
Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-6
/
+6
2022-03-04
Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+18
2022-03-04
tracing: Fix return value of __setup handlers
Randy Dunlap
2
-3
/
+3
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-53
/
+118
2022-03-01
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
1
-3
/
+3
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
6
-5
/
+17
2022-02-28
tracing: Update print fmt check to handle new __get_sockaddr() macro
Steven Rostedt (Google)
1
-0
/
+6
2022-02-28
blktrace: fix use after free for struct blk_trace
Yu Kuai
1
-8
/
+18
2022-02-25
tracing: Fix selftest config check for function graph start up test
Christophe Leroy
1
-4
/
+2
2022-02-25
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
1
-21
/
+32
2022-02-25
ftrace: Remove unused ftrace_startup_enable() stub
Nathan Chancellor
1
-1
/
+0
2022-02-25
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
1
-4
/
+6
2022-02-25
tracing: Uninline trace_trigger_soft_disabled() partly
Christophe Leroy
1
-0
/
+14
2022-02-25
eprobes: Remove redundant event type information
Steven Rostedt (Google)
4
-16
/
+12
2022-02-25
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
1
-6
/
+46
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-4
/
+0
2022-02-24
tracing: Dump stacktrace trigger to the corresponding instance
Daniel Bristot de Oliveira
1
-1
/
+6
2022-02-23
tracing: Fix allocation of last_cmd in last_cmd_set()
Steven Rostedt (Google)
1
-3
/
+4
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-1
/
+0
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2022-02-10
user_events: Validate user payloads for size and null termination
Beau Belgrave
1
-14
/
+133
2022-02-10
user_events: Optimize writing events by only copying data once
Beau Belgrave
1
-30
/
+85
2022-02-10
user_events: Add basic perf and eBPF support
Beau Belgrave
1
-1
/
+71
2022-02-10
user_events: Handle matching arguments from dyn_events
Beau Belgrave
1
-1
/
+76
2022-02-10
user_events: Add print_fmt generation support for basic types
Beau Belgrave
1
-2
/
+113
2022-02-10
user_events: Add minimal support for trace_event into ftrace
Beau Belgrave
3
-0
/
+1202
2022-02-10
tracing: Save both wakee and current on wakeup events
Steven Rostedt (Google)
1
-1
/
+1
2022-02-10
tracing: Remove size restriction on synthetic event cmd error logging
Tom Zanussi
1
-3
/
+14
2022-02-10
tracing: Remove size restriction on hist trigger cmd error logging
Tom Zanussi
1
-7
/
+23
2022-02-10
tracing: Remove size restriction on tracing_log_err cmd strings
Tom Zanussi
2
-14
/
+43
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+2
2022-02-08
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
1
-0
/
+4
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+17
2022-01-27
tracing: Don't inc err_log entry count if entry allocation fails
Tom Zanussi
1
-1
/
+2
2022-01-27
tracing: Propagate is_signed to expression
Tom Zanussi
1
-0
/
+3
2022-01-27
tracing: Fix smatch warning for do while check in event_hist_trigger_parse()
Tom Zanussi
1
-1
/
+1
2022-01-27
tracing: Fix smatch warning for null glob in event_hist_trigger_parse()
Tom Zanussi
1
-1
/
+3
2022-01-27
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
1
-0
/
+1
2022-01-27
ftrace: Have architectures opt-in for mcount build time sorting
Steven Rostedt (Google)
1
-1
/
+7
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+10
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
1
-0
/
+2
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+3
2022-01-23
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-3
/
+10
2022-01-23
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2
-3
/
+10
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
1
-0
/
+3
[prev]
[next]