summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra
2020-11-10sched: Fix balance_callback()Peter Zijlstra
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki
2020-10-29sched/fair: Check for idle core in wake_affineJulia Lawall
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra
2020-10-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-10-29sched: membarrier: document memory ordering scenariosMathieu Desnoyers
2020-10-29sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers
2020-10-29sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra
2020-10-29sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra
2020-10-29sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra
2020-10-29sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann
2020-10-29sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann
2020-10-29sched/deadline: Fix sched_dl_global_validate()Peng Liu
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu
2020-10-29sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-19cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-14sched: Replace zero-length array with flexible-arrayzhuguangqing
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song
2020-09-25sched/fair: Reduce busy load balance intervalVincent Guittot
2020-09-25sched/fair: Minimize concurrent LBs between domain levelVincent Guittot
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing
2020-09-25sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira
2020-09-25sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot