diff options
author | Dario Faggioli <raistlin@linux.it> | 2014-01-27 15:20:15 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-01-28 16:08:40 +0400 |
commit | 712e5e34aef449ab680b35c0d9016f59b0a4494c (patch) | |
tree | cf578361c799de1e7b25e3b646f769d90d047c40 /Documentation/scheduler/00-INDEX | |
parent | b78f4c7c4402d1070dc7ccaca6001abb4ab4053a (diff) | |
download | linux-712e5e34aef449ab680b35c0d9016f59b0a4494c.tar.xz |
sched/deadline: Add sched_dl documentation
Add in Documentation/scheduler/ some hints about the design
choices, the usage and the future possible developments of the
sched_dl scheduling class and of the SCHED_DEADLINE policy.
Reviewed-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Dario Faggioli <raistlin@linux.it>
Signed-off-by: Juri Lelli <juri.lelli@gmail.com>
[ Re-wrote sections 2 and 3. ]
Signed-off-by: Luca Abeni <luca.abeni@unitn.it>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1390821615-23247-1-git-send-email-juri.lelli@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/scheduler/00-INDEX')
-rw-r--r-- | Documentation/scheduler/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/scheduler/00-INDEX b/Documentation/scheduler/00-INDEX index d2651c47ae27..46702e4f89c9 100644 --- a/Documentation/scheduler/00-INDEX +++ b/Documentation/scheduler/00-INDEX @@ -10,5 +10,7 @@ sched-nice-design.txt - How and why the scheduler's nice levels are implemented. sched-rt-group.txt - real-time group scheduling. +sched-deadline.txt + - deadline scheduling. sched-stats.txt - information on schedstats (Linux Scheduler Statistics). |