summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2024-09-03sched: Rework dl_serverPeter Zijlstra
2024-09-03sched: Combine the last put_prev_task() and the first set_next_task()Peter Zijlstra
2024-09-03sched: Rework pick_next_task()Peter Zijlstra
2024-09-03sched: Split up put_prev_task_balance()Peter Zijlstra
2024-09-03sched: Use set_next_task(.first) where requiredPeter Zijlstra
2024-08-17sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestionPeter Zijlstra
2024-08-17sched: Teach dequeue_task() about special task statesPeter Zijlstra
2024-08-17sched/uclamg: Handle delayed dequeuePeter Zijlstra
2024-08-17sched: Prepare generic code for delayed dequeuePeter Zijlstra
2024-08-17sched: Split DEQUEUE_SLEEP from deactivate_task()Peter Zijlstra
2024-08-17sched: Allow sched_class::dequeue_task() to failPeter Zijlstra
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra
2024-07-29sched/core: Fix priority checking for DL server picksJoel Fernandes (Google)
2024-07-29sched/fair: Add trivial fair serverPeter Zijlstra
2024-07-29sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat
2024-07-29sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)
2024-07-29sched: remove HZ_BW feature hedgePhil Auld
2024-07-29sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()Peilin He
2024-07-29sched: Initialize the vruntime of a new task when it is first enqueuedZhang Qiao
2024-07-29sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang
2024-07-29sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang
2024-07-29sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang
2024-07-29sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-16Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-15Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-07-01sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-06-05sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-04-24sched/pelt: Remove shift of thermal clockVincent Guittot
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri