aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-14sched: Update time before requeueing delayed entitiesVincent Guittot1-0/+2
2026-08-14tracing: Have trace_event_update_all() only handle module that is loadingSteven Rostedt3-4/+8
2026-08-13signal: factor out the kernel reserved si_code checkBradley Morgan1-11/+14
2026-08-13taskstats: fold the two cpumask handlers into oneBradley Morgan1-26/+12
2026-08-13taskstats: drop the dead NULL attribute check in parse()Bradley Morgan1-2/+0
2026-08-13bpf: Fix func_info_aux desync after dead code eliminationKumar Kartikeya Dwivedi1-1/+5
2026-08-13tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu1-0/+2
2026-08-13tracing: Fix NULL pointer dereference in module event cache removalHui Su1-1/+1
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-45/+62
2026-08-13bpf: Introduce global percpu dataLeon Hwang4-3/+84
2026-08-13bpf: Factor out check_map_mem_read helper in verifierLeon Hwang1-32/+43
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang10-30/+0
2026-08-13workqueue: annotate racy p->wake_cpu accesses in kick_pool_pick()Breno Leitao1-2/+3
2026-08-13sched/isolation: Defer freeing of cpumask memblock memory to initcallWaiman Long1-1/+15
2026-08-13dma/swiotlb: decouple high watermark tracking from CONFIG_DEBUG_FSchenhuguanshen1-59/+94
2026-08-13bpf: Trim special_kfunc_list in verifierLeon Hwang1-6/+0
2026-08-13bpf: Eliminate dup/restore of insn_aux_dataXu Kuohai3-52/+4
2026-08-13bpf: Make bpf_trampoline_multi_detach return voidHui Zhu2-3/+3
2026-08-13bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failureHui Zhu1-1/+11
2026-08-12bpf: Show more useful info in stack depth statsKumar Kartikeya Dwivedi1-9/+14
2026-08-12bpf: Attribute async callback instructions to verification rootsKumar Kartikeya Dwivedi1-0/+10
2026-08-12bpf: Track verifier instruction stats for each subprogramKumar Kartikeya Dwivedi1-9/+46
2026-08-12audit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean1-4/+2
2026-08-12sched_ext: Convert scx_bpf_cid_override() to __arena array argumentsTejun Heo1-21/+28
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo4-38/+36
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo4-27/+13
2026-08-12Merge branch 'for-7.3' into for-7.3-arena-argsTejun Heo6-96/+271
2026-08-12sched_ext: Gate cid kfuncs behind the SCX struct_ops checkfangqiurong2-4/+6
2026-08-12bpf: Derive the atomic load register in one placeDaniel Borkmann4-35/+9
2026-08-12workqueue: BUG_ON() instead of returning NULL in wq_node_nr_active()Breno Leitao1-2/+1
2026-08-12workqueue: use RCU accessors when populating wq->cpu_pwqBreno Leitao1-7/+12
2026-08-12workqueue: use rcu_dereference_sched() in workqueue_congested()Breno Leitao1-1/+1
2026-08-12sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo6-93/+268
2026-08-12cachefiles,netfs: sunset ondemand modeGao Xiang1-7/+0
2026-08-12pid: reject allocations through dead ancestor pid namespacesJérémy Jean1-2/+4
2026-08-11cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flagGuopeng Zhang2-21/+11
2026-08-11sched_ext: Fix rq->core_pick corruption under core schedulingTejun Heo1-8/+78
2026-08-11sched_ext: Count rq lock releases in rq->scx.lock_drop_seqTejun Heo2-2/+39
2026-08-11sched_ext: Fix this_rq() assumptions in dispatch kfuncsTejun Heo1-23/+35
2026-08-11sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict returnTejun Heo2-52/+73
2026-08-11sched/core: Make core-sched flips wait for in-flight selectionsTejun Heo2-0/+23
2026-08-11sched/core: Handle pick_task() releasing the rq lockTejun Heo1-8/+19
2026-08-11srcu: Queue sdp->work when the delay timer is successfully deletedZqiang1-1/+6
2026-08-11bpf: Compare iterator types during state pruningNing Ding1-1/+2
2026-08-11ring-buffer: drop unneeded semicolonJulia Lawall1-2/+2
2026-08-11timer_list: Use ktime_t over nanosecondsThomas Weißschuh (Schneider Electric)1-30/+27
2026-08-11timer_list: Use standard 'long long' format placeholdersThomas Weißschuh (Schneider Electric)1-9/+9
2026-08-11hrtimer: Add a lockdep assertion to hrtimer_update_base()Thomas Weißschuh (Schneider Electric)1-0/+2
2026-08-11timekeeping: Use u32 for clock_was_set_seqThomas Weißschuh (Schneider Electric)3-4/+5
2026-08-11timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()Thomas Weißschuh (Schneider Electric)1-2/+2