index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
sched: Update time before requeueing delayed entities
Vincent Guittot
1
-0
/
+2
2026-08-14
tracing: Have trace_event_update_all() only handle module that is loading
Steven Rostedt
3
-4
/
+8
2026-08-13
signal: factor out the kernel reserved si_code check
Bradley Morgan
1
-11
/
+14
2026-08-13
taskstats: fold the two cpumask handlers into one
Bradley Morgan
1
-26
/
+12
2026-08-13
taskstats: drop the dead NULL attribute check in parse()
Bradley Morgan
1
-2
/
+0
2026-08-13
bpf: Fix func_info_aux desync after dead code elimination
Kumar Kartikeya Dwivedi
1
-1
/
+5
2026-08-13
tracing: Fix race between update_event_fields and, event_define_fields
Michael Wu
1
-0
/
+2
2026-08-13
tracing: Fix NULL pointer dereference in module event cache removal
Hui Su
1
-1
/
+1
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-45
/
+62
2026-08-13
bpf: Introduce global percpu data
Leon Hwang
4
-3
/
+84
2026-08-13
bpf: Factor out check_map_mem_read helper in verifier
Leon Hwang
1
-32
/
+43
2026-08-13
bpf: Drop duplicate blank lines in kernel/bpf/
Leon Hwang
10
-30
/
+0
2026-08-13
workqueue: annotate racy p->wake_cpu accesses in kick_pool_pick()
Breno Leitao
1
-2
/
+3
2026-08-13
sched/isolation: Defer freeing of cpumask memblock memory to initcall
Waiman Long
1
-1
/
+15
2026-08-13
dma/swiotlb: decouple high watermark tracking from CONFIG_DEBUG_FS
chenhuguanshen
1
-59
/
+94
2026-08-13
bpf: Trim special_kfunc_list in verifier
Leon Hwang
1
-6
/
+0
2026-08-13
bpf: Eliminate dup/restore of insn_aux_data
Xu Kuohai
3
-52
/
+4
2026-08-13
bpf: Make bpf_trampoline_multi_detach return void
Hui Zhu
2
-3
/
+3
2026-08-13
bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
Hui Zhu
1
-1
/
+11
2026-08-12
bpf: Show more useful info in stack depth stats
Kumar Kartikeya Dwivedi
1
-9
/
+14
2026-08-12
bpf: Attribute async callback instructions to verification roots
Kumar Kartikeya Dwivedi
1
-0
/
+10
2026-08-12
bpf: Track verifier instruction stats for each subprogram
Kumar Kartikeya Dwivedi
1
-9
/
+46
2026-08-12
audit: avoid dropping live tree ref on fsnotify rule autoremove
Jérémy Jean
1
-4
/
+2
2026-08-12
sched_ext: Convert scx_bpf_cid_override() to __arena array arguments
Tejun Heo
1
-21
/
+28
2026-08-12
sched_ext: Convert sub-cap kfuncs to __arena cmask arguments
Tejun Heo
4
-38
/
+36
2026-08-12
sched_ext: Pass kernel arena pointers to ops_cid callbacks
Tejun Heo
4
-27
/
+13
2026-08-12
Merge branch 'for-7.3' into for-7.3-arena-args
Tejun Heo
6
-96
/
+271
2026-08-12
sched_ext: Gate cid kfuncs behind the SCX struct_ops check
fangqiurong
2
-4
/
+6
2026-08-12
bpf: Derive the atomic load register in one place
Daniel Borkmann
4
-35
/
+9
2026-08-12
workqueue: BUG_ON() instead of returning NULL in wq_node_nr_active()
Breno Leitao
1
-2
/
+1
2026-08-12
workqueue: use RCU accessors when populating wq->cpu_pwq
Breno Leitao
1
-7
/
+12
2026-08-12
workqueue: use rcu_dereference_sched() in workqueue_congested()
Breno Leitao
1
-1
/
+1
2026-08-12
sched_ext: Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
6
-93
/
+268
2026-08-12
cachefiles,netfs: sunset ondemand mode
Gao Xiang
1
-7
/
+0
2026-08-12
pid: reject allocations through dead ancestor pid namespaces
Jérémy Jean
1
-2
/
+4
2026-08-11
cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flag
Guopeng Zhang
2
-21
/
+11
2026-08-11
sched_ext: Fix rq->core_pick corruption under core scheduling
Tejun Heo
1
-8
/
+78
2026-08-11
sched_ext: Count rq lock releases in rq->scx.lock_drop_seq
Tejun Heo
2
-2
/
+39
2026-08-11
sched_ext: Fix this_rq() assumptions in dispatch kfuncs
Tejun Heo
1
-23
/
+35
2026-08-11
sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return
Tejun Heo
2
-52
/
+73
2026-08-11
sched/core: Make core-sched flips wait for in-flight selections
Tejun Heo
2
-0
/
+23
2026-08-11
sched/core: Handle pick_task() releasing the rq lock
Tejun Heo
1
-8
/
+19
2026-08-11
srcu: Queue sdp->work when the delay timer is successfully deleted
Zqiang
1
-1
/
+6
2026-08-11
bpf: Compare iterator types during state pruning
Ning Ding
1
-1
/
+2
2026-08-11
ring-buffer: drop unneeded semicolon
Julia Lawall
1
-2
/
+2
2026-08-11
timer_list: Use ktime_t over nanoseconds
Thomas Weißschuh (Schneider Electric)
1
-30
/
+27
2026-08-11
timer_list: Use standard 'long long' format placeholders
Thomas Weißschuh (Schneider Electric)
1
-9
/
+9
2026-08-11
hrtimer: Add a lockdep assertion to hrtimer_update_base()
Thomas Weißschuh (Schneider Electric)
1
-0
/
+2
2026-08-11
timekeeping: Use u32 for clock_was_set_seq
Thomas Weißschuh (Schneider Electric)
3
-4
/
+5
2026-08-11
timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()
Thomas Weißschuh (Schneider Electric)
1
-2
/
+2
[prev]
[next]