summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+25
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-422/+1446
2020-12-15Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song1-1/+1
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman1-1/+2
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab2-9/+9
2020-12-09membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski1-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski1-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski1-0/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+27
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar5-96/+132
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-10/+2
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman1-2/+15
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman1-10/+11
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman1-3/+5
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman1-4/+6
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+27
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner1-0/+25
2020-11-24Merge branch 'sched/core' into core/mmThomas Gleixner13-388/+1401
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner2-12/+37
2020-11-23Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-55/+71
2020-11-19sched/topology: Condition EAS enablement on FIE supportIonela Voinescu1-0/+9
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu2-15/+12
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann1-19/+51
2020-11-19sched/core: Fix typos in commentsTal Zussman1-15/+15
2020-11-19sched/topology: Warn when NUMA diameter > 2Valentin Schneider1-0/+33
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra1-2/+2
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider1-1/+12
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic 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/ker...Linus Torvalds2-31/+51
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