summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-051-1/+1
|\
| * cpufreq: Initialize the governors in core_initcallAmit Kucheria2019-11-071-1/+1
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-10/+27
|\ \
| * | Add wake_up_interruptible_sync_poll_locked()David Howells2019-10-311-0/+23
| * | Remove the nr_exclusive argument from __wake_up_sync_key()David Howells2019-10-231-10/+4
* | | Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-11-261-9/+15
|\ \ \
| * \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-11-261-9/+15
| |\ \ \
| | * | | cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano2019-11-201-1/+7
| | * | | cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2019-11-201-7/+7
| | * | | cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki2019-11-111-1/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ \ \ \
| * | | | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-2610-639/+1172
|\ \ \ \ \
| * | | | | sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker2019-11-211-20/+116
| * | | | | sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker2019-11-211-11/+43
| * | | | | sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot2019-11-181-49/+62
| * | | | | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-182-11/+23
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot2019-11-181-4/+31
| * | | | | sched/fair: Fix rework of find_idlest_group()Vincent Guittot2019-11-181-7/+84
| * | | | | sched/uclamp: Fix overzealous type replacementValentin Schneider2019-11-172-4/+4
| * | | | | sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-116-11/+17
| * | | | | sched/fair: Use mul_u32_u32()Peter Zijlstra2019-11-111-2/+1
| * | | | | sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-117-35/+16
| * | | | | sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-114-5/+8
| * | | | | sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra2019-11-112-4/+5
| * | | | | sched/fair: Better document newidle_balance()Peter Zijlstra2019-11-111-0/+5
| * | | | | Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-118-97/+129
| |\ \ \ \ \
| * | | | | | sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker2019-10-291-0/+82
| * | | | | | sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker2019-10-291-1/+1
| * | | | | | sched/cputime: Add vtime guest task stateFrederic Weisbecker2019-10-291-7/+11
| * | | | | | sched/cputime: Add vtime idle task stateFrederic Weisbecker2019-10-291-5/+8
| * | | | | | sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker2019-10-291-0/+3
| * | | | | | sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi2019-10-292-1/+14
| * | | | | | sched/fair: Rework find_idlest_group()Vincent Guittot2019-10-211-128/+256
| * | | | | | sched/fair: Optimize find_idlest_group()Vincent Guittot2019-10-211-36/+14
| * | | | | | sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot2019-10-211-10/+10
| * | | | | | sched/fair: Use utilization to select misfit taskVincent Guittot2019-10-211-8/+3
| * | | | | | sched/fair: Spread out tasks evenly when not overloadedVincent Guittot2019-10-211-12/+28
| * | | | | | sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot2019-10-211-10/+14
| * | | | | | sched/fair: Use rq->nr_running when balancing loadVincent Guittot2019-10-211-5/+8
| * | | | | | sched/fair: Rework load_balance()Vincent Guittot2019-10-211-209/+402
| * | | | | | sched/fair: Remove meaningless imbalance calculationVincent Guittot2019-10-211-104/+1
| * | | | | | sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot2019-10-211-16/+16
| * | | | | | sched/fair: Clean up asym packingVincent Guittot2019-10-211-47/+16
| * | | | | | sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider2019-10-171-6/+3
| * | | | | | sched/cputime: Spare a seqcount lock/unlock cycle on context switchFrederic Weisbecker2019-10-091-11/+19
| * | | | | | sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker2019-10-091-9/+9
* | | | | | | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-4/+12
| | |_|_|/ / | |/| | | |
* | | | | | sched/uclamp: Fix incorrect conditionQais Yousef2019-11-151-1/+1