summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre-6/+3
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-31/+34
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-56/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman-56/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli-13/+0
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra-2/+5
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra-1/+6
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra-16/+1
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra-11/+21
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot-1/+1
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+19
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-6/+28
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki-3/+8
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki-1/+3
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland-0/+1
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki-4/+15
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki-3/+6
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki-0/+1
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso-9/+16
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso-0/+2
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar-1580/+2055
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+6
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-84/+26
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1497/+2026
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski-2/+6
2018-03-31sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas-2/+1
2018-03-27sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso-6/+6
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-12/+17
2018-03-23sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino-0/+14
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence-1/+1
2018-03-20sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra-6/+1
2018-03-20sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra-101/+0
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra-0/+48
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi-5/+39
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi-1/+8
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi-14/+70
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi-6/+125
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-5/+10
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+10
2018-03-09sched/completions: Use bool in try_wait_for_completion()gaurav jindal-3/+3
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot-18/+87
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra-114/+114
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra-6/+4
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra-118/+118
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot-20/+97