summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun-1/+1
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld-3/+21
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman-1/+11
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju-5/+18
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman-2/+23
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju-7/+19
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju-4/+4
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju-0/+23
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap-0/+1
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot-1/+1
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot-3/+3
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle-1/+2
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot-4/+10
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju-4/+1
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang-2/+4
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig-0/+2
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2018-08-20sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-18/+13
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-20/+40
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-72/+62
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner-68/+84
2018-08-03signal: Add calculate_sigpending()Eric W. Biederman-0/+2
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)-1/+1
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin-0/+2
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju-6/+3
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju-8/+9
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju-2/+2
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju-33/+3
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju-5/+10
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju-5/+3
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju-1/+1
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju-2/+2
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju-10/+10
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju-6/+4
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju-18/+2
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju-71/+57
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang-0/+10
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot-15/+23
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-3/+20
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira-1/+7
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang-1/+1
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra-10/+6
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin-10/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin-1/+19
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin-11/+17