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-15
bpf: Report Resource Lifetime reference leaks
Kumar Kartikeya Dwivedi
3
-8
/
+195
2026-08-15
bpf: Report Memory Safety bounds errors
Kumar Kartikeya Dwivedi
3
-4
/
+158
2026-08-15
bpf: Report Register Type Safety errors
Kumar Kartikeya Dwivedi
3
-15
/
+985
2026-08-15
bpf: Track verifier context diagnostic events
Kumar Kartikeya Dwivedi
3
-5
/
+74
2026-08-15
bpf: Track verifier reference diagnostic events
Kumar Kartikeya Dwivedi
3
-7
/
+55
2026-08-15
bpf: Track verifier register diagnostic events
Kumar Kartikeya Dwivedi
4
-23
/
+498
2026-08-15
bpf: Prune verifier diagnostics when switching paths
Kumar Kartikeya Dwivedi
1
-2
/
+9
2026-08-15
bpf: Add verifier diagnostic event log
Kumar Kartikeya Dwivedi
3
-0
/
+154
2026-08-15
bpf: Add source and instruction diagnostic context
Kumar Kartikeya Dwivedi
5
-28
/
+561
2026-08-15
bpf: Add verifier diagnostics report helpers
Kumar Kartikeya Dwivedi
3
-1
/
+62
2026-08-15
cpufreq: schedutil: Fix rate limit overflow
Hui Su
1
-2
/
+13
2026-08-15
sched_ext: Rename balance-era identifiers to dispatch terms
Tejun Heo
4
-32
/
+32
2026-08-15
sched_ext: Drop the stale keep_prev fixup in dispatch_pick()
Tejun Heo
1
-12
/
+0
2026-08-15
sched_ext: Keep kick_sync waiting on the rq's own CPU
Tejun Heo
1
-2
/
+17
2026-08-14
sched_ext: Make SCHED_CLASS_EXT select GENERIC_ALLOCATOR
Tejun Heo
1
-0
/
+1
2026-08-14
sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
Tao Cui
1
-2
/
+7
2026-08-14
sched_ext: Make scx_bpf_events() read the calling scheduler's counters
Tejun Heo
1
-7
/
+11
2026-08-14
sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()
Tejun Heo
1
-8
/
+3
2026-08-14
Merge branches 'expcb.2026.07.24a', 'misc.2026.07.30a', 'rcu-tasks.2026.07.30a', 'srcu.2026.08.11a' and 'torture.2026.08.14a' into HEAD
Paul E. McKenney
13
-229
/
+444
2026-08-14
rcu: Add closing parenthesis in comment in rcu_read_unlock_strict()
Paul E. McKenney
1
-1
/
+1
2026-08-14
bpf: Populate mmap-able array map memory lazily
Song Liu
2
-5
/
+44
2026-08-14
bpf: Fix available-data accounting on 32-bit wrap in overwrite mode
Israel Téllez García
1
-1
/
+1
2026-08-14
bpf: Fix pending_pos walk on 32-bit ring position wrap
Israel Téllez García
1
-1
/
+1
2026-08-14
rcutorture: Make {,s}rcu_read_delay() better handle forward-progress testing
Paul E. McKenney
1
-5
/
+11
2026-08-14
rcutorture: Announce declining to forward-progress test
Paul E. McKenney
1
-3
/
+7
2026-08-14
torture: Don't leak shuffle_tmp_mask when shuffler kthread fails to start
Joel Fernandes
1
-1
/
+6
2026-08-14
rcutorture: Use this_cpu_inc() for rcu_torture_count[] and rcu_torture_batch[]
Paul E. McKenney
1
-2
/
+2
2026-08-14
rcutorture: Make RCU Tasks Trace track Reader Batches
Paul E. McKenney
2
-1
/
+8
2026-08-14
rcutorture: Test RCU Tasks Trace GP implying RCU GP
Paul E. McKenney
1
-6
/
+16
2026-08-14
rcutorture: Add a stall_only module parameter
Paul E. McKenney
1
-0
/
+18
2026-08-14
rcutorture: Add nwriters module parameter
Paul E. McKenney
1
-6
/
+8
2026-08-14
rcutorture: Use task_state_to_char() for task-state reporting
Kunwu Chan
1
-2
/
+2
2026-08-14
rcutorture: Use cpumask_next_wrap() in rcu_torture_preempt()
Paul E. McKenney
1
-3
/
+1
2026-08-14
rcutorture: Test RCU readers from hardware interrupt handlers
Paul E. McKenney
1
-6
/
+71
2026-08-14
rcutorture: Check for immediate deboosting at reader end
Paul E. McKenney
3
-0
/
+66
2026-08-14
sched_ext: Fix exit_task leak on fork failure during enable
fangqiurong
1
-1
/
+1
2026-08-14
sched_ext: fix stale references in doc comments
Tao Cui
2
-4
/
+5
2026-08-14
sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPU
Tejun Heo
1
-1
/
+5
2026-08-14
ring-buffer: Remove ring_buffer_per_cpu::mapped
Vincent Donnefort
1
-28
/
+17
2026-08-14
ring-buffer: Remove trace_buffer::cpus
Vincent Donnefort
1
-2
/
+0
2026-08-14
ring-buffer: Dynamically calculate max_data_size
Vincent Donnefort
1
-10
/
+24
2026-08-14
ring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()
Vincent Donnefort
1
-1
/
+1
2026-08-14
ring-buffer: Fix subbuf resize race with ring buffer readers
Vincent Donnefort
1
-61
/
+106
2026-08-14
ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page
Vincent Donnefort
1
-10
/
+10
2026-08-14
ring-buffer: Hold cpu_buffer::lock when resizing a subbuf
Vincent Donnefort
1
-0
/
+2
2026-08-14
ring-buffer: Free cpu_buffer::free_page with subbuf_order
Vincent Donnefort
1
-1
/
+1
2026-08-14
bpf: Fix arm64 KASAN false positive after bpf_throw
Mykyta Yatsenko
1
-3
/
+5
2026-08-14
Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+4
2026-08-14
sched/fair: Fix flat hierarchy
Vincent Guittot
1
-3
/
+12
2026-08-14
Merge branch 'sched/urgent'
Peter Zijlstra
50
-383
/
+1006
[prev]
[next]