summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann2016-09-051-1/+1
| * | | | sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta2016-09-053-22/+40
| * | | | sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta2016-09-051-21/+45
| * | | | sched/deadline: Refactor CPU heap codeTommaso Cucinotta2016-09-051-27/+23
| * | | | sched/fair: Make update_min_vruntime() more readableByungchul Park2016-09-051-10/+7
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-09-051-0/+22
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/cputime: Improve scalability by not accounting thread group tasks pendi...Stanislaw Gruszka2016-08-181-1/+32
| * | | | sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen2016-08-181-1/+34
| * | | | sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann2016-08-182-0/+14
| * | | | sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen2016-08-181-0/+7
| * | | | sched/core: Pass child domain into sd_init()Morten Rasmussen2016-08-181-3/+4
| * | | | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen2016-08-181-0/+4
| * | | | sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen2016-08-181-2/+0
| * | | | sched/core: Clarify SD_flags commentPeter Zijlstra2016-08-181-6/+12
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up dependenciesIngo Molnar2016-08-181-8/+33
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched: Remove struct rq::nohz_stampRik van Riel2016-08-181-1/+0
| * | | | sched/debug: Add taint on "BUG: Sleeping function called from invalid context"Vegard Nossum2016-08-101-0/+1
| * | | | sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum2016-08-101-8/+13
| * | | | sched/deadline: Remove useless parameter from setup_new_dl_entity()Juri Lelli2016-08-101-6/+16
| * | | | sched/core: Add documentation for 'cookie' argumentLuis de Bethencourt2016-08-101-0/+1
| * | | | sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2016-08-101-0/+4
| * | | | sched/fair: Make the use of prev_cpu consistent in the wakeup pathMorten Rasmussen2016-08-101-11/+13
| * | | | sched/fair: Improve PELT stuff some morePeter Zijlstra2016-08-101-19/+25
| * | | | sched/core: Fix one typoLeo Yan2016-08-101-1/+1
| * | | | sched/fair: Remove 'cpu_busy' parameter from update_next_balance()Leo Yan2016-08-101-5/+6
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-0/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-09-161-0/+7
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | sched: Make wake_up_nohz_cpu() handle CPUs going offlinePaul E. McKenney2016-08-221-0/+7
| | | |_|/ | | |/| |
* | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-10-026-75/+122
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2016-10-026-75/+122
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: schedutil: Add iowait boostingRafael J. Wysocki2016-09-131-4/+49
| | * | | cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki2016-09-131-0/+8
| | * | | cpufreq / sched: ignore SMT when determining max cpu capacitySteve Muckle2016-09-011-1/+3
| | * | | cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki2016-08-164-15/+15
| | * | | cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki2016-08-166-64/+56
* | | | | sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-051-0/+22
|/ / / /
* | | | sched/cputime: Resync steal time when guest & host lose syncWanpeng Li2016-08-181-3/+15
* | | | sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-08-181-5/+10
|/ / /
* | | sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker2016-08-111-1/+2
* | | sched/cputime: Fix steal time accountingWanpeng Li2016-08-111-2/+9
| |/ |/|
* | sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li2016-08-101-1/+4
* | sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich2016-08-101-0/+19
* | sched/fair: Fix typo in sync_throttle()Xunlei Pang2016-08-101-1/+1
* | sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta2016-08-101-1/+1
|/
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-10/+0
|\
| * xen: add steal_clock support on x86Juergen Gross2016-07-061-10/+0
* | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-261-42/+32
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-07-251-42/+32
| |\ \
| | * | cpufreq: schedutil: map raw required frequency to driver frequencySteve Muckle2016-07-211-8/+23
| | * | Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki2016-07-041-34/+9
| | |\ \ | | | |/ | | |/|
OpenPOWER on IntegriCloud