summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2020-12-09membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski-0/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+27
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+27
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-55/+71
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli-49/+59
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra-5/+10
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret-1/+2
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-31/+51
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King-6/+6
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot-1/+2
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki-1/+1
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar-12/+10
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki-2/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-5/+5
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+12
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-2/+3
2020-10-19cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang-2/+3
2020-10-17task_work: cleanup notification modesJens Axboe-1/+1
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli-4/+11
2020-10-14sched: Replace zero-length array with flexible-arrayzhuguangqing-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-16/+2
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-108/+305
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki-6/+2
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar-11/+1
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira-0/+21
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort-0/+15
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov-10/+10
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov-30/+106
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song-4/+4
2020-09-25sched/fair: Reduce busy load balance intervalVincent Guittot-1/+1
2020-09-25sched/fair: Minimize concurrent LBs between domain levelVincent Guittot-0/+9
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot-1/+1
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot-2/+2
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian-10/+9
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang-4/+5
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing-5/+0
2020-09-25sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira-1/+1
2020-09-25sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach-5/+8
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot-2/+7
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider-6/+6
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+11
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider-0/+7
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider-0/+6
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior-2/+5
2020-08-26sched/fair: Simplify the work when reweighting entityJiang Biao-2/+2
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba-1/+2
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don-0/+4