aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-27sched/fair: Fix warning on non-SMP buildOlof Johansson
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-12-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri
2018-12-11sched/cpufreq: Add the SPDX tagsDaniel Lezcano
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-03sched: Fix various typos in commentsIngo Molnar
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-11-28sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-11-27sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar
2018-11-12sched/fair: Make some variables staticMuchun Song
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song