Merge tag 'v3.10-rc1' into stable/for-linus-3.10
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Documentation / vm / 00-INDEX
CommitLineData
1f27d87b
JJ
100-INDEX
2 - this file.
a55ce6dc
ME
3active_mm.txt
4 - An explanation from Linus about tsk->active_mm vs tsk->mm.
1f27d87b
JJ
5balance
6 - various information on memory balancing.
70bace8c
RD
7hugepage-mmap.c
8 - Example app using huge page memory with the mmap system call.
9hugepage-shm.c
10 - Example app using huge page memory with Sys V shared memory system calls.
1f27d87b
JJ
11hugetlbpage.txt
12 - a brief summary of hugetlbpage support in the Linux kernel.
70bace8c
RD
13hwpoison.txt
14 - explains what hwpoison is
7701c9c0
HD
15ksm.txt
16 - how to use the Kernel Samepage Merging feature.
1f27d87b
JJ
17locking
18 - info on how locking and synchronization is done in the Linux vm code.
70bace8c
RD
19map_hugetlb.c
20 - an example program that uses the MAP_HUGETLB mmap flag.
1f27d87b
JJ
21numa
22 - information about NUMA specific code in the Linux vm.
23numa_memory_policy.txt
24 - documentation of concepts and APIs of the 2.6 memory policy support.
25overcommit-accounting
26 - description of the Linux kernels overcommit handling modes.
70bace8c
RD
27page-types.c
28 - Tool for querying page flags
1f27d87b
JJ
29page_migration
30 - description of page migration in NUMA systems.
70bace8c
RD
31pagemap.txt
32 - pagemap, from the userspace perspective
1f27d87b
JJ
33slub.txt
34 - a short users guide for SLUB.
70bace8c
RD
35unevictable-lru.txt
36 - Unevictable LRU infrastructure