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
/
trace_events_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
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