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. |
Henrik Austad | 6c7842e | 2013-09-11 14:43:20 +0200 | [diff] [blame] | 7 | cleancache.txt |
| 8 | - Intro to cleancache and page-granularity victim cache. |
| 9 | frontswap.txt |
| 10 | - Outline frontswap, part of the transcendent memory frontend. |
| 11 | highmem.txt |
| 12 | - Outline of highmem and common issues. |
Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 13 | hugetlbpage.txt |
| 14 | - a brief summary of hugetlbpage support in the Linux kernel. |
Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 15 | hwpoison.txt |
| 16 | - explains what hwpoison is |
Hugh Dickins | 7701c9c | 2009-09-21 17:02:24 -0700 | [diff] [blame] | 17 | ksm.txt |
| 18 | - how to use the Kernel Samepage Merging feature. |
Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 19 | numa |
| 20 | - information about NUMA specific code in the Linux vm. |
| 21 | numa_memory_policy.txt |
| 22 | - documentation of concepts and APIs of the 2.6 memory policy support. |
| 23 | overcommit-accounting |
| 24 | - description of the Linux kernels overcommit handling modes. |
| 25 | page_migration |
| 26 | - description of page migration in NUMA systems. |
Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 27 | pagemap.txt |
| 28 | - pagemap, from the userspace perspective |
Jesper Juhl | 1f27d87 | 2007-10-16 23:31:17 -0700 | [diff] [blame] | 29 | slub.txt |
| 30 | - a short users guide for SLUB. |
Henrik Austad | 6c7842e | 2013-09-11 14:43:20 +0200 | [diff] [blame] | 31 | soft-dirty.txt |
| 32 | - short explanation for soft-dirty PTEs |
Henrik Austad | 3cf8ca1 | 2014-02-10 14:25:33 -0800 | [diff] [blame] | 33 | split_page_table_lock |
| 34 | - Separate per-table lock to improve scalability of the old page_table_lock. |
Henrik Austad | 6c7842e | 2013-09-11 14:43:20 +0200 | [diff] [blame] | 35 | transhuge.txt |
| 36 | - Transparent Hugepage Support, alternative way of using hugepages. |
Randy Dunlap | 70bace8 | 2010-03-10 15:21:58 -0800 | [diff] [blame] | 37 | unevictable-lru.txt |
| 38 | - Unevictable LRU infrastructure |
Henrik Austad | 6c7842e | 2013-09-11 14:43:20 +0200 | [diff] [blame] | 39 | zswap.txt |
| 40 | - Intro to compressed cache for swap pages |