aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+28
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki1-3/+8
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki1-1/+3
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland1-0/+1
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki1-4/+15
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki1-3/+6
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki1-0/+1
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-2/+6
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-84/+26
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds32-1497/+2026
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski1-2/+6
2018-03-27sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso1-6/+6
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+17
2018-03-23sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino1-0/+14
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence1-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence1-1/+1
2018-03-20sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra1-6/+1
2018-03-20sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra1-101/+0
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra1-0/+48
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2-5/+39
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi1-1/+8
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi1-14/+70
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi3-6/+125
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-5/+10
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+10
2018-03-09sched/completions: Use bool in try_wait_for_completion()gaurav jindal1-3/+3
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot1-18/+87
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra1-114/+114
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra1-6/+4
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra1-118/+118
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra1-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot1-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot2-20/+97
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-12/+19
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra3-43/+43
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra3-6/+45
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra1-12/+19
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra1-107/+111
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra3-19/+41
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra3-16/+24
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2-43/+40
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+2
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey1-1/+1
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar1-0/+2
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespaceIngo Molnar2-15/+15
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar3-120/+125
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar28-213/+94
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar28-710/+706
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber1-1/+4
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker3-40/+1