summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAge
...
| * | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-21
| * | | sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-21
| * | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-21
| * | | sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker2018-02-21
| * | | sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman2018-02-21
| * | | sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman2018-02-21
| * | | sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra2018-02-21
| * | | sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman2018-02-21
| * | | sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman2018-02-21
| * | | sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman2018-02-21
| * | | Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar2018-02-21
| |\ \ \ | | | |/ | | |/|
| * | | sched/fair: Remove stray space in #ifdefVincent Guittot2018-02-13
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-25
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-20
| * | | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-20
| | |/ | |/|
* | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-19
|\ \ \ | |/ / |/| |
| * | sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-12
| |/
* | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-13
* | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-13
* | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-13
* | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-13
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-06
|\
| * cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-06
* | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-06
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
| |\
| | * sched/autogroup: move sched.h includeSergey Senozhatsky2017-12-08
| | * sched/autogroup: remove unneeded kallsyms includeSergey Senozhatsky2017-12-08
* | | sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2018-02-06
* | | sched/fair: Do not migrate if the prev_cpu is idleMel Gorman2018-02-06
* | | sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman2018-02-06
* | | sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman2018-02-06
* | | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-06
* | | sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-06
* | | sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-06
* | | sched/core: Optimize update_stats_*()Peter Zijlstra2018-02-06
* | | sched/core: Optimize ttwu_stat()Peter Zijlstra2018-02-06
* | | membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2018-02-05
* | | membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers2018-02-05
* | | membarrier: Document scheduler barrier requirementsMathieu Desnoyers2018-02-05
* | | powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-05
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-30
|\ \
| * | sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-10
| * | sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-10
| * | sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2018-01-10
| * | sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli2018-01-10
| * | sched/cpufreq: Split utilization signalsJuri Lelli2018-01-10
| * | sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-10
| * | sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-10
| * | sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2018-01-10
| * | sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-10