summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2019-11-20sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-04-05sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-05-31sched/headers: Fix typoDavidlohr Bueso
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman