index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
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
2023-07-23
tracing/user_events: Fix struct arg size match check
Beau Belgrave
1
-0
/
+3
2023-07-23
tracing/user_events: Fix incorrect return value for writing operation when ev...
sunliming
1
-1
/
+2
2023-05-11
tracing/user_events: Ensure write index cannot be negative
Beau Belgrave
1
-0
/
+3
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-12-31
tracing/user_events: Fix call print_fmt leak
Beau Belgrave
1
-0
/
+1
2022-11-22
tracing/user_events: Fix memory leak in user_event_create()
Xiu Jianfeng
1
-1
/
+3
2022-10-03
tracing/user_events: Move pages/locks into groups to prepare for namespaces
Beau Belgrave
1
-72
/
+274
2022-09-29
tracing/user_events: Use bits vs bytes for enabled status page data
Beau Belgrave
1
-8
/
+67
2022-09-29
tracing/user_events: Use refcount instead of atomic for ref tracking
Beau Belgrave
1
-29
/
+24
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