| 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. | 
| Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 7 | hugepage-mmap.c | 
 | 8 | 	- Example app using huge page memory with the mmap system call. | 
 | 9 | hugepage-shm.c | 
 | 10 | 	- Example app using huge page memory with Sys V shared memory system calls. | 
| Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 11 | hugetlbpage.txt | 
 | 12 | 	- a brief summary of hugetlbpage support in the Linux kernel. | 
| Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 13 | hwpoison.txt | 
 | 14 | 	- explains what hwpoison is | 
| Hugh Dickins | 7701c9c | 2009-09-21 17:02:24 -0700 | [diff] [blame] | 15 | ksm.txt | 
 | 16 | 	- how to use the Kernel Samepage Merging feature. | 
| Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 17 | locking | 
 | 18 | 	- info on how locking and synchronization is done in the Linux vm code. | 
| Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 19 | map_hugetlb.c | 
 | 20 | 	- an example program that uses the MAP_HUGETLB mmap flag. | 
| Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 21 | numa | 
 | 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. | 
 | 25 | overcommit-accounting | 
 | 26 | 	- description of the Linux kernels overcommit handling modes. | 
| Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 27 | page-types.c | 
 | 28 | 	- Tool for querying page flags | 
| Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 29 | page_migration | 
 | 30 | 	- description of page migration in NUMA systems. | 
| Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 31 | pagemap.txt | 
 | 32 | 	- pagemap, from the userspace perspective | 
| Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 33 | slabinfo.c | 
 | 34 | 	- source code for a tool to get reports about slabs. | 
 | 35 | slub.txt | 
 | 36 | 	- a short users guide for SLUB. | 
| Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 37 | unevictable-lru.txt | 
 | 38 | 	- Unevictable LRU infrastructure |