summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2026-02-26sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu
2026-02-26sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco
2026-02-26sched: Export hidden tracepoints to modulesGabriele Monaco
2026-02-16sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner
2026-02-04sched/mmcid: Drop per CPU CID immediately when switching to per task modeThomas Gleixner
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner
2026-02-04sched/mmcid: Prevent live lock on task to CPU mode transitionThomas Gleixner
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang
2025-12-06Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-06sched/rt: Remove a preempt-disable section in rt_mutex_setprio()Sebastian Andrzej Siewior
2025-12-06sched/hrtick: Fix hrtick() vs. scheduling contextPeter Zijlstra
2025-12-03Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner
2025-11-25sched/mmcid: Implement deferred mode changeThomas Gleixner
2025-11-25sched/mmcid: Provide CID ownership mode fixup functionsThomas Gleixner
2025-11-25sched/mmcid: Provide new scheduler CID mechanismThomas Gleixner
2025-11-25sched/mmcid: Introduce per task/CPU ownership infrastructureThomas Gleixner
2025-11-25sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutexThomas Gleixner
2025-11-25sched/mmcid: Provide precomputed maximal valueThomas Gleixner
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner
2025-11-25signal: Move MMCID exit out of sighand lockThomas Gleixner
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner
2025-11-20sched/mmcid: Use cpumask_weighted_or()Thomas Gleixner
2025-11-20sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()Thomas Gleixner
2025-11-20sched/mmcid: Move scheduler code out of global headerThomas Gleixner
2025-11-20sched: Fixup whitespace damageThomas Gleixner
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner
2025-11-17sched/fair: Proportional newidle balancePeter Zijlstra
2025-11-17sched: Increase sched_tick_remote timeoutPhil Auld
2025-11-11sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()Hao Jia
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu
2025-11-04rseq: Optimize event settingThomas Gleixner
2025-11-04rseq: Simplify the event notificationThomas Gleixner
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra
2025-10-28sched: Fix the do_set_cpus_allowed() locking fixPeter Zijlstra
2025-10-16sched/ext: Fold balance_scx() into pick_task_scx()Peter Zijlstra
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes
2025-10-16sched: Detect per-class runqueue changesPeter Zijlstra
2025-10-16sched: Mandate shared flags for sched_changePeter Zijlstra
2025-10-16sched: Cleanup the sched_change NOCLOCK usagePeter Zijlstra