aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2026-04-10sched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumaskTejun Heo1-1/+1
2026-04-10sched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlockedTejun Heo2-0/+10
2026-04-10sched_ext: Drop TRACING access to select_cpu kfuncsTejun Heo1-4/+21
2026-04-10sched/eevdf: Clear buddies for preempt_shortVincent Guittot1-2/+4
2026-04-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+3
2026-04-08sched/rt: Cleanup global RT bandwidth functionsMichal Koutný1-24/+0
2026-04-08sched/rt: Move group schedulability check to sched_rt_global_validate()Michal Koutný1-9/+8
2026-04-08sched/rt: Skip group schedulable check with rt_group_sched=0Michal Koutný1-3/+2
2026-04-08sched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra1-1/+1
2026-04-07sched/fair: Avoid overflow in enqueue_entity()K Prateek Nayak1-2/+30
2026-04-07sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury3-3/+3
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+6
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-26/+54
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo2-26/+54
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi1-14/+35
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot1-22/+34
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot1-5/+4
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz1-38/+194
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz2-26/+23
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz1-2/+34
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz2-1/+9
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz1-0/+16
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz1-3/+13
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz1-1/+3
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz1-1/+23
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz1-11/+9
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz3-29/+28
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min1-12/+19
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti1-1/+2
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak1-2/+3
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar3-17/+27
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra1-1/+3
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-26/+74
2026-03-31sched/deadline: Move some utility functions to deadline.hGabriele Monaco1-27/+1
2026-03-31sched: Add deadline tracepointsGabriele Monaco2-0/+28
2026-03-30Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo3-26/+74
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo2-25/+73
2026-03-27sched_ext: Document why built-in DSQs are unsupported sources in scx_bpf_dsq_...Cheng-Yang Chou1-1/+9
2026-03-26kernel: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)1-1/+1
2026-03-25sched_ext: Fix missing SCX_EV_SUB_BYPASS_DISPATCH aggregation in scx_read_eve...Cheng-Yang Chou1-0/+1
2026-03-25sched_ext: Fix missing return after scx_error() in scx_dsq_move()Cheng-Yang Chou1-0/+1
2026-03-24sched_ext: Choose the right sch->ops.name to output in the print_scx_info()Zqiang1-2/+6
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde1-2/+4
2026-03-24sched/fair: Get this cpu once in find_new_ilb()Shrikanth Hegde1-2/+2
2026-03-23sched_ext: Fix invalid kobj cast in scx_uevent()Cheng-Yang Chou1-1/+11
2026-03-22sched_ext: Use irq_work_queue_on() in schedule_deferred()Tejun Heo1-3/+11
2026-03-22sched_ext: Guard cpu_smt_mask() with CONFIG_SCHED_SMTAndrea Righi1-0/+2
2026-03-22sched_ext: Fix build errors and unused label warning in non-cgroup configsCheng-Yang Chou1-0/+6
2026-03-21sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()Cheng-Yang Chou1-1/+1