summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | sched/fair: Add NOHZ stats balancingPeter Zijlstra2018-03-091-12/+19
| * | | | sched/fair: Restructure nohz_balance_kick()Peter Zijlstra2018-03-091-107/+111
| * | | | sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-093-19/+41
| * | | | sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-093-16/+24
| * | | | cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2018-03-092-43/+40
| * | | | cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra2018-03-091-2/+2
| * | | | sched/fair: Add ';' after label attributesNorbert Manthey2018-03-091-1/+1
| | |/ / | |/| |
| * | | sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar2018-03-041-0/+2
| * | | sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2018-03-042-15/+15
| * | | sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar2018-03-043-120/+125
| * | | sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-0428-213/+94
| * | | sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-0328-710/+706
| * | | sched/deadline: Clean up various coding style detailsMario Leinweber2018-03-031-1/+4
| * | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-213-40/+1
| * | | sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-218-1/+136
| * | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-211-1/+2
| * | | sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker2018-02-211-3/+3
| * | | sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman2018-02-211-1/+56
| * | | sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman2018-02-211-0/+12
| * | | sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra2018-02-211-1/+1
| * | | sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman2018-02-211-1/+10
| * | | sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman2018-02-211-1/+1
| * | | sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman2018-02-211-3/+2
| * | | Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar2018-02-214-16/+22
| |\ \ \ | | | |/ | | |/|
| * | | sched/fair: Remove stray space in #ifdefVincent Guittot2018-02-131-2/+2
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-251-12/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-201-11/+16
| * | | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-201-1/+1
| | |/ | |/|
* | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-191-5/+10
|\ \ \ | |/ / |/| |
| * | sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-121-5/+10
| |/
* | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
* | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
* | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-131-1/+2
* | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-071-1/+1
|\
| * cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-071-1/+1
* | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-3/+2
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
| |\
| | * sched/autogroup: move sched.h includeSergey Senozhatsky2017-12-081-2/+2
| | * sched/autogroup: remove unneeded kallsyms includeSergey Senozhatsky2017-12-081-1/+0
* | | sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2018-02-062-2/+21
* | | sched/fair: Do not migrate if the prev_cpu is idleMel Gorman2018-02-061-1/+7
* | | sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman2018-02-061-18/+17
* | | sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman2018-02-061-5/+3
* | | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-061-2/+3
* | | sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-063-2/+22