index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
tracing/user_events: Ensure user provided strings are safely formatted
Beau Belgrave
1
-32
/
+59
2022-09-29
tracing/user_events: Use WRITE instead of READ for io vector import
Beau Belgrave
1
-1
/
+2
2022-09-29
tracing/user_events: Use NULL for strstr checks
Beau Belgrave
1
-3
/
+3
2022-07-12
tracing/user_events: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-04-02
tracing: Move user_events.h temporarily out of include/uapi
Steven Rostedt (Google)
1
-0
/
+5
2022-04-02
tracing/user_events: Remove eBPF interfaces
Beau Belgrave
1
-72
/
+1
2022-04-02
tracing/user_events: Hold event_mutex during dyn_event_add
Beau Belgrave
1
-2
/
+6
2022-03-15
user_events: Add trace event call as root for low permission cases
Beau Belgrave
1
-2
/
+37
2022-03-11
tracing/user_events: Use alloc_pages instead of kzalloc() for register pages
Steven Rostedt (Google)
1
-6
/
+8
2022-03-11
user_events: Prevent dyn_event delete racing with ioctl add/delete
Beau Belgrave
1
-6
/
+40
2022-03-10
user_events: Fix potential uninitialized pointer while parsing field
Beau Belgrave
1
-1
/
+3
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
1
-0
/
+1187
[prev]