summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+4Star
* 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
|\
| * membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers2018-01-101-0/+2
| * 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
| * sched/core: Fix kernel-doc warnings after code movementRandy Dunlap2017-12-111-11/+11
* | sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian2017-12-081-3/+2Star
|/
* sched/fair: Update and fix the runnable propagation ruleVincent Guittot2017-12-061-29/+73
* sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval2017-12-061-1/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+30
|\
| * sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-201-6/+30
* | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-4/+14
|\ \
| * | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-4/+14
* | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-158-31/+185
|\ \ \
| * | | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-261-9/+4Star
| * | | sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * | | sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| * | | sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo2017-09-251-0/+7
| * | | cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-257-23/+6Star
| * | | sched/cputime: Expose cputime_adjust()Tejun Heo2017-09-251-3/+2Star
| | |/ | |/|
* | | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-141-1/+5
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2017-11-131-1/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar2017-11-081-1/+5
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-1310-648/+1094
|\ \ \ \ \
| * | | | | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-092-6/+28
| * | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0822-4/+51
| |\ \ \ \ \
| * | | | | | sched/isolation: Add basic isolcpus flagsFrederic Weisbecker2017-10-271-1/+25
| * | | | | | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-273-46/+57
| * | | | | | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-12/+30
| * | | | | | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-273-16/+20
| * | | | | | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-1/+1
| * | | | | | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-272-4/+4
| * | | | | | sched/isolation: Use its own static keyFrederic Weisbecker2017-10-271-4/+9
| * | | | | | sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker2017-10-271-1/+35
| * | | | | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-274-0/+36