docs/core-api: split memory management API to a separate file
authorMike Rapoport <[email protected]>
Fri, 24 Aug 2018 00:01:12 +0000 (17:01 -0700)
committerLinus Torvalds <[email protected]>
Fri, 24 Aug 2018 01:48:43 +0000 (18:48 -0700)
commit41f35b395c52c938363d41ff8db6527ff1bd7759
treeb50bc9a6acdf75c01ac06df635fcc2e825e9b9ab
parent1595617655f376a3dfa9d5e13ed953effe3476cb
docs/core-api: split memory management API to a separate file

This is basically copy-paste of the memory management section from
kernel-api.rst with some minor adjustments:

* The "User Space Memory Access" is moved to the beginning
* The get_user_pages_fast reference is now a part of "User Space Memory
  Access"
* And, of course, headings are adjusted with section being promoted to
  chapters

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Rapoport <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/core-api/index.rst
Documentation/core-api/kernel-api.rst
Documentation/core-api/mm-api.rst [new file with mode: 0644]