2018-08-23 17:01:12 -07:00
======================
Memory Management APIs
======================
User Space Memory Access
========================
.. kernel-doc :: arch/x86/include/asm/uaccess.h
:internal:
.. kernel-doc :: arch/x86/lib/usercopy_32.c
:export:
2019-10-01 08:47:47 -06:00
.. kernel-doc :: mm/gup.c
2018-08-23 17:01:12 -07:00
:functions: get_user_pages_fast
2018-09-14 12:27:57 +03:00
.. _mm-api-gfp-flags:
2018-08-23 17:01:19 -07:00
Memory Allocation Controls
==========================
2021-02-24 12:06:35 -08:00
.. kernel-doc :: include/linux/gfp.h
:internal:
2018-08-23 17:01:19 -07:00
.. kernel-doc :: include/linux/gfp.h
:doc: Page mobility and placement hints
.. kernel-doc :: include/linux/gfp.h
:doc: Watermark modifiers
.. kernel-doc :: include/linux/gfp.h
:doc: Reclaim modifiers
.. kernel-doc :: include/linux/gfp.h
2019-01-14 20:32:58 +02:00
:doc: Useful GFP flag combinations
2018-08-23 17:01:19 -07:00
2018-08-23 17:01:12 -07:00
The Slab Cache
==============
.. kernel-doc :: include/linux/slab.h
:internal:
.. kernel-doc :: mm/slab.c
:export:
2018-12-06 23:13:01 +02:00
.. kernel-doc :: mm/slab_common.c
:export:
2018-08-23 17:01:12 -07:00
.. kernel-doc :: mm/util.c
:functions: kfree_const kvmalloc_node kvfree
2018-11-28 16:45:44 +02:00
Virtually Contiguous Mappings
=============================
.. kernel-doc :: mm/vmalloc.c
:export:
File Mapping and Page Cache
===========================
2018-08-23 17:01:12 -07:00
.. kernel-doc :: mm/readahead.c
:export:
.. kernel-doc :: mm/filemap.c
:export:
2018-11-28 16:45:44 +02:00
.. kernel-doc :: mm/page-writeback.c
2018-08-23 17:01:12 -07:00
:export:
2018-11-28 16:45:44 +02:00
.. kernel-doc :: mm/truncate.c
2018-08-23 17:01:12 -07:00
:export:
2020-04-01 21:07:55 -07:00
.. kernel-doc :: include/linux/pagemap.h
:internal:
2018-11-28 16:45:44 +02:00
Memory pools
============
2018-08-23 17:01:12 -07:00
.. kernel-doc :: mm/mempool.c
:export:
2018-11-28 16:45:44 +02:00
DMA pools
=========
2018-08-23 17:01:12 -07:00
.. kernel-doc :: mm/dmapool.c
:export:
2018-11-28 16:45:44 +02:00
More Memory Management Functions
================================
2018-08-23 17:01:12 -07:00
2018-11-28 16:45:44 +02:00
.. kernel-doc :: mm/memory.c
2018-08-23 17:01:12 -07:00
:export:
2018-11-28 16:45:44 +02:00
.. kernel-doc :: mm/page_alloc.c
2021-04-29 23:01:27 -07:00
.. kernel-doc :: mm/mempolicy.c
2021-04-29 22:59:34 -07:00
.. kernel-doc :: include/linux/mm_types.h
:internal:
.. kernel-doc :: include/linux/mm.h
:internal:
2021-04-29 23:02:16 -07:00
.. kernel-doc :: include/linux/mmzone.h