summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-251-1/+1
* sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
* sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-183-6/+3Star
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-133-31/+34
|\
| * sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| * sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| * sched/core: Introduce set_special_state()Peter Zijlstra2018-05-041-16/+1Star
| * kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-11/+21
| * sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1Star
|\ \
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1Star
| |/
* | cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-091-1/+2
* | cpufreq: schedutil: remove stale commentJuri Lelli2018-05-091-13/+0Star
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-156-11/+19
|\
| * sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-055-9/+16
| * sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-04-051-0/+2
| * Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar2018-04-0532-1580/+2055
| |\
| * | sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas2018-03-311-2/+1Star
* | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-121-6/+28
|\ \ \
| * | | sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-091-3/+8
| * | | cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-061-1/+3
| * | | sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki2018-04-051-4/+15
| * | | sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-051-3/+6
| * | | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+1
| | |/ | |/|
* / | kernel/fork.c: detect early free of a live mmMark Rutland2018-04-061-0/+1
|/ /
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-2/+6
|\ \
| * | sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski2018-04-021-2/+6
* | | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-031-84/+26Star
|\ \ \
| * | | sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra2018-03-201-6/+1Star
| * | | sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra2018-03-201-101/+0Star
| * | | sched/wait: Introduce wait_var_event()Peter Zijlstra2018-03-201-0/+48
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-0232-1497/+2026
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso2018-03-271-6/+6
| * | | sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino2018-03-231-0/+14
| * | | sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2018-03-202-5/+39
| * | | sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi2018-03-201-1/+8
| * | | sched/fair: Use util_est in LB and WU pathsPatrick Bellasi2018-03-201-14/+70
| * | | sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-203-6/+125
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-201-5/+10
| |\ \ \
| * | | | sched/completions: Use bool in try_wait_for_completion()gaurav jindal2018-03-091-3/+3
| * | | | sched/fair: Update blocked load when newly idleVincent Guittot2018-03-091-18/+87
| * | | | sched/fair: Move idle_balance()Peter Zijlstra2018-03-091-114/+114
| * | | | sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra2018-03-091-6/+4Star
| * | | | sched/fair: Move rebalance_domains()Peter Zijlstra2018-03-091-118/+118
| * | | | sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra2018-03-091-5/+4Star
| * | | | sched/fair: Reduce the periodic update durationVincent Guittot2018-03-091-4/+17
| * | | | sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-092-20/+97
| * | | | sched/cpufreq: Provide migration hintPeter Zijlstra2018-03-091-12/+19
| * | | | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-093-43/+43
| * | | | sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-093-6/+45