aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2018-12-27sched/fair: Fix warning on non-SMP buildGravatar Olof Johansson 1-8/+8
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-143/+737
2018-12-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+1
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+4
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upGravatar Quentin Perret 1-2/+141
2018-12-11sched/fair: Introduce an energy estimation helper functionGravatar Quentin Perret 1-0/+76
2018-12-11sched/fair: Add over-utilization/tipping point indicatorGravatar Morten Rasmussen 2-2/+61
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersGravatar Quentin Perret 2-16/+14
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyGravatar Quentin Perret 2-4/+28
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilGravatar Quentin Perret 3-9/+60
2018-12-11sched/topology: Disable EAS on inappropriate platformsGravatar Quentin Perret 1-1/+48
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerGravatar Quentin Perret 3-4/+9
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableGravatar Quentin Perret 2-4/+151
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingGravatar Quentin Perret 2-15/+68
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerGravatar Quentin Perret 1-18/+0
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Gravatar Yangtao Li 2-6/+2
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Gravatar Vincent Guittot 2-5/+0
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Gravatar Andrea Parri 1-3/+1
2018-12-11sched/cpufreq: Add the SPDX tagsGravatar Daniel Lezcano 2-8/+2
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 2-4/+4
2018-12-03sched: Fix various typos in commentsGravatar Ingo Molnar 6-16/+16
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesGravatar Ingo Molnar 4-65/+71
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-11/+12
2018-11-30psi: make disabling/enabling easier for vendor kernelsGravatar Johannes Weiner 2-13/+25
2018-11-28sched/smt: Expose sched_smt_present static keyGravatar Thomas Gleixner 1-3/+1
2018-11-28sched/smt: Make sched_smt_present track topologyGravatar Peter Zijlstra (Intel) 1-8/+11
2018-11-27sched/membarrier: synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-2/+2
2018-11-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-21/+22
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+48
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Gravatar Olof Johansson 1-21/+22
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Gravatar Viresh Kumar 1-2/+2
2018-11-12sched/fair: Make some variables staticGravatar Muchun Song 1-6/+6
2018-11-12sched/core: Create task_has_idle_policy() helperGravatar Viresh Kumar 4-8/+13
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyGravatar Patrick Bellasi 1-7/+17
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesGravatar Patrick Bellasi 1-5/+4
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesGravatar Ingo Molnar 1-16/+50
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsGravatar Patrick Bellasi 1-14/+48
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+6
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-08rcu: Eliminate synchronize_rcu_mult()Gravatar Paul E. McKenney 1-1/+1
2018-11-05sched/fair: Fix a comment in task_numa_fault()Gravatar Yi Wang 1-2/+2
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+2
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityGravatar Muchun Song 2-22/+21
2018-11-04sched/fair: Don't increase sd->balance_interval on newidle balanceGravatar Valentin Schneider 1-2/+11
2018-11-04sched/fair: Clean up load_balance() conditionGravatar Valentin Schneider 1-3/+3
2018-11-04sched/core: Take the hotplug lock in sched_init_smp()Gravatar Valentin Schneider 1-1/+4
2018-11-04sched/topology: Fix off by one bugGravatar Peter Zijlstra 1-1/+1
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-21/+13
2018-10-29sched/rt: Update comment in pick_next_task_rt()Gravatar Muchun Song 1-1/+1
2018-10-26psi: cgroup supportGravatar Johannes Weiner 1-8/+110