aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2023-07-19sched/fair: Remove sched_feat(START_DEBIT)Peter Zijlstra2-26/+1
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra3-20/+154
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar2-9/+22
2023-07-17sched: add a few helpers to wake up tasks on the current cpuAndrei Vagin4-13/+28
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov3-7/+13
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot1-1/+1
2023-07-13sched/debug: Dump domains' sched group flagsPeter Zijlstra1-0/+1
2023-07-13sched/fair: Consider the idle state of the whole core for load balanceRicardo Neri1-1/+15
2023-07-13sched/fair: Implement prefer sibling imbalance calculation between asymmetric...Tim C Chen1-4/+37
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen2-1/+12
2023-07-13sched/fair: Determine active load balance for SMT sched groupsTim C Chen1-3/+77
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin1-1/+1
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao1-0/+13
2023-07-13sched: add throttled time stat for throttled childrenJosh Don3-1/+66
2023-07-13sched: don't account throttle time for empty groupsJosh Don1-3/+15
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan1-8/+21
2023-07-10sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin1-1/+1
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-37/+73
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+3
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-363/+471
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia2-0/+40
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 Jia2-4/+4
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai2-27/+29
2023-06-16sched/wait: Fix a kthread_park race with wait_woken()Arve Hjønnevåg1-6/+1
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin1-1/+1
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix1-3/+3
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann3-9/+33
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann2-60/+50
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra1-6/+13
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-06-05sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland1-1/+1
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin2-14/+0
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann2-5/+3
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann1-0/+1
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann1-2/+1
2023-05-30sched: Add schedule_user() declarationArnd Bergmann1-0/+1
2023-05-30sched: Hide unused sched_update_scaling()Arnd Bergmann1-1/+2
2023-05-20sched/psi: Avoid resetting the min update period when it is unnecessaryYang Yang1-5/+10
2023-05-17workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-0/+3
2023-05-08cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-15/+2
2023-05-08sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann3-16/+43
2023-05-08sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+14
2023-05-08sched/cpuset: Bring back cpuset_mutexJuri Lelli1-7/+15
2023-05-08sched/debug: Correct printing for rq->nr_uninterruptible晏艳(采苓)1-1/+1
2023-05-08sched/topology: Propagate SMT flags when removing degenerate domainTim C Chen1-1/+6
2023-05-08psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan1-3/+1