summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-08-14rcutorture: Make RCU Tasks Trace track Reader BatchesPaul E. McKenney
2026-08-14rcutorture: Test RCU Tasks Trace GP implying RCU GPPaul E. McKenney
2026-08-14rcutorture: Add a stall_only module parameterPaul E. McKenney
2026-08-14rcutorture: Add nwriters module parameterPaul E. McKenney
2026-08-14rcutorture: Use task_state_to_char() for task-state reportingKunwu Chan
2026-08-14rcutorture: Use cpumask_next_wrap() in rcu_torture_preempt()Paul E. McKenney
2026-08-14rcutorture: Test RCU readers from hardware interrupt handlersPaul E. McKenney
2026-08-14rcutorture: Check for immediate deboosting at reader endPaul E. McKenney
2026-08-14sched_ext: Fix exit_task leak on fork failure during enablefangqiurong
2026-08-14sched_ext: fix stale references in doc commentsTao Cui
2026-08-14sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo
2026-08-14ring-buffer: Remove ring_buffer_per_cpu::mappedVincent Donnefort
2026-08-14ring-buffer: Remove trace_buffer::cpusVincent Donnefort
2026-08-14ring-buffer: Dynamically calculate max_data_sizeVincent Donnefort
2026-08-14ring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()Vincent Donnefort
2026-08-14ring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort
2026-08-14ring-buffer: Make cpu_buffer::free_page a buffer_data_read_pageVincent Donnefort
2026-08-14ring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort
2026-08-14ring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort
2026-08-14bpf: Fix arm64 KASAN false positive after bpf_throwMykyta Yatsenko
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-14sched/fair: Fix flat hierarchyVincent Guittot
2026-08-14Merge branch 'sched/urgent'Peter Zijlstra
2026-08-14sched: Update time before requeueing delayed entitiesVincent Guittot
2026-08-14tracing: Have trace_event_update_all() only handle module that is loadingSteven Rostedt
2026-08-13signal: factor out the kernel reserved si_code checkBradley Morgan
2026-08-13taskstats: fold the two cpumask handlers into oneBradley Morgan
2026-08-13taskstats: drop the dead NULL attribute check in parse()Bradley Morgan
2026-08-13bpf: Fix func_info_aux desync after dead code eliminationKumar Kartikeya Dwivedi
2026-08-13tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu
2026-08-13tracing: Fix NULL pointer dereference in module event cache removalHui Su
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13bpf: Introduce global percpu dataLeon Hwang
2026-08-13bpf: Factor out check_map_mem_read helper in verifierLeon Hwang
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang
2026-08-13workqueue: annotate racy p->wake_cpu accesses in kick_pool_pick()Breno Leitao
2026-08-13sched/isolation: Defer freeing of cpumask memblock memory to initcallWaiman Long
2026-08-13dma/swiotlb: decouple high watermark tracking from CONFIG_DEBUG_FSchenhuguanshen
2026-08-13bpf: Trim special_kfunc_list in verifierLeon Hwang
2026-08-13bpf: Eliminate dup/restore of insn_aux_dataXu Kuohai
2026-08-13bpf: Make bpf_trampoline_multi_detach return voidHui Zhu
2026-08-13bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failureHui Zhu
2026-08-12bpf: Show more useful info in stack depth statsKumar Kartikeya Dwivedi
2026-08-12bpf: Attribute async callback instructions to verification rootsKumar Kartikeya Dwivedi
2026-08-12bpf: Track verifier instruction stats for each subprogramKumar Kartikeya Dwivedi
2026-08-12audit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean
2026-08-12sched_ext: Convert scx_bpf_cid_override() to __arena array argumentsTejun Heo
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo
2026-08-12Merge branch 'for-7.3' into for-7.3-arena-argsTejun Heo