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-08-03
signal: avoid unconditional siginfo copy in send_signal_locked()
Oleg Nesterov
1
-8
/
+15
2026-08-03
signal: change sys_kill() to use SEND_SIG_NOINFO
Oleg Nesterov
1
-5
/
+1
2026-08-03
signal: avoid shared siginfo namespace rewrites
Bradley Morgan
1
-0
/
+4
2026-08-03
watchdog/softlockup: fix softlockup typos
Matthew Chen
1
-8
/
+8
2026-08-03
kernel/params: fix a pr_debug(" %p ") in parse_one()
Jim Cromie
1
-2
/
+2
2026-08-03
resource: downgrade "resource sanity check" warning to debug level
Manuel Quintero Fonseca
1
-1
/
+1
2026-08-03
binfmt_misc: correctly account pre-opened interpreters
Christian Brauner
1
-0
/
+6
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
5
-11
/
+141
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
6
-33
/
+558
2026-08-03
sched_ext: Add SCX_TASK_PROTECTED
Tejun Heo
2
-24
/
+143
2026-08-03
sched_ext: Synchronize slice and dsq_vtime writes
Tejun Heo
2
-70
/
+118
2026-08-03
sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap too
Tejun Heo
3
-6
/
+10
2026-08-03
sched_ext: Reject internal enq_flags in the dsq move kfuncs
Tejun Heo
1
-8
/
+13
2026-08-03
sched_ext: Factor out __scx_bpf_now()
Tejun Heo
2
-30
/
+30
2026-08-03
sched_ext: Make several ext.c helpers available outside ext.c
Tejun Heo
2
-90
/
+90
2026-08-03
sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
Tejun Heo
3
-8
/
+8
2026-08-03
kho: disallow wide keys in radix tree
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-03
kho: make radix max key width more obvious
Pratyush Yadav (Google)
1
-8
/
+11
2026-08-03
kho: generalize radix tree APIs
Pratyush Yadav (Google)
1
-40
/
+36
2026-08-03
Merge tag 'liveupdate-fixes-2026-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux
Linus Torvalds
1
-6
/
+16
2026-08-03
sched_ext: Initialize idle masks as busy
Andrea Righi
1
-8
/
+8
2026-08-03
Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-10
/
+41
2026-08-03
Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-17
/
+81
2026-08-03
bpf: Remove unused BTF_FMODEL_STRUCT_ARG
Yonghong Song
1
-2
/
+0
2026-08-03
uprobes: Switch uretprobes_srcu to SRCU-fast-updown
Puranjay Mohan
1
-12
/
+17
2026-08-03
binfmt_misc: use RCU for the handler lookup
Christian Brauner
1
-1
/
+1
2026-08-03
binfmt_misc: convert entry list to an hlist
Christian Brauner
1
-1
/
+1
2026-08-03
bpf: Fix mmap_lock deadlock on arena lock failure
Jiayuan Chen
1
-2
/
+6
2026-08-03
bpf: Generate kfunc argument prototype at add-call time
Amery Hung
2
-17
/
+85
2026-08-03
bpf: Classify scalar kfunc arguments from BTF
Amery Hung
1
-50
/
+91
2026-08-03
bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
Amery Hung
1
-80
/
+67
2026-08-03
bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
Amery Hung
1
-54
/
+76
2026-08-03
bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
Amery Hung
1
-17
/
+21
2026-08-03
bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
Amery Hung
1
-22
/
+15
2026-08-03
bpf: Classify kfunc mem_size args from BTF without register state
Amery Hung
1
-11
/
+9
2026-08-03
bpf: Fold __szk const size handling into the scalar arg path
Amery Hung
1
-34
/
+32
2026-08-03
bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}
Amery Hung
10
-66
/
+65
2026-08-03
bpf: Check fixed-size mem args of helpers and kfuncs the same way
Amery Hung
1
-11
/
+17
2026-08-03
bpf: Check helper and kfunc mem+size arguments identically
Amery Hung
1
-18
/
+13
2026-08-03
bpf: Resolve map lookup result type at lookup time
Eduard Zingerman
1
-49
/
+30
2026-08-03
bpf: Pass kfunc meta to mem and mem_size check
Amery Hung
1
-12
/
+10
2026-08-03
bpf: Split kfunc map argument into __const_map and __map
Amery Hung
2
-26
/
+35
2026-08-03
bpf: Unify const map ptr argument checking for helpers and kfuncs
Amery Hung
1
-53
/
+44
2026-08-03
bpf: Drop process_timer_func wrappers
Amery Hung
1
-14
/
+2
2026-08-02
sched_ext: Set errno on ENABLING -> ENABLED transition failure
Liang Luo
1
-0
/
+1
2026-08-02
sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-doc
Liang Luo
1
-2
/
+2
2026-08-02
Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2026-08-02
Merge tag 'perf-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2026-08-01
cgroup: drop unneeded semicolon
Julia Lawall
1
-1
/
+1
2026-08-02
futex: Prevent robust futex exit race some more
Keno Fischer
1
-27
/
+58
[prev]
[next]