summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-3/+3
* sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-04-051-3/+3
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-12-191-3/+2
* sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-12-051-3/+1
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-111-0/+2
* sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-021-1/+1
* sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-021-0/+1
* sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-251-1/+2
* sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-2/+18
* sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-1/+0
* sched/core: Remove the rt_avg codeVincent Guittot2018-07-161-17/+0
* sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-151-1/+1
* cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2018-07-151-0/+13
* sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-151-0/+3
* cpufreq/schedutil: Use DL utilization trackingVincent Guittot2018-07-151-1/+6
* sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-151-0/+1
* sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-151-0/+7
* sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-151-0/+19
* sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-031-2/+4
* sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-031-0/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-041-0/+6
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-251-2/+3
| |\
| * | sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-0/+6
* | | sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
| |/ |/|
* | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-181-2/+3
|/
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-5/+12
* sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi2018-03-201-1/+8
* sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-091-0/+1
* sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-6/+5
* sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-091-0/+1
* sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-091-0/+4
* sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-091-5/+6
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-28/+53
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-260/+269
* sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-10/+1
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-0/+2
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-061-0/+2
* sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-101-0/+2
* 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-101-2/+2
* sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-101-1/+29
* sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-101-6/+6
* sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2018-01-101-0/+10
* sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira2018-01-101-41/+0
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-1/+1
|\
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-251-1/+1
* | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-091-3/+22
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-101-7/+17