aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli
2018-01-10sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli
2018-01-10sched/cpufreq: Split utilization signalsJuri Lelli
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes
2018-01-10sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()Viresh Kumar
2018-01-10sched/cpufreq: Initialize sg_cpu->flags to 0Viresh Kumar
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira
2018-01-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-01-10membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap