summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-04-09sched/cache: Introduce helper functions to enforce LLC migration policyChen Yu
2026-04-09sched/cache: Record per LLC utilization to guide cache aware scheduling decis...Chen Yu
2026-04-09sched/cache: Limit the scan number of CPUs when calculating task occupancyChen Yu
2026-04-09sched/cache: Introduce infrastructure for cache-aware load balancingPeter Zijlstra (Intel)
2026-04-08sched/rt: Cleanup global RT bandwidth functionsMichal Koutný
2026-04-08sched/rt: Move group schedulability check to sched_rt_global_validate()Michal Koutný
2026-04-08sched/rt: Skip group schedulable check with rt_group_sched=0Michal Koutný
2026-04-08sched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra
2026-04-07sched/fair: Avoid overflow in enqueue_entity()K Prateek Nayak
2026-04-07sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-31sched/deadline: Move some utility functions to deadline.hGabriele Monaco
2026-03-31sched: Add deadline tracepointsGabriele Monaco
2026-03-30Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo
2026-03-27sched_ext: Document why built-in DSQs are unsupported sources in scx_bpf_dsq_...Cheng-Yang Chou
2026-03-26kernel: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-03-25sched_ext: Fix missing SCX_EV_SUB_BYPASS_DISPATCH aggregation in scx_read_eve...Cheng-Yang Chou
2026-03-25sched_ext: Fix missing return after scx_error() in scx_dsq_move()Cheng-Yang Chou
2026-03-24sched_ext: Choose the right sch->ops.name to output in the print_scx_info()Zqiang
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde
2026-03-24sched/fair: Get this cpu once in find_new_ilb()Shrikanth Hegde
2026-03-23sched_ext: Fix invalid kobj cast in scx_uevent()Cheng-Yang Chou
2026-03-22sched_ext: Use irq_work_queue_on() in schedule_deferred()Tejun Heo
2026-03-22sched_ext: Guard cpu_smt_mask() with CONFIG_SCHED_SMTAndrea Righi
2026-03-22sched_ext: Fix build errors and unused label warning in non-cgroup configsCheng-Yang Chou
2026-03-21sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()Cheng-Yang Chou
2026-03-21sched_ext: idle: Prioritize idle SMT siblingAndrea Righi