summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-11-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-10-29sched/rt: Update comment in pick_next_task_rt()Muchun Song
2018-10-26psi: cgroup supportJohannes Weiner
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2018-10-26sched: introduce this_rq_lock_irq()Johannes Weiner
2018-10-26sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner
2018-10-26sched: loadavg: make calc_load_n() publicJohannes Weiner
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano
2018-10-25sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-04sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman
2018-10-02sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann
2018-10-02sched/fair: Disable LB_BIAS by defaultDietmar Eggemann
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju
2018-09-10sched/topology: Make local variables staticzhong jiang
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot