aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen1-0/+4
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret1-0/+3
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret1-0/+4
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-3/+1
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret1-1/+2
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret1-0/+21
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret1-0/+30
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret1-18/+0
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot1-3/+0
2018-12-03sched: Fix various typos in commentsIngo Molnar1-2/+2
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar1-3/+1
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner1-3/+1
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar1-2/+2
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar1-0/+5
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+2
2018-10-26sched: introduce this_rq_lock_irq()Johannes Weiner1-0/+12
2018-10-26sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner1-82/+82
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