aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+15
2019-12-17sched/cfs: fix spurious active migrationVincent Guittot1-1/+8
2019-12-17sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot1-0/+4
2019-12-17psi: Fix a division error in psi poll()Johannes Weiner1-1/+1
2019-12-17sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner1-1/+2
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-10/+27
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+15
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-639/+1172
2019-11-26Merge branch 'pm-cpuidle'Rafael J. Wysocki1-9/+15
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker1-20/+116
2019-11-21sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker1-11/+43
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano1-1/+7
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano1-7/+7
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2-11/+23
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot1-4/+31
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot1-7/+84
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider2-4/+4
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki1-1/+1
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra6-11/+17
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra1-2/+1
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra7-35/+16
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra4-5/+8
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra2-4/+5
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra1-0/+5
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar8-97/+129
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra7-58/+112
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef1-1/+1
2019-11-07cpufreq: Initialize the governors in core_initcallAmit Kucheria1-1/+1
2019-10-31Add wake_up_interruptible_sync_poll_locked()David Howells1-0/+23
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-4/+12
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker1-0/+82
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu()Frederic Weisbecker1-1/+1
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker1-7/+11
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker1-5/+8
2019-10-29sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker1-0/+3
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi2-1/+14
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider1-1/+5
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+4
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()David Howells1-10/+4
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot1-128/+256
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot1-36/+14
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot1-10/+10