mbox series

[0/2] docs: ReSTify memory-hotplug description

Message ID 1538691061-31289-1-git-send-email-rppt@linux.vnet.ibm.com (mailing list archive)
Headers show
Series docs: ReSTify memory-hotplug description | expand

Message

Mike Rapoport Oct. 4, 2018, 10:10 p.m. UTC
Hi,

Recently I've noticed that Documentation/memory-hotplug.txt is 
   1) mostly formatted
   2) in a wrong place

These patches split the memory-hotplug.txt to two parts: user/admin
interface and memory hotplug notifier API and place these parts in the
correct places, with some formatting changes.

Mike Rapoport (2):
  docs: move memory hotplug description into admin-guide/mm
  docs/vm: split memory hotplug notifier description to Documentation/core-api

 Documentation/admin-guide/mm/index.rst             |   1 +
 .../mm/memory-hotplug.rst}                         | 152 +++++----------------
 Documentation/core-api/index.rst                   |   2 +
 Documentation/core-api/memory-hotplug-notifier.rst |  84 ++++++++++++
 4 files changed, 122 insertions(+), 117 deletions(-)
 rename Documentation/{memory-hotplug.txt => admin-guide/mm/memory-hotplug.rst} (77%)
 create mode 100644 Documentation/core-api/memory-hotplug-notifier.rst