Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 1 | 00-INDEX |
| 2 | - this file. |
Michael Ellerman | a55ce6d | 2009-04-13 14:40:09 -0700 | [diff] [blame] | 3 | active_mm.txt |
| 4 | - An explanation from Linus about tsk->active_mm vs tsk->mm. |
Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 5 | balance |
| 6 | - various information on memory balancing. |
| 7 | hugetlbpage.txt |
| 8 | - a brief summary of hugetlbpage support in the Linux kernel. |
Hugh Dickins | 7701c9c | 2009-09-21 17:02:24 -0700 | [diff] [blame] | 9 | ksm.txt |
| 10 | - how to use the Kernel Samepage Merging feature. |
Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 11 | locking |
| 12 | - info on how locking and synchronization is done in the Linux vm code. |
| 13 | numa |
| 14 | - information about NUMA specific code in the Linux vm. |
| 15 | numa_memory_policy.txt |
| 16 | - documentation of concepts and APIs of the 2.6 memory policy support. |
| 17 | overcommit-accounting |
| 18 | - description of the Linux kernels overcommit handling modes. |
| 19 | page_migration |
| 20 | - description of page migration in NUMA systems. |
| 21 | slabinfo.c |
| 22 | - source code for a tool to get reports about slabs. |
| 23 | slub.txt |
| 24 | - a short users guide for SLUB. |
Eric B Munson | 94bf5ce | 2009-09-21 17:03:48 -0700 | [diff] [blame] | 25 | map_hugetlb.c |
| 26 | - an example program that uses the MAP_HUGETLB mmap flag. |