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-06-30
tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()
Sechang Lim
1
-0
/
+10
2026-06-30
tracing/probes: Fix double addition of offset for @+FOFFSET
Masami Hiramatsu (Google)
1
-0
/
+1
2026-06-30
tracing: eprobe: read the complete FILTER_PTR_STRING pointer
Martin Kaiser
1
-1
/
+1
2026-06-30
tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg
Masami Hiramatsu (Google)
1
-1
/
+1
2026-06-30
bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
Matt Bobrowski
1
-0
/
+9
2026-06-30
sched_ext: Replace open-coded event lists with SCX_EVENTS_LIST
Cheng-Yang Chou
2
-51
/
+25
2026-06-30
sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
Tejun Heo
1
-1
/
+6
2026-06-30
sched/fair: Fix stale comments referring to removed CFS concepts
Zhan Xusheng
1
-2
/
+5
2026-06-30
perf/core: Check kernel access when kernel callchains are requested
Dapeng Mi
1
-1
/
+3
2026-06-30
perf/core: Fix kernel register info leak via hardware skid
Dapeng Mi
1
-7
/
+30
2026-06-30
sched/debug: Remove unused schedstats
Shrikanth Hegde
1
-3
/
+0
2026-06-30
sched/psi: skip irqtime accounting when no new irq time has elapsed
Usama Arif
1
-1
/
+1
2026-06-30
sched/fair: Reflow sched_balance_rq()
Peter Zijlstra
2
-68
/
+77
2026-06-30
sched/fair: Simplify balance_interval reset logic in sched_balance_rq()
Xin Zhao
1
-4
/
+2
2026-06-30
sched/fair: Don't trigger active lb if src_rq->curr is not on_rq
Xin Zhao
1
-5
/
+14
2026-06-30
sched/eevdf: Speedup short slice task scheduling
Vincent Guittot
1
-2
/
+69
2026-06-30
sched/eevdf: Always update slice protection
Vincent Guittot
1
-5
/
+6
2026-06-30
sched/eevdf: Cancel slice protection if short slice task is eligible
Vincent Guittot
1
-10
/
+12
2026-06-30
sched/eevdf: Update slice protection even when resched is already set
Vincent Guittot
1
-1
/
+1
2026-06-30
sched/eevdf: Take into account current's lag when updating slice protection
Vincent Guittot
1
-1
/
+2
2026-06-30
sched/fair: Set next buddy for preempt short
Vincent Guittot
1
-1
/
+10
2026-06-30
sched/fair: Remove unused arguments from set_preempt_buddy()
K Prateek Nayak
1
-6
/
+2
2026-06-30
sched/eevdf: Move to a single runqueue
Peter Zijlstra (Intel)
5
-474
/
+373
2026-06-30
sched/fair: Change the default cgroup_mode to concur
Peter Zijlstra
2
-3
/
+3
2026-06-30
sched/fair: Add cgroup_mode: tasks
Peter Zijlstra
2
-0
/
+17
2026-06-30
sched/fair: Add cgroup_mode: concur
Peter Zijlstra
3
-7
/
+40
2026-06-30
sched/fair: Add cgroup_mode: max
Peter Zijlstra
3
-5
/
+70
2026-06-30
sched/fair: Add cgroup_mode: up
Peter Zijlstra
3
-3
/
+34
2026-06-30
sched/fair: Add cgroup_mode switch
Peter Zijlstra
1
-0
/
+74
2026-06-30
sched/fair: Fix overflow in update_tg_cfs_runnable()
Chen, Yu C
1
-2
/
+3
2026-06-30
sched/core: Fix inter-class wakeup_preempt()
Peter Zijlstra
3
-4
/
+8
2026-06-29
bpf,fork: wipe ->bpf_storage before bailouts that access it
Jann Horn
1
-4
/
+5
2026-06-29
sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetime
Tejun Heo
1
-2
/
+11
2026-06-29
workqueue: defer the worker wakeup outside pool->lock in process_one_work()
Breno Leitao
1
-1
/
+10
2026-06-29
workqueue: defer the worker wakeup outside pool->lock in __queue_work()
Breno Leitao
1
-1
/
+4
2026-06-29
workqueue: split kick_pool() into kick_pool_pick()
Breno Leitao
1
-5
/
+30
2026-06-29
smp: Use release stores for csd_lock_record() state
Usama Arif
1
-7
/
+19
2026-06-29
irqdomain: Remove unnedded NULL check in __irq_domain_[de]activate_irq()
Kemeng Shi
1
-2
/
+2
2026-06-29
genirq/manage: Use irqd_get_parent_data() helper in __irq_get_irqchip_state()
Kemeng Shi
1
-5
/
+1
2026-06-29
irqdomain: Plug leak in irq_domain_alloc_irqs_locked() error path
Kemeng Shi
1
-1
/
+3
2026-06-29
fs: add umh argument to struct kernel_clone_args
Christian Brauner
2
-8
/
+23
2026-06-29
fs: add real_fs to track task's actual fs_struct
Christian Brauner
2
-2
/
+8
2026-06-29
fs: add switch_fs_struct()
Christian Brauner
1
-16
/
+6
2026-06-29
kernel: exit: fix coding style missing spaces
mingzhu wang
1
-1
/
+1
2026-06-26
Merge tag 'pm-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+1
2026-06-25
bpf: Fix insn_aux_data leak on verifier err_free_env path
KaFai Wan
1
-1
/
+1
2026-06-25
bpf: Mask pseudo pointer values in verifier logs
Nuoqi Gui
1
-1
/
+4
2026-06-25
bpf: Preserve scalar zero spills for stack reads
Woojin Ji
1
-11
/
+42
2026-06-25
bpf: Reject offset refcount acquire arguments
Yiyang Chen
1
-10
/
+22
2026-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
8
-198
/
+339
[prev]
[next]