aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-15bpf: Report Resource Lifetime reference leaksKumar Kartikeya Dwivedi3-8/+195
2026-08-15bpf: Report Memory Safety bounds errorsKumar Kartikeya Dwivedi3-4/+158
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi3-15/+985
2026-08-15bpf: Track verifier context diagnostic eventsKumar Kartikeya Dwivedi3-5/+74
2026-08-15bpf: Track verifier reference diagnostic eventsKumar Kartikeya Dwivedi3-7/+55
2026-08-15bpf: Track verifier register diagnostic eventsKumar Kartikeya Dwivedi4-23/+498
2026-08-15bpf: Prune verifier diagnostics when switching pathsKumar Kartikeya Dwivedi1-2/+9
2026-08-15bpf: Add verifier diagnostic event logKumar Kartikeya Dwivedi3-0/+154
2026-08-15bpf: Add source and instruction diagnostic contextKumar Kartikeya Dwivedi5-28/+561
2026-08-15bpf: Add verifier diagnostics report helpersKumar Kartikeya Dwivedi3-1/+62
2026-08-15cpufreq: schedutil: Fix rate limit overflowHui Su1-2/+13
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo4-32/+32
2026-08-15sched_ext: Drop the stale keep_prev fixup in dispatch_pick()Tejun Heo1-12/+0
2026-08-15sched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo1-2/+17
2026-08-14sched_ext: Make SCHED_CLASS_EXT select GENERIC_ALLOCATORTejun Heo1-0/+1
2026-08-14sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui1-2/+7
2026-08-14sched_ext: Make scx_bpf_events() read the calling scheduler's countersTejun Heo1-7/+11
2026-08-14sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()Tejun Heo1-8/+3
2026-08-14Merge branches 'expcb.2026.07.24a', 'misc.2026.07.30a', 'rcu-tasks.2026.07.30a', 'srcu.2026.08.11a' and 'torture.2026.08.14a' into HEADPaul E. McKenney13-229/+444
2026-08-14rcu: Add closing parenthesis in comment in rcu_read_unlock_strict()Paul E. McKenney1-1/+1
2026-08-14bpf: Populate mmap-able array map memory lazilySong Liu2-5/+44
2026-08-14bpf: Fix available-data accounting on 32-bit wrap in overwrite modeIsrael Téllez García1-1/+1
2026-08-14bpf: Fix pending_pos walk on 32-bit ring position wrapIsrael Téllez García1-1/+1
2026-08-14rcutorture: Make {,s}rcu_read_delay() better handle forward-progress testingPaul E. McKenney1-5/+11
2026-08-14rcutorture: Announce declining to forward-progress testPaul E. McKenney1-3/+7
2026-08-14torture: Don't leak shuffle_tmp_mask when shuffler kthread fails to startJoel Fernandes1-1/+6
2026-08-14rcutorture: Use this_cpu_inc() for rcu_torture_count[] and rcu_torture_batch[]Paul E. McKenney1-2/+2
2026-08-14rcutorture: Make RCU Tasks Trace track Reader BatchesPaul E. McKenney2-1/+8
2026-08-14rcutorture: Test RCU Tasks Trace GP implying RCU GPPaul E. McKenney1-6/+16
2026-08-14rcutorture: Add a stall_only module parameterPaul E. McKenney1-0/+18
2026-08-14rcutorture: Add nwriters module parameterPaul E. McKenney1-6/+8
2026-08-14rcutorture: Use task_state_to_char() for task-state reportingKunwu Chan1-2/+2
2026-08-14rcutorture: Use cpumask_next_wrap() in rcu_torture_preempt()Paul E. McKenney1-3/+1
2026-08-14rcutorture: Test RCU readers from hardware interrupt handlersPaul E. McKenney1-6/+71
2026-08-14rcutorture: Check for immediate deboosting at reader endPaul E. McKenney3-0/+66
2026-08-14sched_ext: Fix exit_task leak on fork failure during enablefangqiurong1-1/+1
2026-08-14sched_ext: fix stale references in doc commentsTao Cui2-4/+5
2026-08-14sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo1-1/+5
2026-08-14ring-buffer: Remove ring_buffer_per_cpu::mappedVincent Donnefort1-28/+17
2026-08-14ring-buffer: Remove trace_buffer::cpusVincent Donnefort1-2/+0
2026-08-14ring-buffer: Dynamically calculate max_data_sizeVincent Donnefort1-10/+24
2026-08-14ring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()Vincent Donnefort1-1/+1
2026-08-14ring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort1-61/+106
2026-08-14ring-buffer: Make cpu_buffer::free_page a buffer_data_read_pageVincent Donnefort1-10/+10
2026-08-14ring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort1-0/+2
2026-08-14ring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort1-1/+1
2026-08-14bpf: Fix arm64 KASAN false positive after bpf_throwMykyta Yatsenko1-3/+5
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+4
2026-08-14sched/fair: Fix flat hierarchyVincent Guittot1-3/+12
2026-08-14Merge branch 'sched/urgent'Peter Zijlstra50-383/+1006