[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1532607722-17079-1-git-send-email-rppt@linux.vnet.ibm.com>
Date: Thu, 26 Jul 2018 15:21:55 +0300
From: Mike Rapoport <rppt@...ux.vnet.ibm.com>
To: Jonathan Corbet <corbet@....net>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Matthew Wilcox <willy@...radead.org>, linux-doc@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Mike Rapoport <rppt@...ux.vnet.ibm.com>
Subject: [PATCH v2 0/7] memory management documentation updates
Hi,
Here are several updates to the mm documentation.
Aside from really minor changes in the first three patches, the updates
are:
* move the documentation of kstrdup and friends to "String Manipulation"
section
* split memory management API into a separate .rst file
* adjust formating of the GFP flags description and include it in the
reference documentation.
v2 changes:
* move get_user_pages_fast documentation to "User Space Memory Access" as
suggested by Matthew
* more elaborate changelog for the fifth patch
Mike Rapoport (7):
mm/util: make strndup_user description a kernel-doc comment
mm/util: add kernel-doc for kvfree
docs/core-api: kill trailing whitespace in kernel-api.rst
docs/core-api: move *{str,mem}dup* to "String Manipulation"
docs/core-api: split memory management API to a separate file
docs/mm: make GFP flags descriptions usable as kernel-doc
docs/core-api: mm-api: add section about GFP flags
Documentation/core-api/index.rst | 1 +
Documentation/core-api/kernel-api.rst | 59 +------
Documentation/core-api/mm-api.rst | 79 +++++++++
include/linux/gfp.h | 291 ++++++++++++++++++----------------
mm/util.c | 9 +-
5 files changed, 246 insertions(+), 193 deletions(-)
create mode 100644 Documentation/core-api/mm-api.rst
--
2.7.4
Powered by blists - more mailing lists