summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju1-6/+3
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju1-8/+9
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju1-33/+3
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju3-5/+10
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju1-5/+3
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju1-1/+1
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju1-10/+10
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju1-6/+4
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju1-18/+2
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju1-71/+57
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang1-0/+10
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot4-15/+23
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar3-3/+20
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu1-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira1-1/+7
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang1-1/+1
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior1-9/+4
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra1-21/+54
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2-9/+0
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot3-45/+0
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot4-27/+23
2018-07-16sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2-30/+16
2018-07-16cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2-4/+34
2018-07-16sched/irq: Add IRQ utilization trackingVincent Guittot5-4/+72
2018-07-16cpufreq/schedutil: Use DL utilization trackingVincent Guittot2-7/+23
2018-07-16sched/dl: Add dl_rq utilization trackingVincent Guittot5-3/+44
2018-07-16cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-16sched/rt: Add rt_rq utilization trackingVincent Guittot5-1/+66
2018-07-16sched/pelt: Move PELT related code in a dedicated fileVincent Guittot5-333/+375
2018-07-16sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-16sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar5-67/+74
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra1-20/+11
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot1-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang1-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-8/+12
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot3-7/+16
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker1-15/+21
2018-06-21sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing1-1/+0
2018-06-21sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie1-16/+15
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-5/+5
2018-06-20sched/swait: Switch to full exclusive modePeter Zijlstra1-5/+17
2018-06-20sched/swait: Remove __prepare_to_swaitPeter Zijlstra1-1/+1
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland1-0/+4
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+2