summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2018-10-26sched: introduce this_rq_lock_irq()Johannes Weiner
2018-10-26sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-10-22x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
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-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen
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