aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFSTACK archsFrederic Weisbecker1-1/+1
2020-11-19sched: Detect call to schedule from critical entry codeFrederic Weisbecker1-0/+1
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2-49/+59
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra1-5/+10
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret1-1/+2
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-31/+51
2020-11-15sched/wait: Add add_wait_queue_priority()David Woodhouse1-1/+16
2020-11-10sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider1-3/+2
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider7-15/+17
2020-11-10sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider1-7/+14
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su1-3/+0
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra6-221/+887
2020-11-10sched: Comment affine_move_task()Valentin Schneider1-2/+79
2020-11-10sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider1-2/+11
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra4-29/+162
2020-11-10sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra1-0/+15
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra4-8/+8
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2-6/+6
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner2-6/+34
2020-11-10sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra1-30/+206
2020-11-10sched: Add migrate_disable()Peter Zijlstra2-8/+110
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra3-14/+26
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra3-6/+12
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner1-119/+35
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner2-1/+43
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra2-3/+118
2020-11-10sched: Fix balance_callback()Peter Zijlstra2-44/+78
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra1-0/+1
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King1-6/+6
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot1-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot1-1/+2
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-1/+1
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang1-11/+23
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar1-12/+10
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki1-2/+4
2020-10-29sched/fair: Check for idle core in wake_affineJulia Lawall1-0/+3
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra6-12/+24
2020-10-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-10-29sched: membarrier: document memory ordering scenariosMathieu Desnoyers1-0/+128
2020-10-29sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers2-4/+4
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers1-0/+12
2020-10-29sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra1-0/+4
2020-10-29sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra3-4/+14
2020-10-29sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra2-14/+36
2020-10-29sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann2-5/+5
2020-10-29sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann2-10/+7
2020-10-29sched/deadline: Fix sched_dl_global_validate()Peng Liu2-26/+21
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu3-7/+42
2020-10-29sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian1-0/+9
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches5-5/+5