.. | .. |
---|
11 | 11 | .. kernel-doc:: arch/x86/lib/usercopy_32.c |
---|
12 | 12 | :export: |
---|
13 | 13 | |
---|
14 | | -.. kernel-doc:: mm/util.c |
---|
| 14 | +.. kernel-doc:: mm/gup.c |
---|
15 | 15 | :functions: get_user_pages_fast |
---|
| 16 | + |
---|
| 17 | +.. _mm-api-gfp-flags: |
---|
16 | 18 | |
---|
17 | 19 | Memory Allocation Controls |
---|
18 | 20 | ========================== |
---|
.. | .. |
---|
33 | 35 | :doc: Reclaim modifiers |
---|
34 | 36 | |
---|
35 | 37 | .. kernel-doc:: include/linux/gfp.h |
---|
36 | | - :doc: Common combinations |
---|
| 38 | + :doc: Useful GFP flag combinations |
---|
37 | 39 | |
---|
38 | 40 | The Slab Cache |
---|
39 | 41 | ============== |
---|
.. | .. |
---|
44 | 46 | .. kernel-doc:: mm/slab.c |
---|
45 | 47 | :export: |
---|
46 | 48 | |
---|
| 49 | +.. kernel-doc:: mm/slab_common.c |
---|
| 50 | + :export: |
---|
| 51 | + |
---|
47 | 52 | .. kernel-doc:: mm/util.c |
---|
48 | 53 | :functions: kfree_const kvmalloc_node kvfree |
---|
49 | 54 | |
---|
50 | | -More Memory Management Functions |
---|
51 | | -================================ |
---|
| 55 | +Virtually Contiguous Mappings |
---|
| 56 | +============================= |
---|
| 57 | + |
---|
| 58 | +.. kernel-doc:: mm/vmalloc.c |
---|
| 59 | + :export: |
---|
| 60 | + |
---|
| 61 | +File Mapping and Page Cache |
---|
| 62 | +=========================== |
---|
52 | 63 | |
---|
53 | 64 | .. kernel-doc:: mm/readahead.c |
---|
54 | 65 | :export: |
---|
.. | .. |
---|
56 | 67 | .. kernel-doc:: mm/filemap.c |
---|
57 | 68 | :export: |
---|
58 | 69 | |
---|
59 | | -.. kernel-doc:: mm/memory.c |
---|
60 | | - :export: |
---|
61 | | - |
---|
62 | | -.. kernel-doc:: mm/vmalloc.c |
---|
63 | | - :export: |
---|
64 | | - |
---|
65 | | -.. kernel-doc:: mm/page_alloc.c |
---|
66 | | - :internal: |
---|
67 | | - |
---|
68 | | -.. kernel-doc:: mm/mempool.c |
---|
69 | | - :export: |
---|
70 | | - |
---|
71 | | -.. kernel-doc:: mm/dmapool.c |
---|
72 | | - :export: |
---|
73 | | - |
---|
74 | 70 | .. kernel-doc:: mm/page-writeback.c |
---|
75 | 71 | :export: |
---|
76 | 72 | |
---|
77 | 73 | .. kernel-doc:: mm/truncate.c |
---|
78 | 74 | :export: |
---|
| 75 | + |
---|
| 76 | +.. kernel-doc:: include/linux/pagemap.h |
---|
| 77 | + :internal: |
---|
| 78 | + |
---|
| 79 | +Memory pools |
---|
| 80 | +============ |
---|
| 81 | + |
---|
| 82 | +.. kernel-doc:: mm/mempool.c |
---|
| 83 | + :export: |
---|
| 84 | + |
---|
| 85 | +DMA pools |
---|
| 86 | +========= |
---|
| 87 | + |
---|
| 88 | +.. kernel-doc:: mm/dmapool.c |
---|
| 89 | + :export: |
---|
| 90 | + |
---|
| 91 | +More Memory Management Functions |
---|
| 92 | +================================ |
---|
| 93 | + |
---|
| 94 | +.. kernel-doc:: mm/memory.c |
---|
| 95 | + :export: |
---|
| 96 | + |
---|
| 97 | +.. kernel-doc:: mm/page_alloc.c |
---|