summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski
2018-03-31sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas
2018-03-27sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-03-23sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence
2018-03-20sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra
2018-03-20sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-09sched/completions: Use bool in try_wait_for_completion()gaurav jindal
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar