blob: e57d6a9dd32bafca2a3d2122a8a3725f1c75d000 [file] [log] [blame]
Jesper Juhl1f27d872007-10-16 23:31:17 -0700100-INDEX
2 - this file.
Michael Ellermana55ce6d2009-04-13 14:40:09 -07003active_mm.txt
4 - An explanation from Linus about tsk->active_mm vs tsk->mm.
Jesper Juhl1f27d872007-10-16 23:31:17 -07005balance
6 - various information on memory balancing.
7hugetlbpage.txt
8 - a brief summary of hugetlbpage support in the Linux kernel.
Hugh Dickins7701c9c2009-09-21 17:02:24 -07009ksm.txt
10 - how to use the Kernel Samepage Merging feature.
Jesper Juhl1f27d872007-10-16 23:31:17 -070011locking
12 - info on how locking and synchronization is done in the Linux vm code.
13numa
14 - information about NUMA specific code in the Linux vm.
15numa_memory_policy.txt
16 - documentation of concepts and APIs of the 2.6 memory policy support.
17overcommit-accounting
18 - description of the Linux kernels overcommit handling modes.
19page_migration
20 - description of page migration in NUMA systems.
21slabinfo.c
22 - source code for a tool to get reports about slabs.
23slub.txt
24 - a short users guide for SLUB.
Eric B Munson94bf5ce2009-09-21 17:03:48 -070025map_hugetlb.c
26 - an example program that uses the MAP_HUGETLB mmap flag.