diff options
author | Valentin Schneider <valentin.schneider@arm.com> | 2020-07-31 21:20:15 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-08-01 09:19:43 +0200 |
commit | 65065fd70b5a0f0bbe3f9f1e82c1d38c2db620d0 (patch) | |
tree | 623cfa950a4404186a24624890a0e31054377447 /Documentation/scheduler/index.rst | |
parent | sched: Document arch_scale_*_capacity() (diff) | |
download | linux-65065fd70b5a0f0bbe3f9f1e82c1d38c2db620d0.tar.xz linux-65065fd70b5a0f0bbe3f9f1e82c1d38c2db620d0.zip |
sched/doc: Document capacity aware scheduling
Add some documentation detailing the concepts, requirements and
implementation of capacity aware scheduling across the different scheduler
classes.
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200731192016.7484-3-valentin.schneider@arm.com
Diffstat (limited to 'Documentation/scheduler/index.rst')
-rw-r--r-- | Documentation/scheduler/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/scheduler/index.rst b/Documentation/scheduler/index.rst index 69074e5de9c4..88900aabdbf7 100644 --- a/Documentation/scheduler/index.rst +++ b/Documentation/scheduler/index.rst @@ -12,6 +12,7 @@ Linux Scheduler sched-deadline sched-design-CFS sched-domains + sched-capacity sched-energy sched-nice-design sched-rt-group |