mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
4e9523cbae
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> Git-Commit: 712e5e34aef449ab680b35c0d9016f59b0a4494c Git-Repo: git://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
16 lines
505 B
Text
16 lines
505 B
Text
00-INDEX
|
|
- this file.
|
|
sched-arch.txt
|
|
- CPU Scheduler implementation hints for architecture specific code.
|
|
sched-design-CFS.txt
|
|
- goals, design and implementation of the Completely Fair Scheduler.
|
|
sched-domains.txt
|
|
- information on scheduling domains.
|
|
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).
|