| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() | Tommaso Cucinotta | 2016-09-05 | 3 | -22/+40 |
| * | | | | sched/deadline: Make CPU heap faster avoiding real swaps on heapify | Tommaso Cucinotta | 2016-09-05 | 1 | -21/+45 |
| * | | | | sched/deadline: Refactor CPU heap code | Tommaso Cucinotta | 2016-09-05 | 1 | -27/+23 |
| * | | | | sched/fair: Make update_min_vruntime() more readable | Byungchul Park | 2016-09-05 | 1 | -10/+7 |
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2016-09-05 | 1 | -0/+22 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sched/cputime: Improve scalability by not accounting thread group tasks pendi... | Stanislaw Gruszka | 2016-08-18 | 1 | -1/+32 |
| * | | | | sched/fair: Let asymmetric CPU configurations balance at wake-up | Morten Rasmussen | 2016-08-18 | 1 | -1/+34 |
| * | | | | sched/core: Store maximum per-CPU capacity in root domain | Dietmar Eggemann | 2016-08-18 | 2 | -0/+14 |
| * | | | | sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systems | Morten Rasmussen | 2016-08-18 | 1 | -0/+7 |
| * | | | | sched/core: Pass child domain into sd_init() | Morten Rasmussen | 2016-08-18 | 1 | -3/+4 |
| * | | | | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flag | Morten Rasmussen | 2016-08-18 | 1 | -0/+4 |
| * | | | | sched/core: Remove unnecessary NULL-pointer check | Morten Rasmussen | 2016-08-18 | 1 | -2/+0 |
| * | | | | sched/core: Clarify SD_flags comment | Peter Zijlstra | 2016-08-18 | 1 | -6/+12 |
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up dependencies | Ingo Molnar | 2016-08-18 | 1 | -8/+33 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sched: Remove struct rq::nohz_stamp | Rik van Riel | 2016-08-18 | 1 | -1/+0 |
| * | | | | sched/debug: Add taint on "BUG: Sleeping function called from invalid context" | Vegard Nossum | 2016-08-10 | 1 | -0/+1 |
| * | | | | sched/debug: Make the "Preemption disabled at ..." message more useful | Vegard Nossum | 2016-08-10 | 1 | -8/+13 |
| * | | | | sched/deadline: Remove useless parameter from setup_new_dl_entity() | Juri Lelli | 2016-08-10 | 1 | -6/+16 |
| * | | | | sched/core: Add documentation for 'cookie' argument | Luis de Bethencourt | 2016-08-10 | 1 | -0/+1 |
| * | | | | sched/fair: Optimize find_idlest_cpu() when there is no choice | Morten Rasmussen | 2016-08-10 | 1 | -0/+4 |
| * | | | | sched/fair: Make the use of prev_cpu consistent in the wakeup path | Morten Rasmussen | 2016-08-10 | 1 | -11/+13 |
| * | | | | sched/fair: Improve PELT stuff some more | Peter Zijlstra | 2016-08-10 | 1 | -19/+25 |
| * | | | | sched/core: Fix one typo | Leo Yan | 2016-08-10 | 1 | -1/+1 |
| * | | | | sched/fair: Remove 'cpu_busy' parameter from update_next_balance() | Leo Yan | 2016-08-10 | 1 | -5/+6 |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 1 | -0/+7 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2016-09-16 | 1 | -0/+7 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | sched: Make wake_up_nohz_cpu() handle CPUs going offline | Paul E. McKenney | 2016-08-22 | 1 | -0/+7 |
| | | |_|/
| | |/| | |
|
* | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2016-10-02 | 6 | -75/+122 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 2016-10-02 | 6 | -75/+122 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | cpufreq: schedutil: Add iowait boosting | Rafael J. Wysocki | 2016-09-13 | 1 | -4/+49 |
| | * | | | cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition | Rafael J. Wysocki | 2016-09-13 | 1 | -0/+8 |
| | * | | | cpufreq / sched: ignore SMT when determining max cpu capacity | Steve Muckle | 2016-09-01 | 1 | -1/+3 |
| | * | | | cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() | Rafael J. Wysocki | 2016-08-16 | 4 | -15/+15 |
| | * | | | cpufreq / sched: Pass flags to cpufreq_update_util() | Rafael J. Wysocki | 2016-08-16 | 6 | -64/+56 |
* | | | | | sched/core: Fix a race between try_to_wake_up() and a woken up task | Balbir Singh | 2016-09-05 | 1 | -0/+22 |
|/ / / / |
|
* | | | | sched/cputime: Resync steal time when guest & host lose sync | Wanpeng Li | 2016-08-18 | 1 | -3/+15 |
* | | | | sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression | Peter Zijlstra | 2016-08-18 | 1 | -5/+10 |
|/ / / |
|
* | | | sched/cputime: Fix omitted ticks passed in parameter | Frederic Weisbecker | 2016-08-11 | 1 | -1/+2 |
* | | | sched/cputime: Fix steal time accounting | Wanpeng Li | 2016-08-11 | 1 | -2/+9 |
| |/
|/| |
|
* | | sched/deadline: Fix lock pinning warning during CPU hotplug | Wanpeng Li | 2016-08-10 | 1 | -1/+4 |
* | | sched/cputime: Mitigate performance regression in times()/clock_gettime() | Giovanni Gherdovich | 2016-08-10 | 1 | -0/+19 |
* | | sched/fair: Fix typo in sync_throttle() | Xunlei Pang | 2016-08-10 | 1 | -1/+1 |
* | | sched/deadline: Fix wrap-around in DL heap | Tommaso Cucinotta | 2016-08-10 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-27 | 1 | -10/+0 |
|\ |
|
| * | xen: add steal_clock support on x86 | Juergen Gross | 2016-07-06 | 1 | -10/+0 |
* | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-07-26 | 1 | -42/+32 |
|\ \ |
|
| * \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2016-07-25 | 1 | -42/+32 |
| |\ \ |
|
| | * | | cpufreq: schedutil: map raw required frequency to driver frequency | Steve Muckle | 2016-07-21 | 1 | -8/+23 |
| | * | | Merge back earlier cpufreq material for v4.8. | Rafael J. Wysocki | 2016-07-04 | 1 | -34/+9 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | Merge back earlier cpufreq changes for v4.8. | Rafael J. Wysocki | 2016-06-13 | 1 | -34/+9 |
| | | |\ |
|