summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-02time: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary
2026-06-02clockevents: Fix duplicate type specifier in stub function parameterNaveen Kumar Chaudhary
2026-06-02time/namespace: Export init_time_ns and do_timens_ktime_to_host()Maoyi Xie
2026-06-02cgroup: Migrate tasks to the root css when a controller is reboundTejun Heo
2026-06-02Merge branches 'rcutorture.2026.05.24' and 'misc.2026.05.24' into rcu-merge.2...refs/merge-window/d0426043cbc2fc676d6152b911adbeaf2a2cc1f1Uladzislau Rezki (Sony)
2026-06-02rcu/nocb: reduce stack usage in nocb_gp_wait()Arnd Bergmann
2026-06-02bpf: Reject exclusive maps for bpf_map_elem iteratorsDaniel Borkmann
2026-06-02tracing/eprobes: Allow use of BTF names to dereference pointersSteven Rostedt
2026-06-02printk: fix typos in commentsNaveen Kumar Chaudhary
2026-06-02sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()Peter Zijlstra
2026-06-02sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()K Prateek Nayak
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak
2026-06-02sched/fair: Use throttled_csd_list for local unthrottleK Prateek Nayak
2026-06-02sched/fair: Convert cfs bandwidth throttling to use guardsK Prateek Nayak
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li
2026-06-02sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_stateZecheng Li
2026-06-02sched: restore timer_slack_ns when resetting RT policy on forkGuanyou.Chen
2026-06-02sched: Simplify ttwu_runnable()Peter Zijlstra
2026-06-02sched/proxy: Remove superfluous clear_task_blocked_in()Peter Zijlstra
2026-06-02sched/proxy: Remove PROXY_WAKINGK Prateek Nayak
2026-06-02sched/proxy: Switch proxy to use p->is_blockedPeter Zijlstra
2026-06-02sched/proxy: Only return migrate when neededPeter Zijlstra
2026-06-02sched: Be more strict about p->is_blockedPeter Zijlstra
2026-06-02sched/proxy: Optimize try_to_wake_up()Peter Zijlstra
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra
2026-06-02sched: Add is_blocked task flagJohn Stultz
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz
2026-06-02sched: Rework block_task so it can be directly calledJohn Stultz
2026-06-02sched: deadline: Add dl_rq->curr pointer to address issues with Proxy ExecJohn Stultz
2026-06-02sched: deadline: Add some helper variables to cleanup deadline logicJohn Stultz
2026-06-02sched: Rework prev_balance() to avoid stale prev referencesJohn Stultz
2026-06-02locking: mutex: Fix proxy-exec potentially deactivating tasks marked TASK_RUN...John Stultz
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra
2026-06-02timekeeping: Use system_time_snapshot::systime/monoraw instead of ::real/rawThomas Gleixner
2026-06-02timekeeping: Provide ktime_get_snapshot_id()Thomas Gleixner
2026-06-01bpf: fix UAF by restoring RCU-delayed inode freeing in bpffsDeepanshu Kartikey
2026-06-01bpf: Allow subprogs to return arena pointersEmil Tsalapatis
2026-06-01verifier: parse BTF type tags for function argumentsEmil Tsalapatis
2026-06-01libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh
2026-06-01bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann
2026-06-01bpf: Reject exclusive maps as inner maps in map-in-mapDaniel Borkmann
2026-06-01bpf: Fix dynptr ref counting to scan all call framesAmery Hung
2026-06-01bpf: Unify release handling for helpers and kfuncsAmery Hung
2026-06-01bpf: Unify referenced object tracking in verifierAmery Hung
2026-06-01bpf: Remove redundant dynptr arg check for helperAmery Hung
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung
2026-06-01bpf: Preserve reg->id of pointer objects after null-checkAmery Hung
2026-06-01bpf: Assign reg->id when getting referenced kptr from ctxAmery Hung
2026-06-01bpf: Unify dynptr handling in the verifierAmery Hung