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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-09
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+3
2025-08-07
bpf: use realloc in bpf_patch_insn_data
Eduard Zingerman
1
-14
/
+15
2025-08-07
bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
Eduard Zingerman
1
-7
/
+7
2025-08-06
cpu: Remove obsolete comment from takedown_cpu()
Waiman Long
1
-3
/
+0
2025-08-06
bpf: Allow struct_ops to get map id by kdata
Amery Hung
1
-0
/
+12
2025-08-06
genirq/test: Resolve irq lock inversion warnings
Brian Norris
1
-1
/
+3
2025-08-06
Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
3
-79
/
+69
2025-08-06
Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
Linus Torvalds
1
-8
/
+28
2025-08-06
kheaders: make it possible to override TAR
Michał Górny
1
-3
/
+3
2025-08-05
perf/core: Prevent VMA split of buffer mappings
Thomas Gleixner
1
-0
/
+10
2025-08-05
perf/core: Handle buffer mapping fail correctly in perf_mmap()
Thomas Gleixner
1
-2
/
+10
2025-08-05
perf/core: Exit early on perf_mmap() fail
Thomas Gleixner
1
-2
/
+4
2025-08-05
perf/core: Don't leak AUX buffer refcount on allocation failure
Thomas Gleixner
1
-3
/
+4
2025-08-05
perf/core: Preserve AUX buffer allocation failure result
Thomas Gleixner
1
-2
/
+1
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-14
/
+8
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
3
-33
/
+78
2025-08-04
sched/psi: Fix psi_seq initialization
Peter Zijlstra
1
-5
/
+1
2025-08-04
Merge branch 'rework/fixes' into for-linus
Petr Mladek
1
-22
/
+41
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
17
-171
/
+424
2025-08-03
Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
4
-200
/
+117
2025-08-03
Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
3
-6
/
+15
2025-08-02
execmem: introduce execmem_alloc_rw()
Mike Rapoport (Microsoft)
1
-11
/
+2
2025-08-02
mm: add process info to bad rss-counter warning
Xuanye Liu
1
-3
/
+6
2025-08-02
ucount: use atomic_long_try_cmpxchg() in atomic_long_inc_below()
Uros Bizjak
1
-8
/
+6
2025-08-02
ucount: fix atomic_long_inc_below() argument type
Uros Bizjak
1
-1
/
+1
2025-08-02
kexec: enable CMA based contiguous allocation
Alexander Graf
4
-11
/
+144
2025-08-02
bpf: Fix memory leak of bpf_scc_info objects
Eduard Zingerman
1
-0
/
+3
2025-08-02
futex: Move futex cleanup to __mmdrop()
Thomas Gleixner
1
-1
/
+1
2025-08-02
smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
Roman Kisel
1
-1
/
+1
2025-08-01
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
4
-24
/
+62
2025-08-01
tracing: Have unsigned int function args displayed as hexadecimal
Steven Rostedt
1
-1
/
+7
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+7
2025-08-01
ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)
Steven Rostedt
1
-10
/
+6
2025-08-01
tracing: Use __free(kfree) in trace.c to remove gotos
Steven Rostedt
1
-24
/
+12
2025-08-01
tracing: Add guard() around locks and mutexes in trace.c
Steven Rostedt
1
-98
/
+46
2025-08-01
tracing: Add guard(ring_buffer_nest)
Steven Rostedt
2
-44
/
+31
2025-08-01
tracing: Remove unneeded goto out logic
Steven Rostedt
1
-23
/
+15
2025-08-01
Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
9
-80
/
+208
2025-08-01
Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
6
-0
/
+498
2025-08-01
bpf: Improve ctx access verifier error message
Paul Chaignon
1
-1
/
+1
2025-08-01
vhost: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Pei Xiao
1
-1
/
+1
2025-07-31
cfi: Move BPF CFI types and helpers to generic code
Sami Tolvanen
1
-0
/
+15
2025-07-31
Merge tag 'bitmap-for-6.17' of https://github.com/norov/linux
Linus Torvalds
2
-8
/
+2
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
7
-190
/
+182
2025-07-31
Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-106
/
+103
2025-07-31
Merge tag 'wq-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-50
/
+24
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-55
/
+6
2025-07-31
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+15
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
2
-23
/
+25
[prev]
[next]