00-INDEX 1.1 KB
Newer Older
1 2
00-INDEX
	- this file.
3 4
active_mm.txt
	- An explanation from Linus about tsk->active_mm vs tsk->mm.
5 6
balance
	- various information on memory balancing.
7 8 9 10
hugepage-mmap.c
	- Example app using huge page memory with the mmap system call.
hugepage-shm.c
	- Example app using huge page memory with Sys V shared memory system calls.
11 12
hugetlbpage.txt
	- a brief summary of hugetlbpage support in the Linux kernel.
13 14
hwpoison.txt
	- explains what hwpoison is
H
Hugh Dickins 已提交
15 16
ksm.txt
	- how to use the Kernel Samepage Merging feature.
17 18
locking
	- info on how locking and synchronization is done in the Linux vm code.
19 20
map_hugetlb.c
	- an example program that uses the MAP_HUGETLB mmap flag.
21 22 23 24 25 26
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.
27 28
page-types.c
	- Tool for querying page flags
29 30
page_migration
	- description of page migration in NUMA systems.
31 32
pagemap.txt
	- pagemap, from the userspace perspective
33 34
slub.txt
	- a short users guide for SLUB.
35 36
unevictable-lru.txt
	- Unevictable LRU infrastructure