summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic Weisbecker
2020-11-19sched: Detect call to schedule from critical entry codeFrederic Weisbecker
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-15sched/wait: Add add_wait_queue_priority()David Woodhouse
2020-11-10sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra
2020-11-10sched: Comment affine_move_task()Valentin Schneider
2020-11-10sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra
2020-11-10sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner
2020-11-10sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra
2020-11-10sched: Add migrate_disable()Peter Zijlstra
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner
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