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
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
10
-164
/
+582
2023-09-01
tracing/filters: Fix coding style issues
Valentin Schneider
1
-2
/
+4
2023-09-01
tracing/filters: Change parse_pred() cpulist ternary into an if block
Valentin Schneider
1
-2
/
+6
2023-09-01
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
1
-0
/
+1
2023-09-01
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
1
-2
/
+8
2023-09-01
tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
Brian Foster
1
-2
/
+2
2023-09-01
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
1
-3
/
+1
2023-09-01
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
1
-4
/
+2
2023-09-01
tracing: Fix race issue between cpu buffer write and swap
Zheng Yejian
1
-5
/
+12
2023-09-01
tracing: Remove extra space at the end of hwlat_detector/mode
Mikhail Kobuk
1
-1
/
+1
2023-09-01
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
8
-148
/
+389
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-42
/
+411
2023-08-23
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
1
-14
/
+44
2023-08-23
tracing/probes: Add string type check with BTF
Masami Hiramatsu (Google)
2
-3
/
+89
2023-08-23
tracing/probes: Support BTF field access from $retval
Masami Hiramatsu (Google)
2
-102
/
+86
2023-08-23
tracing/probes: Support BTF based data structure field access
Masami Hiramatsu (Google)
3
-28
/
+216
2023-08-23
tracing/probes: Add a function to search a member of a struct/union
Masami Hiramatsu (Google)
2
-0
/
+73
2023-08-23
tracing/probes: Move finding func-proto API and getting func-param API to tra...
Masami Hiramatsu (Google)
4
-40
/
+72
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
6
-48
/
+73
2023-08-23
tracing/eprobe: Iterate trace_eprobe directly
Chuang Wang
1
-9
/
+9
2023-08-22
tracing/user_events: Optimize safe list traversals
Eric Vaughn
1
-7
/
+8
2023-08-22
tracing: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2023-08-22
tracing/filters: Further optimise scalar vs cpumask comparison
Valentin Schneider
1
-6
/
+20
2023-08-22
tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...
Valentin Schneider
1
-2
/
+7
2023-08-22
tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...
Valentin Schneider
1
-1
/
+6
2023-08-22
tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...
Valentin Schneider
1
-1
/
+34
2023-08-22
tracing/filters: Enable filtering the CPU common field by a cpumask
Valentin Schneider
1
-0
/
+14
2023-08-22
tracing/filters: Enable filtering a scalar field by a cpumask
Valentin Schneider
1
-11
/
+81
2023-08-22
tracing/filters: Enable filtering a cpumask field by another cpumask
Valentin Schneider
1
-2
/
+95
2023-08-22
tracing/filters: Dynamically allocate filter_pred.regex
Valentin Schneider
1
-25
/
+39
2023-08-21
bpf: Add bpf_get_func_ip helper support for uprobe link
Jiri Olsa
1
-3
/
+30
2023-08-21
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
1
-0
/
+33
2023-08-21
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
1
-4
/
+41
2023-08-21
bpf: Add multi uprobe link
Jiri Olsa
1
-0
/
+233
2023-08-21
tracing: Introduce pipe_cpumask to avoid race on trace_pipes
Zheng Yejian
2
-7
/
+50
2023-08-17
tracing: Fix memleak due to race between current_tracer and trace
Zheng Yejian
3
-2
/
+12
2023-08-16
tracing/synthetic: Allocate one additional element for size
Sven Schnelle
1
-1
/
+2
2023-08-16
tracing/synthetic: Skip first entry for stack traces
Sven Schnelle
1
-13
/
+4
2023-08-16
tracing/synthetic: Use union instead of casts
Sven Schnelle
2
-50
/
+45
2023-08-16
tracing: Fix cpu buffers unavailable due to 'record_disabled' missed
Zheng Yejian
1
-0
/
+6
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
3
-7
/
+16
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-15
/
+8
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-31
/
+37
2023-08-03
Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-5
/
+12
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-5
/
+12
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
1
-11
/
+0
2023-08-01
tracing: bpf: use struct trace_entry in struct syscall_tp_t
Yauheni Kaliuta
1
-4
/
+8
2023-07-31
eventfs: Move tracing/events to eventfs
Ajay Kaher
2
-33
/
+34
2023-07-30
tracing: Require all trace events to have a TRACE_SYSTEM
Steven Rostedt (Google)
1
-7
/
+8
2023-07-30
tracing: Set actual size after ring buffer resize
Zheng Yejian
1
-8
/
+11
[next]