5 User Space Memory Access
6 ========================
8 .. kernel-doc:: arch/x86/include/asm/uaccess.h
11 .. kernel-doc:: arch/x86/lib/usercopy_32.c
14 .. kernel-doc:: mm/util.c
15 :functions: get_user_pages_fast
19 Memory Allocation Controls
20 ==========================
22 Functions which need to allocate memory often use GFP flags to express
23 how that memory should be allocated. The GFP acronym stands for "get
24 free pages", the underlying memory allocation function. Not every GFP
25 flag is allowed to every function which may allocate memory. Most
26 users will want to use a plain ``GFP_KERNEL``.
28 .. kernel-doc:: include/linux/gfp.h
29 :doc: Page mobility and placement hints
31 .. kernel-doc:: include/linux/gfp.h
32 :doc: Watermark modifiers
34 .. kernel-doc:: include/linux/gfp.h
35 :doc: Reclaim modifiers
37 .. kernel-doc:: include/linux/gfp.h
38 :doc: Common combinations
43 .. kernel-doc:: include/linux/slab.h
46 .. kernel-doc:: mm/slab.c
49 .. kernel-doc:: mm/util.c
50 :functions: kfree_const kvmalloc_node kvfree
52 More Memory Management Functions
53 ================================
55 .. kernel-doc:: mm/readahead.c
58 .. kernel-doc:: mm/filemap.c
61 .. kernel-doc:: mm/memory.c
64 .. kernel-doc:: mm/vmalloc.c
67 .. kernel-doc:: mm/page_alloc.c
70 .. kernel-doc:: mm/mempool.c
73 .. kernel-doc:: mm/dmapool.c
76 .. kernel-doc:: mm/page-writeback.c
79 .. kernel-doc:: mm/truncate.c