summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-108/+305
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira1-0/+21
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2-0/+15
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov1-10/+10
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov1-30/+106
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song1-4/+4
2020-09-25sched/fair: Reduce busy load balance intervalVincent Guittot1-1/+1
2020-09-25sched/fair: Minimize concurrent LBs between domain levelVincent Guittot1-0/+9
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot1-1/+1
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot1-2/+2
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian1-10/+9
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang1-4/+5
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing1-5/+0
2020-09-25sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira1-1/+1
2020-09-25sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach1-5/+8
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot1-2/+7
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider2-6/+6
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+11
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider1-0/+7
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider1-0/+6
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior1-2/+5
2020-08-26sched/fair: Simplify the work when reweighting entityJiang Biao1-2/+2
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba1-1/+2
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don1-0/+4
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-0/+3
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra1-14/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider1-1/+1
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider1-2/+1
2020-08-19sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider1-4/+2
2020-08-19sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider1-16/+4
2020-08-19sched/debug: Output SD flag names rather than their valuesValentin Schneider1-1/+55
2020-08-19sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider1-0/+17
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider1-7/+3
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+5
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou1-11/+4
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+48
2020-08-06sched: Fix use of count for nr_running tracepointPhil Auld1-1/+1
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-16/+12
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-272/+761
2020-08-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-5/+1
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2-11/+11
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-1/+1
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider1-0/+10
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef1-6/+113
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-07-28sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin1-6/+1
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson1-0/+1
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider1-11/+0