aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+15
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_startup_entry()Christophe Leroy1-1/+0
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld1-0/+2
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-3/+2
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-1/+2
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju1-1/+1
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju1-0/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider1-1/+5
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider1-2/+2
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider1-2/+2
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen1-0/+1
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen1-0/+2
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen1-0/+1
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju1-1/+2
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot1-2/+18
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot1-1/+0
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot1-17/+0
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot1-1/+1
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot1-0/+13
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot1-0/+3
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot1-1/+6
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot1-0/+1
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot1-0/+7
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot1-0/+19
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang1-2/+4
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot1-0/+5
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-05-31sched/headers: Fix typoDavidlohr Bueso1-1/+1
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-2/+3
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.hMathieu Malaterre1-2/+3
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman1-0/+6
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso1-5/+12
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi1-1/+8
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot1-0/+1
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra1-6/+5
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra1-0/+1
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra1-0/+4
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra1-5/+6
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-28/+53
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-260/+269
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker1-10/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker1-0/+2
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)1-0/+2
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli1-0/+2
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMPJuri Lelli1-3/+10
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli1-2/+2
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli1-1/+29
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli1-6/+6