blob: 858589b8337761b4c6a1a0ba7e2a844e6767e8fc [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Peter Zijlstrae26af0e2009-09-11 12:31:23 +02002/*
Ingo Molnar51e03042009-09-16 08:54:45 +02003 * Only give sleepers 50% of their service deficit. This allows
4 * them to run sooner, but does not allow tons of sleepers to
5 * rip the spread apart.
6 */
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +02007SCHED_FEAT(GENTLE_FAIR_SLEEPERS, true)
Peter Zijlstrae26af0e2009-09-11 12:31:23 +02008
9/*
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020010 * Place new tasks ahead so that they do not starve already running
11 * tasks
12 */
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020013SCHED_FEAT(START_DEBIT, true)
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020014
15/*
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020016 * Prefer to schedule the task we woke last (assuming it failed
17 * wakeup-preemption), since its likely going to consume data we
18 * touched, increases cache locality.
19 */
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020020SCHED_FEAT(NEXT_BUDDY, false)
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020021
22/*
23 * Prefer to schedule the task that ran last (when we did
24 * wake-preempt) as that likely will touch the same data, increases
25 * cache locality.
26 */
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020027SCHED_FEAT(LAST_BUDDY, true)
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020028
29/*
30 * Consider buddies to be cache hot, decreases the likelyness of a
31 * cache buddy being migrated away, increases cache locality.
32 */
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020033SCHED_FEAT(CACHE_HOT_BUDDY, true)
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020034
Peter Zijlstra8e6598a2009-09-03 13:20:03 +020035/*
Ingo Molnar8ed92e52012-10-14 14:28:50 +020036 * Allow wakeup-time preemption of the current task:
37 */
38SCHED_FEAT(WAKEUP_PREEMPTION, true)
39
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020040SCHED_FEAT(HRTICK, false)
41SCHED_FEAT(DOUBLE_TICK, false)
Dietmar Eggemannfdf5f3152018-08-09 14:57:53 +010042SCHED_FEAT(LB_BIAS, false)
Peter Zijlstrae26af0e2009-09-11 12:31:23 +020043
44/*
Nicolas Pitre5d4dfdd2014-05-27 13:50:41 -040045 * Decrement CPU capacity based on time not spent running tasks
Venkatesh Pallipadiaa483802010-10-04 17:03:22 -070046 */
Nicolas Pitre5d4dfdd2014-05-27 13:50:41 -040047SCHED_FEAT(NONTASK_CAPACITY, true)
Peter Zijlstra317f3942011-04-05 17:23:58 +020048
49/*
50 * Queue remote wakeups on the target CPU and process them
51 * using the scheduler IPI. Reduces rq->lock contention/bounces.
52 */
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020053SCHED_FEAT(TTWU_QUEUE, true)
Peter Zijlstrae3589f62011-07-15 10:35:52 +020054
Peter Zijlstra4c77b182017-03-01 11:24:35 +010055/*
56 * When doing wakeups, attempt to limit superfluous scans of the LLC domain.
57 */
58SCHED_FEAT(SIS_AVG_CPU, false)
Peter Zijlstra1ad3aaf2017-05-17 12:53:50 +020059SCHED_FEAT(SIS_PROP, true)
Peter Zijlstra4c77b182017-03-01 11:24:35 +010060
Peter Zijlstra26ae58d2016-10-03 16:53:49 +020061/*
62 * Issue a WARN when we do multiple update_rq_clock() calls
63 * in a single rq->lock section. Default disabled because the
64 * annotations are not complete.
65 */
66SCHED_FEAT(WARN_DOUBLE_CLOCK, false)
67
Steven Rostedtb6366f02015-03-18 14:49:46 -040068#ifdef HAVE_RT_PUSH_IPI
69/*
70 * In order to avoid a thundering herd attack of CPUs that are
71 * lowering their priorities at the same time, and there being
72 * a single CPU that has an RT task that can migrate and is waiting
73 * to run, where the other CPUs will try to take that CPUs
74 * rq lock and possibly create a large contention, sending an
75 * IPI to that CPU and let that CPU push the RT task to where
76 * it should go may be a better scenario.
77 */
78SCHED_FEAT(RT_PUSH_IPI, true)
79#endif
80
Peter Zijlstraf8b6d1c2011-07-06 14:20:14 +020081SCHED_FEAT(RT_RUNTIME_SHARE, true)
Peter Zijlstraeb953082012-04-17 13:38:40 +020082SCHED_FEAT(LB_MIN, false)
Peter Zijlstraa9280512015-09-11 16:10:59 +020083SCHED_FEAT(ATTACH_AGE_LOAD, true)
84
Peter Zijlstrad153b152017-09-27 11:35:30 +020085SCHED_FEAT(WA_IDLE, true)
Peter Zijlstraf2cdd9c2017-10-06 09:23:24 +020086SCHED_FEAT(WA_WEIGHT, true)
87SCHED_FEAT(WA_BIAS, true)
Patrick Bellasi7f65ea42018-03-09 09:52:42 +000088
89/*
90 * UtilEstimation. Use estimated CPU utilization.
91 */
Patrick Bellasid5193292018-03-09 09:52:45 +000092SCHED_FEAT(UTIL_EST, true)