Blame view

Documentation/vm/00-INDEX 1.13 KB
1f27d87ba   Jesper Juhl   Add a missing 00-...
1
2
  00-INDEX
  	- this file.
a55ce6dc7   Michael Ellerman   mm: add documenta...
3
4
  active_mm.txt
  	- An explanation from Linus about tsk->active_mm vs tsk->mm.
1f27d87ba   Jesper Juhl   Add a missing 00-...
5
6
  balance
  	- various information on memory balancing.
70bace8c1   Randy Dunlap   Documentation/vm/...
7
8
9
10
  hugepage-mmap.c
  	- Example app using huge page memory with the mmap system call.
  hugepage-shm.c
  	- Example app using huge page memory with Sys V shared memory system calls.
1f27d87ba   Jesper Juhl   Add a missing 00-...
11
12
  hugetlbpage.txt
  	- a brief summary of hugetlbpage support in the Linux kernel.
70bace8c1   Randy Dunlap   Documentation/vm/...
13
14
  hwpoison.txt
  	- explains what hwpoison is
7701c9c0f   Hugh Dickins   ksm: add some doc...
15
16
  ksm.txt
  	- how to use the Kernel Samepage Merging feature.
1f27d87ba   Jesper Juhl   Add a missing 00-...
17
18
  locking
  	- info on how locking and synchronization is done in the Linux vm code.
70bace8c1   Randy Dunlap   Documentation/vm/...
19
20
  map_hugetlb.c
  	- an example program that uses the MAP_HUGETLB mmap flag.
1f27d87ba   Jesper Juhl   Add a missing 00-...
21
22
23
24
25
26
  numa
  	- information about NUMA specific code in the Linux vm.
  numa_memory_policy.txt
  	- documentation of concepts and APIs of the 2.6 memory policy support.
  overcommit-accounting
  	- description of the Linux kernels overcommit handling modes.
70bace8c1   Randy Dunlap   Documentation/vm/...
27
28
  page-types.c
  	- Tool for querying page flags
1f27d87ba   Jesper Juhl   Add a missing 00-...
29
30
  page_migration
  	- description of page migration in NUMA systems.
70bace8c1   Randy Dunlap   Documentation/vm/...
31
32
  pagemap.txt
  	- pagemap, from the userspace perspective
1f27d87ba   Jesper Juhl   Add a missing 00-...
33
34
  slub.txt
  	- a short users guide for SLUB.
70bace8c1   Randy Dunlap   Documentation/vm/...
35
36
  unevictable-lru.txt
  	- Unevictable LRU infrastructure