summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix migration_cpu_stop() WARNPeter Zijlstra2020-11-191-2/+2
* sched/core: Add missing completion for affine_move_task() waitersValentin Schneider2020-11-191-1/+12
* sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider2020-11-101-3/+2
* sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-107-15/+17
* sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider2020-11-101-7/+14
* sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su2020-11-101-3/+0
* Merge branch 'sched/migrate-disable'Peter Zijlstra2020-11-106-221/+887
|\
| * sched: Comment affine_move_task()Valentin Schneider2020-11-101-2/+79
| * sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider2020-11-101-2/+11
| * sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-104-29/+162
| * sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra2020-11-101-0/+15
| * sched,rt: Use the full cpumask for balancingPeter Zijlstra2020-11-104-8/+8
| * sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2020-11-102-6/+6
| * sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner2020-11-102-6/+34
| * sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra2020-11-101-30/+206
| * sched: Add migrate_disable()Peter Zijlstra2020-11-102-8/+110
| * sched: Massage set_cpus_allowed()Peter Zijlstra2020-11-103-14/+26
| * sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra2020-11-103-6/+12
| * sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner2020-11-101-119/+35
| * sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner2020-11-102-1/+43
| * sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra2020-11-102-3/+118
| * sched: Fix balance_callback()Peter Zijlstra2020-11-102-44/+78
| * stop_machine: Add function and caller debug infoPeter Zijlstra2020-11-101-0/+1
* | sched/fair: Reorder throttle_cfs_rq() pathPeng Wang2020-11-101-11/+23
* | sched/fair: Check for idle core in wake_affineJulia Lawall2020-10-291-0/+3
* | sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-296-12/+24
* | sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-10-291-5/+1
* | sched: membarrier: document memory ordering scenariosMathieu Desnoyers2020-10-291-0/+128
* | sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers2020-10-292-4/+4
* | sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers2020-10-291-0/+12
* | sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra2020-10-291-0/+4
* | sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra2020-10-293-4/+14
* | sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra2020-10-292-14/+36
* | sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann2020-10-292-5/+5
* | sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann2020-10-292-10/+7
* | sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-10-292-26/+21
* | sched/deadline: Optimize sched_dl_global_validate()Peng Liu2020-10-293-7/+42
* | sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian2020-10-291-0/+9
|/
* 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