summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1427-493/+1607
|\
| * 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
| * Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-2749-322/+485
| |\
| * | irq_work: Optimize irq_work_single()Peter Zijlstra2020-11-241-12/+17
| * | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-243-38/+30
| * | irq_work: CleanupPeter Zijlstra2020-11-246-21/+16
| * | 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-242-12/+37
| * | sched/topology: Condition EAS enablement on FIE supportIonela Voinescu2020-11-191-0/+9
| * | sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu2020-11-192-15/+12
| * | sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann2020-11-191-19/+51
| * | sched/core: Fix typos in commentsTal Zussman2020-11-191-15/+15
| * | 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-109-225/+923
| |\ \
| | * | 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-102-120/+43
| | * | 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-102-3/+25
| * | | 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-293-4/+25
| * | | sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers2020-10-292-1/+27