summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski2020-12-091-18/+33
* membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski2020-12-091-0/+18
* membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski2020-12-091-0/+8
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+27
|\
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+27
* | Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-223-55/+71
|\ \
| * | sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-172-49/+59
| * | sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-171-5/+10
| * | sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-171-1/+2
* | | Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-152-31/+51
|\| |
| * | sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King2020-11-101-6/+6
| * | sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot2020-11-101-24/+43
| * | sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot2020-11-101-1/+2
* | | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-1/+1
| |/ |/|
* | 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