4 - An explanation from Linus about tsk->active_mm vs tsk->mm.
6 - various information on memory balancing.
8 - Example app using huge page memory with the mmap system call.
10 - Example app using huge page memory with Sys V shared memory system calls.
12 - a brief summary of hugetlbpage support in the Linux kernel.
14 - explains what hwpoison is
16 - how to use the Kernel Samepage Merging feature.
18 - info on how locking and synchronization is done in the Linux vm code.
20 - an example program that uses the MAP_HUGETLB mmap flag.
22 - information about NUMA specific code in the Linux vm.
23 numa_memory_policy.txt
24 - documentation of concepts and APIs of the 2.6 memory policy support.
26 - description of the Linux kernels overcommit handling modes.
28 - Tool for querying page flags
30 - description of page migration in NUMA systems.
32 - pagemap, from the userspace perspective
34 - a short users guide for SLUB.
36 - Unevictable LRU infrastructure