-
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.
yaml --- r: 70778 b: refs/heads/master c: 1f27d87 h: refs/heads/master v: v3
- Loading branch information
Jesper Juhl
authored and
Linus Torvalds
committed
Oct 17, 2007
1 parent
7bf747f
commit bfd0376
Showing
2 changed files
with
21 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5d4b3559334ccd76a5c68c86e8bfce1d21b4badf | ||
refs/heads/master: 1f27d87ba57cfeee6e58797011cb082d65b70815 |
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,20 @@ | ||
00-INDEX | ||
- this file. | ||
balance | ||
- various information on memory balancing. | ||
hugetlbpage.txt | ||
- a brief summary of hugetlbpage support in the Linux kernel. | ||
locking | ||
- info on how locking and synchronization is done in the Linux vm code. | ||
numa | ||
- information about NUMA specific code in the Linux vm. | ||
numa_memory_policy.txt | ||
- documentation of concepts and APIs of the 2.6 memory policy support. | ||
overcommit-accounting | ||
- description of the Linux kernels overcommit handling modes. | ||
page_migration | ||
- description of page migration in NUMA systems. | ||
slabinfo.c | ||
- source code for a tool to get reports about slabs. | ||
slub.txt | ||
- a short users guide for SLUB. |