summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar
2026-03-18sched/fair: Simplify SIS_UTIL handling in select_idle_cpu()K Prateek Nayak
2026-03-18sched/fair: Simplify the entry condition for update_idle_cpu_scan()K Prateek Nayak
2026-03-18sched/fair: Remove superfluous rcu_read_lock() in the wakeup pathK Prateek Nayak
2026-03-18sched/core: Check for rcu_read_lock_any_held() in idle_get_state()K Prateek Nayak
2026-03-18sched/topology: Remove sched_domain_shared allocation with sd_dataK Prateek Nayak
2026-03-18sched/topology: Switch to assigning "sd->shared" from s_dataK Prateek Nayak
2026-03-18sched/topology: Allocate per-CPU sched_domain_shared in s_dataK Prateek Nayak
2026-03-18sched/topology: Extract "imb_numa_nr" calculation into a separate helperK Prateek Nayak
2026-03-18sched/topology: Compute sd_weight considering cpuset partitionsK Prateek Nayak
2026-03-17sched_ext: Fix typos in commentszhidao su
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar
2026-03-16sched: idle: Consolidate the handling of two special casesRafael J. Wysocki