summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-163-45/+0Star
* | | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-164-27/+23Star
* | | sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-152-30/+16Star
* | | 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/+11Star
| * | sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4Star
| * | 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/+0Star
* | sched/debug: Use match_string() helper instead of open-coded logicYisheng Xie2018-06-211-16/+15Star
* | 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-132-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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
|\ \ | |/ |/|
| * Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki2018-06-041-83/+179
| |\
| | * cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki2018-05-241-23/+47
| | * schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)2018-05-231-8/+26
| | * cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar2018-05-231-1/+1
| | * cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi2018-05-221-45/+107
| | * cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi2018-05-221-8/+10
| | * cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar2018-05-151-12/+6Star
| | * Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann2018-05-151-5/+1Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-054-68/+111
|\ \ \
| * | | sched/fair: Update util_est before updating schedutilPatrick Bellasi2018-05-251-1/+8
| * | | sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi2018-05-251-9/+8Star
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-254-8/+5Star
| |\| |
| * | | sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-142-10/+24
| * | | sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-143-21/+48
| * | | Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-144-73/+14Star
| |\ \ \ | | | |/ | | |/|
| * | | sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain2018-05-041-0/+3
| * | | sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar2018-05-041-9/+7Star
| * | | sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar2018-05-041-21/+16Star
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-14/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-14/+0Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-14/+0Star