summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1459-619/+1906
|\
| * sched/fair: Trivial correction of the newidle_balance() commentBarry Song2020-12-111-1/+1
| * sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman2020-12-111-1/+2
| * sched: Fix kernel-doc markupMauro Carvalho Chehab2020-12-112-9/+9
| * x86: Print ratio freq_max/freq_base used in frequency invariance calculationsGiovanni Gherdovich2020-12-111-0/+1
| * x86, sched: Use midpoint of max_boost and max_P for frequency invariance on A...Giovanni Gherdovich2020-12-111-0/+2
| * x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot2020-12-113-5/+83
| * Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271807-37502/+21326
| |\
| * | irq_work: Optimize irq_work_single()Peter Zijlstra2020-11-242-16/+21
| * | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-2413-94/+60
| * | irq_work: CleanupPeter Zijlstra2020-11-249-37/+41
| * | sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman2020-11-241-2/+15
| * | sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman2020-11-241-10/+11
| * | sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman2020-11-241-3/+5
| * | sched/numa: Rename nr_running and break out the magic numberMel Gorman2020-11-241-4/+6
| * | sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-246-56/+56
| * | sched/topology: Condition EAS enablement on FIE supportIonela Voinescu2020-11-191-0/+9
| * | arm64: Rebuild sched domains on invariance status changesIonela Voinescu2020-11-191-0/+10
| * | sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu2020-11-193-15/+20
| * | sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann2020-11-192-19/+53
| * | sched/core: Fix typos in commentsTal Zussman2020-11-191-15/+15
| * | Documentation: scheduler: fix information on arch SD flags, sched_domain and ...Barry Song2020-11-191-15/+11
| * | sched/topology: Warn when NUMA diameter > 2Valentin Schneider2020-11-191-0/+33
| * | cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan2020-11-191-5/+28
| * | 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-1019-227/+1038
| |\ \
| | * | 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/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra2020-11-101-2/+2
| | * | sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-106-48/+186
| | * | 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-104-6/+30
| | * | 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-102-30/+207
| | * | sched: Add migrate_disable()Peter Zijlstra2020-11-105-8/+183
| | * | 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-104-120/+46
| | * | workqueue: Manually break affinity on hotplugPeter Zijlstra2020-11-101-0/+4
| | * | 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-104-3/+32
| * | | sched/fair: Reorder throttle_cfs_rq() pathPeng Wang2020-11-101-11/+23