index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-29
ring-buffer: Fix reader page read offset for remote buffers
Vincent Donnefort
1
-0
/
+1
2026-07-29
audit: fix potential use-after-free in audit_del_rule()
Luxiao Xu
1
-2
/
+4
2026-07-29
audit: fix potential integer overflow in audit_log_n_string()
Zhan Xusheng
1
-2
/
+9
2026-07-29
tracing/filters: Fix false positive match in regex_match_full()
Masami Hiramatsu (Google)
1
-0
/
+3
2026-07-29
tracing: Check return value of __register_event() in trace_module_add_events()
Masami Hiramatsu (Google)
1
-2
/
+2
2026-07-29
tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
Masami Hiramatsu (Google)
1
-2
/
+10
2026-07-29
tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
Masami Hiramatsu (Google)
1
-0
/
+1
2026-07-29
fprobe: Fix module reference count leak on error in register_fprobe()
Masami Hiramatsu (Google)
1
-4
/
+2
2026-07-29
futex: Optimise the size check get_futex_key()
Sebastian Andrzej Siewior
1
-1
/
+1
2026-07-29
futex: Use runtime constants for __futex_hash() hot path
Peter Zijlstra
1
-19
/
+25
2026-07-29
kho: fix size calculation in kho_preserved_memory_reserve()
Pratyush Yadav (Google)
1
-1
/
+1
2026-07-28
mm: constify oom_control, scan_control, and alloc_context nodemask
Gregory Price
1
-1
/
+1
2026-07-28
audit: drop BUG_ON() from audit_signal_info_syscall()
Ricardo Robaina
1
-1
/
+2
2026-07-28
audit: drop BUG_ON() from audit_add_to_parent()
Ricardo Robaina
1
-1
/
+1
2026-07-29
tracing/fprobe: Roll back on enable_trace_fprobe() failure
Raushan Patel
1
-1
/
+11
2026-07-28
tracing/probes: Reject $arg0 in meta argument expansion
Raushan Patel
1
-1
/
+5
2026-07-28
tracing/probes: Treating longer symbol name on event comparation
Masami Hiramatsu (Google)
3
-10
/
+17
2026-07-28
tracing: Use seq_buf for string concatenation
Woradorn Laodhanadhaworn
1
-3
/
+13
2026-07-28
tracing: Use strscpy() instead of strcpy() in trace_sched_switch
Po-Sheng Lin
1
-3
/
+3
2026-07-28
tracing: Warn when an event dereferences a pointer in TP_printk()
Steven Rostedt
1
-6
/
+29
2026-07-28
tracing: Reject invalid preemptirq_delay_test CPU affinity
Samuel Moelius
1
-0
/
+9
2026-07-28
fgraph: Use trace_seq_putc() in print_graph_return()
Markus Elfring
1
-1
/
+1
2026-07-28
tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show()
Markus Elfring
1
-1
/
+1
2026-07-28
tracing/user_events: Use seq_putc() in two functions
Markus Elfring
1
-4
/
+4
2026-07-28
tracing: Bound histogram expression strings with seq_buf
Pengpeng Hou
1
-24
/
+33
2026-07-28
tracing: Return ERR_PTR() from expr_str()
Pengpeng Hou
1
-5
/
+20
2026-07-28
tracing: Use __free() for expr_str() buffer
Pengpeng Hou
1
-8
/
+6
2026-07-28
kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()
David Laight
1
-2
/
+1
2026-07-28
tracing: Point constant hist field type to string literal
Yu Peng
1
-3
/
+1
2026-07-28
tracing: Expose tracepoint BTF ids via tracefs
Mykyta Yatsenko
2
-1
/
+96
2026-07-28
bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
Mykyta Yatsenko
1
-2
/
+2
2026-07-27
Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-0
/
+1
2026-07-27
bpf: Allow bpf_res_spin_lock() in all contexts
Kumar Kartikeya Dwivedi
1
-0
/
+2
2026-07-27
sched_ext: Report scx_link_sched() failures inline
Tejun Heo
1
-20
/
+9
2026-07-27
sched_ext: Abort directly from the hardlockup handler
Tejun Heo
1
-26
/
+9
2026-07-27
sched_ext: Report NMI kicks with scx_error()
Tejun Heo
2
-6
/
+1
2026-07-27
sched_ext: Format bstr exit messages after claiming the exit
Tejun Heo
3
-40
/
+64
2026-07-27
sched_ext: Make exit claiming lock-free
Tejun Heo
3
-45
/
+79
2026-07-27
mlx5: Deprecate latency-sensitive QPs feature
Leon Romanovsky
25
-152
/
+340
2026-07-26
scsi: dma-mapping: Make dma_max_mapping_size() return 0 for no DMA capability
John Garry
1
-0
/
+3
2026-07-26
sched_ext: Bound per-task reenqueues and eject the owning scheduler
Tejun Heo
5
-40
/
+46
2026-07-26
Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
9
-11
/
+58
2026-07-26
Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+25
2026-07-26
RDMA/cgroup: Disambiguate devices across net namespaces
Jiri Pirko
1
-12
/
+59
2026-07-25
sched_ext: Use rcu_access_pointer() for the first_task comparison
Tejun Heo
1
-1
/
+1
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
4
-21
/
+50
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
3
-10
/
+26
2026-07-25
kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
Michal Clapinski
1
-6
/
+16
2026-07-25
liveupdate: Remember FLB retrieve() status
David Matlack
1
-3
/
+7
2026-07-25
liveupdate: Reference count outgoing FLB data
David Matlack
1
-3
/
+7
[prev]
[next]