forked from jonsmirl/mpc5200
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: create new scheduler/ subdirectory
The top-level Documentation/ directory is unmanageably large, so we should take any obvious opportunities to move stuff into subdirectories. These sched-*.txt files seem an obvious easy case. Signed-off-by: J. Bruce Fields <[email protected]> Cc: Ingo Molnar <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
J. Bruce Fields
authored and
Linus Torvalds
committed
Feb 7, 2008
1 parent
d3cf91d
commit 9b8eae7
Showing
10 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
00-INDEX | ||
- this file. | ||
sched-arch.txt | ||
- CPU Scheduler implementation hints for architecture specific code. | ||
sched-coding.txt | ||
- reference for various scheduler-related methods in the O(1) scheduler. | ||
sched-design.txt | ||
- goals, design and implementation of the Linux O(1) scheduler. | ||
sched-design-CFS.txt | ||
- goals, design and implementation of the Complete Fair Scheduler. | ||
sched-domains.txt | ||
- information on scheduling domains. | ||
sched-nice-design.txt | ||
- How and why the scheduler's nice levels are implemented. | ||
sched-stats.txt | ||
- information on schedstats (Linux Scheduler Statistics). |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.