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-15
perf: Identify the 0->1 transition for event::mmap_count
Peter Zijlstra
1
-1
/
+1
2025-08-15
perf: Use scoped_guard() for mmap_mutex in perf_mmap()
Peter Zijlstra
1
-21
/
+14
2025-08-15
perf: Split out the RB allocation
Peter Zijlstra
1
-72
/
+73
2025-08-15
perf: Make RB allocation branch self sufficient
Peter Zijlstra
1
-5
/
+1
2025-08-15
perf: Split out the AUX buffer allocation
Peter Zijlstra
1
-67
/
+77
2025-08-15
perf: Reflow to get rid of aux_success label
Peter Zijlstra
1
-19
/
+18
2025-08-15
perf: Use guard() for aux_mutex in perf_mmap()
Peter Zijlstra
1
-5
/
+1
2025-08-15
perf: Remove redundant aux_unlock label
Peter Zijlstra
1
-9
/
+8
2025-08-15
perf: Move common code into both rb and aux branches
Peter Zijlstra
1
-10
/
+15
2025-08-15
perf: Merge consecutive conditionals in perf_mmap()
Peter Zijlstra
1
-22
/
+19
2025-08-15
perf: Move perf_mmap_calc_limits() into both rb and aux branches
Peter Zijlstra
1
-8
/
+18
2025-08-15
perf: Split out VM accounting
Thomas Gleixner
1
-4
/
+9
2025-08-15
perf: Split out mlock limit handling
Thomas Gleixner
1
-37
/
+38
2025-08-15
perf: Remove redundant condition for AUX buffer size
Thomas Gleixner
1
-1
/
+1
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
1
-0
/
+6
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
2
-2
/
+5
2025-08-15
bpf, cpumap: Disable page_pool direct xdp_return need larger scope
Jesper Dangaard Brouer
1
-2
/
+2
2025-08-14
rcutorture: Delay forward-progress testing until boot completes
Paul E. McKenney
1
-0
/
+2
2025-08-14
torture: Delay CPU-hotplug operations until boot completes
Paul E. McKenney
1
-0
/
+2
2025-08-14
rcutorture: Delay rcutorture readers and writers until boot completes
Paul E. McKenney
1
-4
/
+14
2025-08-14
rcutorture: Suppress "Writer stall state" reports during boot
Paul E. McKenney
1
-1
/
+2
2025-08-14
torture: Announce kernel boot status at torture-test startup
Paul E. McKenney
1
-2
/
+3
2025-08-14
rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()
Zqiang
1
-4
/
+1
2025-08-14
Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2025-08-13
rcu: Document that rcu_barrier() hurries lazy callbacks
Paul E. McKenney
1
-0
/
+5
2025-08-13
cpuset: remove redundant CS_ONLINE flag
Chen Ridong
2
-5
/
+2
2025-08-13
audit: add a missing tab
Dan Carpenter
1
-1
/
+1
2025-08-13
dma/pool: Ensure DMA_DIRECT_REMAP allocations are decrypted
Shanker Donthineni
1
-2
/
+2
2025-08-13
locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() path
John Stultz
1
-1
/
+5
2025-08-13
ipvs: Fix estimator kthreads preferred affinity
Frederic Weisbecker
1
-0
/
+1
2025-08-12
bpf: Replace kvfree with kfree for kzalloc memory
Qianfeng Rong
1
-1
/
+1
2025-08-12
bpf: Remove redundant __GFP_NOWARN
Qianfeng Rong
2
-2
/
+2
2025-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Martin KaFai Lau
35
-522
/
+748
2025-08-12
cgroup: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-1
/
+2
2025-08-11
sched/ext: Fix invalid task state transitions on class switch
Andrea Righi
1
-0
/
+4
2025-08-11
futex: Use user_write_access_begin/_end() in futex_put_value()
Waiman Long
1
-3
/
+3
2025-08-11
audit: fix typo in auditfilter.c comment
Kieran Moy
1
-1
/
+1
2025-08-11
audit: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-2
/
+4
2025-08-11
audit: fix indentation in audit_log_exit()
Casey Schaufler
1
-3
/
+4
2025-08-11
of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()
Oreoluwa Babatunde
1
-2
/
+0
2025-08-11
swiotlb: Remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-08-11
dma-direct: clean up the logic in __dma_direct_alloc_pages()
Petr Tesarik
1
-18
/
+13
2025-08-11
rcu: Fix racy re-initialization of irq_work causing hangs
Frederic Weisbecker
3
-2
/
+9
2025-08-10
Merge tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+1
2025-08-10
Merge tag 'irq_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2025-08-10
Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-08-09
cgroup: avoid null de-ref in css_rstat_exit()
JP Kobryn
1
-0
/
+3
2025-08-09
cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()
Waiman Long
1
-2
/
+0
2025-08-09
cgroup/cpuset: Fix a partition error with CPU hotplug
Waiman Long
1
-3
/
+4
2025-08-09
cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key
Waiman Long
1
-1
/
+1
[prev]
[next]