summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-064-9/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-053-3/+3
|\
| * kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9
* sched/fair: Fix warning on non-SMP buildOlof Johansson2018-12-271-8/+8
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-2610-143/+737
|\
| * sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret2018-12-111-2/+141
| * sched/fair: Introduce an energy estimation helper functionQuentin Perret2018-12-111-0/+76
| * sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-112-2/+61
| * sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-112-16/+14
| * sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2018-12-112-4/+28
| * sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-113-9/+60
| * sched/topology: Disable EAS on inappropriate platformsQuentin Perret2018-12-111-1/+48
| * sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-113-4/+9
| * sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2018-12-112-4/+151
| * sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-112-15/+68
| * sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret2018-12-111-18/+0
| * sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li2018-12-112-6/+2
| * sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-112-5/+0
| * sched: Fix various typos in commentsIngo Molnar2018-12-036-16/+16
| * Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar2018-12-034-65/+71
| |\
| * | sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar2018-11-121-2/+2
| * | sched/fair: Make some variables staticMuchun Song2018-11-121-6/+6
| * | sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-124-8/+13
| * | sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi2018-11-121-7/+17
| * | sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi2018-11-121-5/+4
| * | Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar2018-11-121-16/+50
| |\ \
| * | | sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song2018-11-042-22/+21
| * | | sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2018-11-041-2/+11
| * | | sched/fair: Clean up load_balance() conditionValentin Schneider2018-11-041-3/+3
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-3/+1
|\ \ \ \
| * | | | sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri2018-12-111-3/+1
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-262-4/+4
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-042-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-2/+2
| | * | | sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-081-1/+1
| | * | | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-081-1/+1
* | | | | sched/cpufreq: Add the SPDX tagsDaniel Lezcano2018-12-112-8/+2
|/ / / /
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-012-11/+12
|\ \ \ \
| * | | | sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-11-281-3/+1
| * | | | sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)2018-11-281-8/+11
* | | | | psi: make disabling/enabling easier for vendor kernelsJohannes Weiner2018-11-302-13/+25
|/ / / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-181-21/+22
|\ \ \ \
| * | | | kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson2018-11-181-21/+22
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-11-181-14/+48
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-11-121-14/+48
* | | | Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-112-3/+6
|\| | | | |/ / |/| |
| * | sched/fair: Fix a comment in task_numa_fault()Yi Wang2018-11-051-2/+2
| |/
| * sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-041-1/+4