[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1524552028-7017-1-git-send-email-rppt@linux.vnet.ibm.com>
Date: Tue, 24 Apr 2018 09:40:21 +0300
From: Mike Rapoport <rppt@...ux.vnet.ibm.com>
To: Jonathan Corbet <corbet@....net>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Andrea Arcangeli <aarcange@...hat.com>,
linux-doc <linux-doc@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>,
lkml <linux-kernel@...r.kernel.org>,
Mike Rapoport <rppt@...ux.vnet.ibm.com>
Subject: [PATCH 0/7] docs/vm: update KSM documentation
Hi,
These patches extend KSM documentation with high level design overview and
some details about reverse mappings and split the userspace interface
description to Documentation/admin-guide/mm.
The description of some KSM sysfs attributes is changed so that it won't
include implementation detail. The description of these implementation
details are moved to the new "Design" section.
The last patch in the series depends on the patchset that create
Documentation/admin-guide/mm [1], all the rest applies cleanly to the
current docs-next.
[1] https://lkml.org/lkml/2018/4/18/110
Mike Rapoport (7):
mm/ksm: docs: extend overview comment and make it "DOC:"
docs/vm: ksm: (mostly) formatting updates
docs/vm: ksm: add "Design" section
docs/vm: ksm: reshuffle text between "sysfs" and "design" sections
docs/vm: ksm: update stable_node_chains_prune_millisecs description
docs/vm: ksm: udpate description of stable_node_{dups,chains}
docs/vm: ksm: split userspace interface to admin-guide/mm/ksm.rst
Documentation/admin-guide/mm/index.rst | 1 +
Documentation/admin-guide/mm/ksm.rst | 189 ++++++++++++++++++++++++++
Documentation/vm/ksm.rst | 234 ++++++++++-----------------------
mm/ksm.c | 19 ++-
4 files changed, 277 insertions(+), 166 deletions(-)
create mode 100644 Documentation/admin-guide/mm/ksm.rst
--
2.7.4
Powered by blists - more mailing lists