summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-1/+1
|\
| * cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-061-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
* | | sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-061-7/+8
* | | sched/core: Optimize update_stats_*()Peter Zijlstra2018-02-062-16/+20
* | | sched/core: Optimize ttwu_stat()Peter Zijlstra2018-02-062-8/+10
* | | membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2018-02-052-17/+54
* | | membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers2018-02-051-8/+112
* | | membarrier: Document scheduler barrier requirementsMathieu Desnoyers2018-02-051-11/+26
* | | powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-052-10/+8
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-305-151/+303
|\ \
| * | sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-103-6/+24
| * | sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-101-3/+10
| * | sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2018-01-102-3/+3
| * | sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli2018-01-101-6/+10
| * | sched/cpufreq: Split utilization signalsJuri Lelli2018-01-101-14/+16
| * | sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-104-36/+129
| * | sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-102-9/+10
| * | sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2018-01-102-10/+25
| * | sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-102-2/+8
| * | sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman2018-01-101-3/+9
| * | sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes2018-01-101-3/+1
| * | sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes2018-01-101-1/+1
| * | sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()Viresh Kumar2018-01-101-5/+4
| * | sched/cpufreq: Initialize sg_cpu->flags to 0Viresh Kumar2018-01-101-1/+1
| * | sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes2018-01-101-1/+1
| * | sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi2018-01-101-5/+5
| * | sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira2018-01-102-45/+49
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-01-104-13/+21
| |\ \
| * | | sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian2017-12-081-3/+2
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-302-2/+3
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-032-2/+3
| |\ \ \ \
| | * | | | sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2017-11-281-1/+1
| | * | | | sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2017-11-281-1/+2
| | | |_|/ | | |/| |
* | | | | sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2018-01-241-2/+2
* | | | | delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-161-3/+3
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-121-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers2018-01-101-0/+2
| |/ / /
* | | | locking/lockdep: Remove cross-release leftoversIngo Molnar2018-01-081-5/+0
|/ / /
* | | cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2017-12-281-1/+1
* | | sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-151-1/+7
OpenPOWER on IntegriCloud