index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
ring-buffer: Align meta-page to sub-buffers for improved TLB usage
Vincent Donnefort
1
-13
/
+20
2024-08-26
ring-buffer: Add magic and struct size to boot up meta data
Steven Rostedt
1
-0
/
+14
2024-08-26
ring-buffer: Don't reset persistent ring-buffer meta saved addresses
Steven Rostedt
1
-8
/
+24
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
10
-42
/
+58
2024-08-21
tracing: Fix memory leak in fgraph storage selftest
Masami Hiramatsu (Google)
1
-5
/
+18
2024-08-21
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...
Masami Hiramatsu (Google)
1
-13
/
+18
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
1
-25
/
+2
2024-08-15
rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
Valentin Schneider
1
-2
/
+2
2024-08-15
tracing/fgraph: Have fgraph handle previous boot function addresses
Steven Rostedt
1
-5
/
+18
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
1
-8
/
+15
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
1
-2
/
+2
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
24
-496
/
+2087
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
1
-1
/
+1
2024-08-07
ring-buffer: Remove unused function ring_buffer_nr_pages()
Jianhui Zhou
1
-12
/
+0
2024-08-07
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
1
-3
/
+3
2024-08-07
function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()
Petr Pavlu
1
-1
/
+1
2024-08-07
tracing: Use refcount for trace_event_file reference counter
Steven Rostedt
1
-4
/
+4
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
5
-19
/
+49
2024-08-07
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
Song Liu
1
-68
/
+0
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-1
/
+1
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-1
/
+1
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
2
-26
/
+25
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
2
-10
/
+5
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-2
/
+0
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
4
-4
/
+4
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
9
-349
/
+1894
2024-07-18
Merge tag 'trace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2
-4
/
+5
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-81
/
+111
2024-07-15
ring-buffer: Use vma_pages() helper function
Thorsten Blum
1
-4
/
+4
2024-07-15
trace/pid_list: Change gfp flags in pid_list_fill_irq()
levi.yun
1
-2
/
+2
2024-07-15
tracing: Fix NULL vs IS_ERR() check in enable_instances()
Dan Carpenter
1
-1
/
+1
2024-07-10
tracing/kprobes: Fix build error when find_module() is not available
Masami Hiramatsu (Google)
1
-6
/
+19
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-6
/
+9
2024-07-06
tracing/kprobes: Add symbol counting check when module loads
Masami Hiramatsu (Google)
1
-44
/
+81
2024-07-03
ftrace: unpoison ftrace_regs in ftrace_ops_list_func()
Ilya Leoshkevich
1
-0
/
+1
2024-07-01
fgraph: Use str_plural() in test_graph_storage_single()
Jiapeng Chong
1
-1
/
+1
2024-07-01
rtla/osnoise: set the default threshold to 1us
Luis Claudio R. Goncalves
1
-2
/
+2
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-8
/
+5
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
1
-1
/
+1
2024-06-14
function_graph: Add READ_ONCE() when accessing fgraph_array[]
Steven Rostedt (Google)
1
-1
/
+1
2024-06-14
tracing: Add last boot delta offset for stack traces
Steven Rostedt (Google)
1
-1
/
+2
2024-06-14
tracing: Update function tracing output for previous boot buffer
Steven Rostedt (Google)
1
-3
/
+6
2024-06-14
tracing: Handle old buffer mappings for event strings and functions
Steven Rostedt (Google)
1
-3
/
+39
2024-06-14
tracing/ring-buffer: Add last_boot_info file to boot instance
Steven Rostedt (Google)
3
-1
/
+71
2024-06-14
ring-buffer: Save text and data locations in mapped meta data
Steven Rostedt (Google)
1
-0
/
+16
2024-06-14
tracing: Add option to use memmapped memory for trace boot instance
Steven Rostedt (Google)
1
-6
/
+69
2024-06-14
ring-buffer: Validate boot range memory events
Steven Rostedt (Google)
1
-38
/
+152
2024-06-14
ring-buffer: Add test if range of boot buffer is valid
Steven Rostedt (Google)
1
-8
/
+135
2024-06-14
ring-buffer: Add output of ring buffer meta page
Steven Rostedt (Google)
3
-2
/
+107
[prev]
[next]