aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo1-6/+6
2025-06-16sched_ext: Return NULL in llc_spanCheng-Yang Chou1-1/+1
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.hCheng-Yang Chou1-5/+0
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.cCheng-Yang Chou1-34/+1
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.hCheng-Yang Chou1-1/+1
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.cCheng-Yang Chou1-25/+1
2025-06-13Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-6.17Tejun Heo38-885/+316
2025-06-13sched/smp: Use the SMP version of double_rq_clock_clear_update()Ingo Molnar1-3/+0
2025-06-13sched/smp: Use the SMP version of add_nr_running()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of ENQUEUE_MIGRATEDIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of WF_ and SD_ flag sanity checksIngo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of task_on_cpu()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of rq_pin_lock()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of is_migration_disabled()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of cpu_of()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of the stop-CPU scheduling classIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of the idle scheduling classIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of sched_update_asym_prefer_cpu()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of the scheduler syscallsIngo Molnar1-5/+1
2025-06-13sched/smp: Use the SMP version of schedstatsIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of scheduler debugging dataIngo Molnar1-14/+0
2025-06-13sched/smp: Use the SMP version of the deadline scheduling classIngo Molnar1-8/+0
2025-06-13sched/smp: Use the SMP version of the RT scheduling classIngo Molnar2-74/+0
2025-06-13sched/smp: Use the SMP version of idle_thread_set_boot_cpu()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of sched_exec()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of wake_up_new_task()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of __task_needs_rq_lock()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of try_to_wake_up()Ingo Molnar1-4/+0
2025-06-13sched/smp: Always define rq->hrtick_csdIngo Molnar2-25/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar13-506/+29
2025-06-13sched/smp: Always define sched_domains_mutex_lock()/unlock(), def_root_domain and sched_domains_mutexIngo Molnar2-1/+6
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/topology.cIngo Molnar1-5/+5
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/syscalls.cIngo Molnar1-5/+4
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/stats.[ch]Ingo Molnar2-6/+6
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar1-40/+42
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/rt.cIngo Molnar1-27/+27
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/psi.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/pelt.[ch]Ingo Molnar2-8/+8
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/loadavg.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/idle.cIngo Molnar1-4/+4
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/fair.cIngo Molnar1-55/+56
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/debug.cIngo Molnar1-18/+18
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.cIngo Molnar1-18/+18
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cputime.cIngo Molnar1-7/+7
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpupri.hIngo Molnar1-1/+1
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpufreq_schedutil.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/core.cIngo Molnar1-93/+93
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/clock.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/autogroup.[ch]Ingo Molnar2-5/+5
2025-06-11sched/eevdf: Correct the comment in place_entitywang wei1-1/+1