| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-11-11 | 2 | -3/+6 |
|\ |
|
| * | sched/fair: Fix a comment in task_numa_fault() | Yi Wang | 2018-11-05 | 1 | -2/+2 |
| * | sched/core: Take the hotplug lock in sched_init_smp() | Valentin Schneider | 2018-11-04 | 1 | -1/+4 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-11-04 | 2 | -2/+2 |
|\| |
|
| * | sched/topology: Fix off by one bug | Peter Zijlstra | 2018-11-04 | 1 | -1/+1 |
| * | sched/rt: Update comment in pick_next_task_rt() | Muchun Song | 2018-10-29 | 1 | -1/+1 |
* | | Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2018-10-30 | 1 | -21/+13 |
|\ \
| |/
|/| |
|
| * | cpuidle: menu: Remove get_loadavg() from the performance multiplier | Daniel Lezcano | 2018-10-25 | 1 | -7/+0 |
| * | sched: Factor out nr_iowait and nr_iowait_cpu | Daniel Lezcano | 2018-10-25 | 1 | -21/+20 |
* | | psi: cgroup support | Johannes Weiner | 2018-10-27 | 1 | -8/+110 |
* | | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner | 2018-10-27 | 5 | -2/+756 |
* | | sched: introduce this_rq_lock_irq() | Johannes Weiner | 2018-10-27 | 2 | -3/+13 |
* | | sched: sched.h: make rq locking and clock functions available in stats.h | Johannes Weiner | 2018-10-27 | 1 | -82/+82 |
* | | sched: loadavg: make calc_load_n() public | Johannes Weiner | 2018-10-27 | 1 | -69/+69 |
* | | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 2018-10-27 | 1 | -15/+0 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-25 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | y2038: sched: Change sched_rr_get_interval to use __kernel_timespec | Arnd Bergmann | 2018-08-29 | 1 | -2/+2 |
| * | y2038: globally rename compat_time to old_time32 | Arnd Bergmann | 2018-08-27 | 1 | -2/+2 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-23 | 2 | -16/+0 |
|\ \ |
|
| * | | x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star... | Christophe Leroy | 2018-10-22 | 2 | -16/+0 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-10-23 | 7 | -84/+261 |
|\ \ \ |
|
| * | | | sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load() | Rafael J. Wysocki | 2018-10-04 | 1 | -4/+4 |
| * | | | sched/fair: Remove setting task's se->runnable_weight during PELT update | Dietmar Eggemann | 2018-10-02 | 2 | -6/+2 |
| * | | | sched/fair: Disable LB_BIAS by default | Dietmar Eggemann | 2018-10-02 | 1 | -1/+1 |
| * | | | sched/pelt: Fix warning and clean up IRQ PELT config | Vincent Guittot | 2018-10-02 | 5 | -10/+8 |
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2018-10-02 | 4 | -15/+84 |
| |\ \ \ |
|
| * | | | | sched/topology: Make local variables static | zhong jiang | 2018-09-10 | 1 | -2/+2 |
| * | | | | sched/numa: Remove unused numa_stats::nr_running field | Vincent Guittot | 2018-09-10 | 1 | -3/+0 |
| * | | | | sched/numa: Remove unused code from update_numa_stats() | Vincent Guittot | 2018-09-10 | 1 | -20/+1 |
| * | | | | sched/debug: Explicitly cast sched_feat() to bool | Peter Zijlstra | 2018-09-10 | 1 | -1/+1 |
| * | | | | sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains | Morten Rasmussen | 2018-09-10 | 1 | -4/+8 |
| * | | | | sched/fair: Don't move tasks to lower capacity CPUs unless necessary | Chris Redpath | 2018-09-10 | 1 | -0/+11 |
| * | | | | sched/fair: Set rq->rd->overload when misfit | Valentin Schneider | 2018-09-10 | 2 | -3/+9 |
| * | | | | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE() | Valentin Schneider | 2018-09-10 | 2 | -5/+5 |
| * | | | | sched/core: Change root_domain->overload type to int | Valentin Schneider | 2018-09-10 | 1 | -2/+2 |
| * | | | | sched/fair: Change 'prefer_sibling' type to bool | Valentin Schneider | 2018-09-10 | 1 | -4/+2 |
| * | | | | sched/fair: Kick nohz balance if rq->misfit_task_load | Valentin Schneider | 2018-09-10 | 1 | -1/+1 |
| * | | | | sched/fair: Consider misfit tasks when load-balancing | Morten Rasmussen | 2018-09-10 | 1 | -2/+49 |
| * | | | | sched/fair: Add sched_group per-CPU max capacity | Morten Rasmussen | 2018-09-10 | 3 | -4/+23 |
| * | | | | sched/fair: Add 'group_misfit_task' load-balance type | Morten Rasmussen | 2018-09-10 | 2 | -8/+48 |
| * | | | | sched/topology: Add static_key for asymmetric CPU capacity optimizations | Morten Rasmussen | 2018-09-10 | 3 | -1/+12 |
| * | | | | sched/topology: Add SD_ASYM_CPUCAPACITY flag detection | Morten Rasmussen | 2018-09-10 | 1 | -6/+75 |
| | |/ /
| |/| | |
|
* | | | | sched/fair: Fix the min_vruntime update logic in dequeue_entity() | Song Muchun | 2018-10-16 | 1 | -1/+1 |
* | | | | sched/fair: Fix throttle_list starvation with low CFS quota | Phil Auld | 2018-10-11 | 2 | -3/+21 |
* | | | | sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task | Mel Gorman | 2018-10-02 | 1 | -1/+11 |
| |/ /
|/| | |
|
* | | | sched/numa: Avoid task migration for small NUMA improvement | Srikar Dronamraju | 2018-10-02 | 1 | -5/+18 |
* | | | sched/numa: Limit the conditions where scan period is reset | Mel Gorman | 2018-10-02 | 1 | -2/+23 |
* | | | sched/numa: Reset scan rate whenever task moves across nodes | Srikar Dronamraju | 2018-10-02 | 1 | -7/+19 |
* | | | sched/numa: Pass destination CPU as a parameter to migrate_task_rq | Srikar Dronamraju | 2018-10-02 | 4 | -4/+4 |
* | | | sched/numa: Stop multiple tasks from moving to the CPU at the same time | Srikar Dronamraju | 2018-10-02 | 2 | -0/+23 |
|/ / |
|