summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra
2023-07-26sched/topology: Align group flags when removing degenerate domainChen Yu
2023-07-26sched/fair: remove util_est boostingVincent Guittot
2023-07-19sched/fair: Propagate enqueue flags into place_entity()Peter Zijlstra
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra
2023-07-19sched/fair: Commit to EEVDFPeter Zijlstra
2023-07-19sched/smp: Use lag to simplify cross-runqueue placementPeter Zijlstra
2023-07-19sched/fair: Commit to lag based placementPeter Zijlstra
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra
2023-07-19sched/fair: Add lag based placementPeter Zijlstra
2023-07-19sched/fair: Remove sched_feat(START_DEBIT)Peter Zijlstra
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-17sched: add a few helpers to wake up tasks on the current cpuAndrei Vagin
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot
2023-07-13sched/debug: Dump domains' sched group flagsPeter Zijlstra
2023-07-13sched/fair: Consider the idle state of the whole core for load balanceRicardo Neri
2023-07-13sched/fair: Implement prefer sibling imbalance calculation between asymmetric...Tim C Chen
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen
2023-07-13sched/fair: Determine active load balance for SMT sched groupsTim C Chen
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-07-13sched: don't account throttle time for empty groupsJosh Don
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-10sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-06-16sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()Hao Jia
2023-06-16sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai
2023-06-16sched/wait: Fix a kthread_park race with wait_woken()Arve Hjønnevåg
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra
2023-06-05sched: Consider task_struct::saved_state in wait_task_inactive()Peter Zijlstra
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra
2023-06-05sched/fair: Don't balance task to its current running CPUYicong Yang
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann
2023-05-30sched: Add schedule_user() declarationArnd Bergmann