summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano-7/+0
2018-10-25sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano-21/+20
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+0
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-84/+261
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy-16/+0
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-04sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki-4/+4
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman-1/+11
2018-10-02sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann-6/+2
2018-10-02sched/fair: Disable LB_BIAS by defaultDietmar Eggemann-1/+1
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot-10/+8
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-15/+84
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/topology: Make local variables staticzhong jiang-2/+2
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot-3/+0
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot-20/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra-1/+1
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen-4/+8
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath-0/+11
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider-3/+9
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider-5/+5
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider-2/+2
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider-4/+2
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider-1/+1
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen-2/+49
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen-4/+23
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen-8/+48
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen-1/+12
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen-6/+75
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-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann-2/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-2/+2
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