Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2019-12-01 | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -10/+27 |
2019-11-27 | Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -9/+15 |
2019-11-27 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2019-11-27 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -639/+1172 |
2019-11-26 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -9/+15 |
2019-11-25 | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+12 |
2019-11-21 | sched/vtime: Bring up complete kcpustat accessor | Frederic Weisbecker | 1 | -20/+116 |
2019-11-21 | sched/cputime: Support other fields on kcpustat_field() | Frederic Weisbecker | 1 | -11/+43 |
2019-11-20 | cpuidle: Pass exit latency limit to cpuidle_use_deepest_state() | Daniel Lezcano | 1 | -1/+7 |
2019-11-20 | cpuidle: Allow idle injection to apply exit latency limit | Daniel Lezcano | 1 | -7/+7 |
2019-11-18 | sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util() | Vincent Guittot | 1 | -49/+62 |
2019-11-18 | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies | Ingo Molnar | 2 | -11/+23 |
2019-11-18 | sched/fair: Add comments for group_type and balancing at SD_NUMA level | Vincent Guittot | 1 | -4/+31 |
2019-11-18 | sched/fair: Fix rework of find_idlest_group() | Vincent Guittot | 1 | -7/+84 |
2019-11-17 | sched/uclamp: Fix overzealous type replacement | Valentin Schneider | 2 | -4/+4 |
2019-11-15 | sched/uclamp: Fix incorrect condition | Qais Yousef | 1 | -1/+1 |
2019-11-13 | sched/pelt: Fix update of blocked PELT ordering | Vincent Guittot | 1 | -9/+20 |
2019-11-13 | sched/core: Avoid spurious lock dependencies | Peter Zijlstra | 1 | -1/+2 |
2019-11-11 | cpuidle: Use nanoseconds as the unit of time | Rafael J. Wysocki | 1 | -1/+1 |
2019-11-11 | sched/core: Further clarify sched_class::set_next_task() | Peter Zijlstra | 6 | -11/+17 |
2019-11-11 | sched/fair: Use mul_u32_u32() | Peter Zijlstra | 1 | -2/+1 |
2019-11-11 | sched/core: Simplify sched_class::pick_next_task() | Peter Zijlstra | 7 | -35/+16 |
2019-11-11 | sched/core: Optimize pick_next_task() | Peter Zijlstra | 4 | -5/+8 |
2019-11-11 | sched/core: Make pick_next_task_idle() more consistent | Peter Zijlstra | 2 | -4/+5 |
2019-11-11 | sched/fair: Better document newidle_balance() | Peter Zijlstra | 1 | -0/+5 |
2019-11-11 | Merge tag 'v5.4-rc7' into sched/core, to pick up fixes | Ingo Molnar | 8 | -97/+129 |
2019-11-09 | sched: Fix pick_next_task() vs 'change' pattern race | Peter Zijlstra | 7 | -58/+112 |
2019-11-09 | sched/core: Fix compilation error when cgroup not selected | Qais Yousef | 1 | -1/+1 |
2019-11-07 | cpufreq: Initialize the governors in core_initcall | Amit Kucheria | 1 | -1/+1 |
2019-10-31 | Add wake_up_interruptible_sync_poll_locked() | David Howells | 1 | -0/+23 |
2019-10-29 | io-wq: small threadpool implementation for io_uring | Jens Axboe | 1 | -4/+12 |
2019-10-29 | sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEM | Frederic Weisbecker | 1 | -0/+82 |
2019-10-29 | sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable... | Frederic Weisbecker | 1 | -1/+1 |
2019-10-29 | sched/cputime: Add vtime guest task state | Frederic Weisbecker | 1 | -7/+11 |
2019-10-29 | sched/cputime: Add vtime idle task state | Frederic Weisbecker | 1 | -5/+8 |
2019-10-29 | sched/vtime: Record CPU under seqcount for kcpustat needs | Frederic Weisbecker | 1 | -0/+3 |
2019-10-29 | sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases | Patrick Bellasi | 2 | -1/+14 |
2019-10-29 | sched/topology: Allow sched_asym_cpucapacity to be disabled | Valentin Schneider | 1 | -1/+5 |
2019-10-29 | sched/topology: Don't try to build empty sched domains | Valentin Schneider | 1 | -1/+4 |
2019-10-23 | Remove the nr_exclusive argument from __wake_up_sync_key() | David Howells | 1 | -10/+4 |
2019-10-21 | sched/fair: Rework find_idlest_group() | Vincent Guittot | 1 | -128/+256 |
2019-10-21 | sched/fair: Optimize find_idlest_group() | Vincent Guittot | 1 | -36/+14 |
2019-10-21 | sched/fair: Use load instead of runnable load in wakeup path | Vincent Guittot | 1 | -10/+10 |
2019-10-21 | sched/fair: Use utilization to select misfit task | Vincent Guittot | 1 | -8/+3 |
2019-10-21 | sched/fair: Spread out tasks evenly when not overloaded | Vincent Guittot | 1 | -12/+28 |
2019-10-21 | sched/fair: Use load instead of runnable load in load_balance() | Vincent Guittot | 1 | -10/+14 |
2019-10-21 | sched/fair: Use rq->nr_running when balancing load | Vincent Guittot | 1 | -5/+8 |
2019-10-21 | sched/fair: Rework load_balance() | Vincent Guittot | 1 | -209/+402 |
2019-10-21 | sched/fair: Remove meaningless imbalance calculation | Vincent Guittot | 1 | -104/+1 |