summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar2020-11-021-12/+10
* cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki2020-10-291-2/+4
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-255-5/+5
* Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\
| * sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11
| * sched: Replace zero-length array with flexible-arrayzhuguangqing2020-10-141-1/+1
* | Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-231-2/+3
|\ \
| * | cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang2020-10-191-2/+3
* | | task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
|/ /
* | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-141-16/+2
|\ \ | |/ |/|
| * cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki2020-10-071-6/+2
| * cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar2020-10-051-11/+1
* | Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-127-108/+305
|\ \ | |/ |/|
| * sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira2020-10-031-0/+21
| * sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-032-0/+15
| * sched/fair: Tweak pick_next_entity()Peter Oskolkov2020-10-031-10/+10
| * rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-251-30/+106
| * sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song2020-09-251-4/+4
| * sched/fair: Reduce busy load balance intervalVincent Guittot2020-09-251-1/+1
| * sched/fair: Minimize concurrent LBs between domain levelVincent Guittot2020-09-251-0/+9
| * sched/fair: Reduce minimal imbalance thresholdVincent Guittot2020-09-251-1/+1
| * sched/fair: Relax constraint on task's load during load balanceVincent Guittot2020-09-251-2/+2
| * sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian2020-09-251-10/+9
| * sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-09-251-4/+5
| * sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing2020-09-251-5/+0
| * sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira2020-09-251-1/+1
| * sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach2020-09-251-5/+8
| * sched/numa: Use runnable_avg to classify nodeVincent Guittot2020-09-251-2/+7
| * sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider2020-09-092-6/+6
| * sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider2020-08-261-0/+7
| * sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider2020-08-261-0/+6
| * sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior2020-08-261-2/+5
| * sched/fair: Simplify the work when reweighting entityJiang Biao2020-08-261-2/+2
| * sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba2020-08-261-1/+2
| * sched/fair: Ignore cache hotness for SMT migrationJosh Don2020-08-261-0/+4
| * sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+1
| * sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider2020-08-191-2/+1
| * sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider2020-08-191-4/+2
| * sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider2020-08-191-16/+4
| * sched/debug: Output SD flag names rather than their valuesValentin Schneider2020-08-191-1/+55
| * sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider2020-08-191-0/+17
| * ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider2020-08-191-7/+3
* | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-14/+11
|\ \
| * | cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-0/+3
| * | sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-14/+8
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-152-12/+5
|\
| * sched/debug: Fix the alignment of the show-state debug outputLibing Zhou2020-08-141-11/+4
| * sched: Fix use of count for nr_running tracepointPhil Auld2020-08-061-1/+1
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-062-7/+48
|\ \ | |/ |/|