PageRenderTime 11ms CodeModel.GetById 6ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/Documentation/vm/00-INDEX

https://bitbucket.org/abioy/linux
#! | 38 lines | 38 code | 0 blank | 0 comment | 0 complexity | ce333c3c467312c8970b53f52c9ad344 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
 100-INDEX
 2	- this file.
 3active_mm.txt
 4	- An explanation from Linus about tsk->active_mm vs tsk->mm.
 5balance
 6	- various information on memory balancing.
 7hugepage-mmap.c
 8	- Example app using huge page memory with the mmap system call.
 9hugepage-shm.c
10	- Example app using huge page memory with Sys V shared memory system calls.
11hugetlbpage.txt
12	- a brief summary of hugetlbpage support in the Linux kernel.
13hwpoison.txt
14	- explains what hwpoison is
15ksm.txt
16	- how to use the Kernel Samepage Merging feature.
17locking
18	- info on how locking and synchronization is done in the Linux vm code.
19map_hugetlb.c
20	- an example program that uses the MAP_HUGETLB mmap flag.
21numa
22	- information about NUMA specific code in the Linux vm.
23numa_memory_policy.txt
24	- documentation of concepts and APIs of the 2.6 memory policy support.
25overcommit-accounting
26	- description of the Linux kernels overcommit handling modes.
27page-types.c
28	- Tool for querying page flags
29page_migration
30	- description of page migration in NUMA systems.
31pagemap.txt
32	- pagemap, from the userspace perspective
33slabinfo.c
34	- source code for a tool to get reports about slabs.
35slub.txt
36	- a short users guide for SLUB.
37unevictable-lru.txt
38	- Unevictable LRU infrastructure