aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2-2/+21
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman1-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman1-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman1-5/+3
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang1-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra2-16/+20
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra2-8/+10
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2-17/+54
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-8/+112
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2-10/+8
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-151/+303
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra1-2/+2
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder1-3/+3
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli3-6/+24
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMPJuri Lelli1-3/+10
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2-3/+3
2018-01-10sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli1-6/+10
2018-01-10sched/cpufreq: Split utilization signalsJuri Lelli1-14/+16
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli4-36/+129
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2-9/+10
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2-10/+25
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2-2/+8
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cacheMel Gorman1-3/+9
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes1-3/+1
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes1-1/+1
2018-01-10sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()Viresh Kumar1-5/+4
2018-01-10sched/cpufreq: Initialize sg_cpu->flags to 0Viresh Kumar1-1/+1
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes1-1/+1
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi1-5/+5
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira2-45/+49
2018-01-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar4-13/+21
2018-01-10membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers1-0/+2
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar1-5/+0
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-2/+3
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes1-1/+1
2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt1-1/+7
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap1-11/+11
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian1-3/+2
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot1-29/+73
2017-12-06sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval1-1/+1
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney1-1/+1
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+30
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-4/+14
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds8-31/+185