summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2-30/+16
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2-4/+34
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot5-4/+72
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot2-7/+23
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot5-3/+44
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot5-1/+66
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot5-333/+375
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-15sched/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-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra2-18/+13
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-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-12treewide: 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
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-83/+179
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-68/+111
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-41/+2
2018-06-04Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki1-83/+179
2018-05-31sched/headers: Fix typoDavidlohr Bueso1-1/+1
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli1-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi1-1/+8
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi1-9/+8
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar4-8/+5
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli1-1/+1
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki1-23/+47
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)1-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar1-1/+1
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi1-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi1-8/+10
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre3-6/+3
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-14/+0
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-41/+2