| .. | .. |
|---|
| 11 | 11 | Linux memory management is a complex system with many configurable |
|---|
| 12 | 12 | settings. Most of these settings are available via ``/proc`` |
|---|
| 13 | 13 | filesystem and can be quired and adjusted using ``sysctl``. These APIs |
|---|
| 14 | | -are described in Documentation/sysctl/vm.txt and in `man 5 proc`_. |
|---|
| 14 | +are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_. |
|---|
| 15 | 15 | |
|---|
| 16 | 16 | .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html |
|---|
| 17 | 17 | |
|---|
| .. | .. |
|---|
| 26 | 26 | :maxdepth: 1 |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | concepts |
|---|
| 29 | + cma_debugfs |
|---|
| 29 | 30 | hugetlbpage |
|---|
| 30 | 31 | idle_page_tracking |
|---|
| 31 | 32 | ksm |
|---|
| 33 | + memory-hotplug |
|---|
| 34 | + nommu-mmap |
|---|
| 32 | 35 | numa_memory_policy |
|---|
| 36 | + numaperf |
|---|
| 33 | 37 | pagemap |
|---|
| 34 | 38 | soft-dirty |
|---|
| 35 | 39 | transhuge |
|---|