summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2026-06-01bpf: Simplify mark_stack_slot_obj_read() and callersAmery Hung
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)
2026-06-01liveupdate: Remove unused ser field from struct luo_sessionPasha Tatashin
2026-06-01liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()Pasha Tatashin
2026-06-01liveupdate: block session mutations during rebootPasha Tatashin
2026-06-01liveupdate: fix TOCTOU race in luo_session_retrieve()Pasha Tatashin
2026-06-01liveupdate: skip serialization for context-preserving kexecPasha Tatashin
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)
2026-05-31bpf: Fix security_bpf_prog_load() error handlingPaul Moore
2026-05-31bpf: reject overlarge global subprog argument sizesTaegu Ha