summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju2018-07-251-8/+9
* sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju2018-07-251-2/+2
* sched/numa: Remove numa_has_capacity()Srikar Dronamraju2018-07-251-33/+3
* sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-253-5/+10
* sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju2018-07-251-5/+3
* sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju2018-07-251-1/+1
* sched/debug: Reverse the order of printing faultsSrikar Dronamraju2018-07-251-2/+2
* sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju2018-07-251-10/+10
* sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju2018-07-251-6/+4
* sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju2018-07-251-18/+2
* sched/numa: Evaluate move once per nodeSrikar Dronamraju2018-07-251-71/+57
* sched/debug: Show the sum wait time of a task groupYun Wang2018-07-251-0/+10
* sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-254-15/+23
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-253-3/+20
|\
| * sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-07-251-0/+2
| * sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7
| * sched/topology: Check variable group before dereferencing itYi Wang2018-07-251-1/+1
| * sched/deadline: Fix switched_from_dl() warningJuri Lelli2018-07-151-1/+10
* | sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior2018-07-161-9/+4
* | sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra2018-07-161-21/+54
* | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-162-9/+0
* | sched/core: Remove the rt_avg codeVincent Guittot2018-07-163-45/+0
* | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-164-27/+23
* | sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-152-30/+16
* | cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2018-07-152-4/+34
* | sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-155-4/+72
* | cpufreq/schedutil: Use DL utilization trackingVincent Guittot2018-07-152-7/+23
* | sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-155-3/+44
* | cpufreq/schedutil: Use RT utilization trackingVincent Guittot2018-07-151-1/+8
* | sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-155-1/+66
* | sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-155-333/+375
* | sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-07-151-4/+6
* | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-035-67/+74
|\ \ | |/
| * kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-031-20/+11
| * sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4
| * sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-031-5/+10
| * sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-032-8/+12
| * sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-033-7/+16
| * sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-031-15/+21
* | sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing2018-06-211-1/+0
* | sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie2018-06-211-16/+15
* | sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-5/+5
* | sched/swait: Switch to full exclusive modePeter Zijlstra2018-06-201-5/+17
* | sched/swait: Remove __prepare_to_swaitPeter Zijlstra2018-06-201-1/+1
|/
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-151-0/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+2
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+2
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-83/+179
|\ \ | |/ |/|
OpenPOWER on IntegriCloud