summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli-3/+3
2018-01-10sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli-6/+10
2018-01-10sched/cpufreq: Split utilization signalsJuri Lelli-14/+16
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli-36/+129
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli-9/+10
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli-10/+25
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli-2/+8
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman-3/+9
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes-3/+1
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes-1/+1
2018-01-10sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()Viresh Kumar-5/+4
2018-01-10sched/cpufreq: Initialize sg_cpu->flags to 0Viresh Kumar-1/+1
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes-1/+1
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi-5/+5
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira-45/+49
2018-01-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-13/+21
2018-01-10membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers-0/+2
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar-5/+0
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-2/+3
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes-1/+1
2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt-1/+7
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap-11/+11
2017-12-08sched/autogroup: move sched.h includeSergey Senozhatsky-2/+2
2017-12-08sched/autogroup: remove unneeded kallsyms includeSergey Senozhatsky-1/+0
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian-3/+2
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot-29/+73
2017-12-06sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval-1/+1
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney-1/+1
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney-1/+2
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-6/+30
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+14
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-31/+185
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+5
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-648/+1094
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells-4/+14
2017-11-13Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki-1/+5
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi-6/+28
2017-11-09Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki-5/+1
2017-11-08cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar-1/+5
2017-11-08sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker-3/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-4/+51
2017-11-04cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath-5/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+21
2017-10-27sched/isolation: Add basic isolcpus flagsFrederic Weisbecker-1/+25
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker-46/+57
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker-12/+30
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker-16/+20
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker-1/+1