summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-02sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()K Prateek Nayak1-2/+21
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak2-3/+23
2026-06-02sched/fair: Use throttled_csd_list for local unthrottleK Prateek Nayak1-17/+15
2026-06-02sched/fair: Convert cfs bandwidth throttling to use guardsK Prateek Nayak1-103/+90
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li3-58/+45
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li4-27/+38
2026-06-02sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_stateZecheng Li3-20/+19
2026-06-02sched: restore timer_slack_ns when resetting RT policy on forkGuanyou.Chen1-0/+1
2026-06-02sched: Simplify ttwu_runnable()Peter Zijlstra1-7/+6
2026-06-02sched/proxy: Remove superfluous clear_task_blocked_in()Peter Zijlstra1-3/+0
2026-06-02sched/proxy: Remove PROXY_WAKINGK Prateek Nayak3-5/+5
2026-06-02sched/proxy: Switch proxy to use p->is_blockedPeter Zijlstra1-6/+6
2026-06-02sched/proxy: Only return migrate when neededPeter Zijlstra1-0/+15
2026-06-02sched: Be more strict about p->is_blockedPeter Zijlstra1-1/+2
2026-06-02sched/proxy: Optimize try_to_wake_up()Peter Zijlstra1-10/+4
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra3-8/+67
2026-06-02sched: Add is_blocked task flagJohn Stultz1-1/+15
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz1-99/+96
2026-06-02sched: Rework block_task so it can be directly calledJohn Stultz1-22/+23
2026-06-02sched: deadline: Add dl_rq->curr pointer to address issues with Proxy ExecJohn Stultz2-0/+14
2026-06-02sched: deadline: Add some helper variables to cleanup deadline logicJohn Stultz1-11/+14
2026-06-02sched: Rework prev_balance() to avoid stale prev referencesJohn Stultz6-22/+33
2026-06-02locking: mutex: Fix proxy-exec potentially deactivating tasks marked TASK_RUN...John Stultz1-0/+1
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra3-89/+178
2026-06-02timekeeping: Use system_time_snapshot::systime/monoraw instead of ::real/rawThomas Gleixner1-4/+4
2026-06-02timekeeping: Provide ktime_get_snapshot_id()Thomas Gleixner1-21/+64
2026-06-01bpf: fix UAF by restoring RCU-delayed inode freeing in bpffsDeepanshu Kartikey1-2/+11
2026-06-01bpf: Allow subprogs to return arena pointersEmil Tsalapatis2-16/+54
2026-06-01verifier: parse BTF type tags for function argumentsEmil Tsalapatis1-35/+85
2026-06-01libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+7
2026-06-01bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann2-9/+5
2026-06-01bpf: Reject exclusive maps as inner maps in map-in-mapDaniel Borkmann1-1/+4
2026-06-01bpf: Fix dynptr ref counting to scan all call framesAmery Hung1-23/+29
2026-06-01bpf: Unify release handling for helpers and kfuncsAmery Hung2-95/+103
2026-06-01bpf: Unify referenced object tracking in verifierAmery Hung1-60/+62
2026-06-01bpf: Remove redundant dynptr arg check for helperAmery Hung1-20/+1
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung5-297/+296
2026-06-01bpf: Preserve reg->id of pointer objects after null-checkAmery Hung1-9/+4
2026-06-01bpf: Assign reg->id when getting referenced kptr from ctxAmery Hung1-2/+3
2026-06-01bpf: Unify dynptr handling in the verifierAmery Hung1-146/+32
2026-06-01bpf: Simplify mark_stack_slot_obj_read() and callersAmery Hung1-48/+21
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar1-2/+2
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev2-8/+2
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)1-0/+1
2026-06-01liveupdate: Remove unused ser field from struct luo_sessionPasha Tatashin1-2/+0
2026-06-01liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()Pasha Tatashin1-2/+3
2026-06-01liveupdate: block session mutations during rebootPasha Tatashin1-3/+48
2026-06-01liveupdate: fix TOCTOU race in luo_session_retrieve()Pasha Tatashin1-6/+5
2026-06-01liveupdate: skip serialization for context-preserving kexecPasha Tatashin1-3/+5
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)1-11/+21