aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker4-25/+37
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang1-16/+30
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying1-5/+20
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying4-95/+137
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2-2/+2
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2-10/+65
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman1-8/+10
2022-02-06sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-02-04cpufreq: schedutil: Use to_gov_attr_set() to get the gov_attr_setKevin Hao1-1/+1
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig1-5/+2
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig1-1/+1
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni2-0/+24
2022-01-30Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+5
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-27psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-27sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef1-0/+1
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef2-84/+107
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang1-0/+2
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2022-01-25sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers1-4/+5
2022-01-23Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-91/+114
2022-01-18sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra1-9/+3
2022-01-18sched/fair: Fix all kernel-doc warningsRandy Dunlap1-3/+5
2022-01-18sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao2-3/+2
2022-01-18sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot1-14/+22
2022-01-18sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot1-14/+19
2022-01-18sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot1-7/+18
2022-01-18sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2-4/+16
2022-01-18psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan1-37/+29
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2022-01-11Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-180/+325
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman1-1/+1
2021-12-22kthread: Never put_user the set_child_tid addressEric W. Biederman1-1/+1
2021-12-21kthread: Warn about failed allocations for the init kthreadEric W. Biederman1-1/+1
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman1-8/+8
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar3-10/+19
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann4-69/+50
2021-12-09sched, kcsan: Enable memory barrier instrumentationMarco Elver1-4/+3
2021-12-09wait: add wake_up_pollfree()Eric Biggers1-0/+7
2021-12-08sched/fair: Cleanup task_util and capacity typeVincent Donnefort1-2/+3
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song1-0/+5
2021-12-04sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior1-0/+3
2021-12-04sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort1-1/+2
2021-12-04sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort1-0/+1
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef1-1/+1