summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-224/+272
2023-08-14sched: Simplify sched_core_cpu_{starting,deactivate}()Peter Zijlstra1-15/+12
2023-08-14sched: Simplify try_steal_cookie()Peter Zijlstra1-12/+9
2023-08-14sched: Simplify sched_tick_remote()Peter Zijlstra1-23/+16
2023-08-14sched: Simplify sched_exec()Peter Zijlstra1-12/+9
2023-08-14sched: Simplify ttwu()Peter Zijlstra1-112/+109
2023-08-14sched: Simplify wake_up_if_idle()Peter Zijlstra1-14/+6
2023-08-14sched: Simplify: migrate_swap_stop()Peter Zijlstra1-16/+7
2023-08-14sched: Simplify sysctl_sched_uclamp_handler()Peter Zijlstra1-7/+4
2023-08-14sched: Simplify get_nohz_timer_target()Peter Zijlstra1-9/+6
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar1-0/+2
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld1-0/+26
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld1-4/+9
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra1-1/+1
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra1-0/+1
2023-07-19sched/fair: Add lag based placementPeter Zijlstra1-0/+1
2023-07-18sched: add a few helpers to wake up tasks on the current cpuAndrei Vagin1-1/+1
2023-07-18sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov1-2/+1
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao1-0/+13
2023-07-13sched: add throttled time stat for throttled childrenJosh Don1-0/+44
2023-06-28Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-23/+18
2023-06-28Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+3
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-120/+158
2023-06-16sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()Hao Jia1-3/+4
2023-06-16sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia1-1/+1
2023-06-05sched: Consider task_struct::saved_state in wait_task_inactive()Peter Zijlstra1-11/+48
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra1-108/+108
2023-05-18workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-0/+3
2023-05-09cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-15/+2
2023-05-09sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann1-2/+2
2023-05-09sched/cpuset: Bring back cpuset_mutexJuri Lelli1-7/+15
2023-05-08sched: fix cid_lock kernel-doc warningsRandy Dunlap1-2/+2
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+16
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-47/+622
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-17/+506
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra1-0/+3
2023-04-19delayacct: track delays from IRQ/SOFTIRQYang Yang1-0/+1
2023-04-12sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf1-1/+1
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-7/+8
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra1-0/+1
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider1-7/+11
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider1-2/+7
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf1-8/+56
2023-03-22sched/core: Reduce cost of sched_move_task when config autogroupwuchi1-3/+19
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia1-19/+41
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-0/+3
2023-03-15sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds1-2/+2
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-38/+96