<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Documentation/core-api/memory-hotplug.rst, branch linux-5.18.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.18.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.18.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2021-11-06T20:30:42Z</updated>
<entry>
<title>mm/memory_hotplug: remove HIGHMEM leftovers</title>
<updated>2021-11-06T20:30:42Z</updated>
<author>
<name>David Hildenbrand</name>
<email>david@redhat.com</email>
</author>
<published>2021-11-05T20:44:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6b740c6c3aa371cd70ac07f8d071f2a8af28c51c'/>
<id>urn:sha1:6b740c6c3aa371cd70ac07f8d071f2a8af28c51c</id>
<content type='text'>
We don't support CONFIG_MEMORY_HOTPLUG on 32 bit and consequently not
HIGHMEM.  Let's remove any leftover code -- including the unused
"status_change_nid_high" field part of the memory notifier.

Link: https://lkml.kernel.org/r/20210929143600.49379-5-david@redhat.com
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Reviewed-by: Oscar Salvador &lt;osalvador@suse.de&gt;
Cc: Alex Shi &lt;alexs@kernel.org&gt;
Cc: Andy Lutomirski &lt;luto@kernel.org&gt;
Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;
Cc: Borislav Petkov &lt;bp@alien8.de&gt;
Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Cc: "H. Peter Anvin" &lt;hpa@zytor.com&gt;
Cc: Ingo Molnar &lt;mingo@redhat.com&gt;
Cc: Jason Wang &lt;jasowang@redhat.com&gt;
Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;
Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
Cc: "Michael S. Tsirkin" &lt;mst@redhat.com&gt;
Cc: Michal Hocko &lt;mhocko@suse.com&gt;
Cc: Mike Rapoport &lt;rppt@kernel.org&gt;
Cc: Paul Mackerras &lt;paulus@samba.org&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: "Rafael J. Wysocki" &lt;rafael@kernel.org&gt;
Cc: Shuah Khan &lt;shuah@kernel.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>docs/core-api: memory-hotplug: add some details about locking internals</title>
<updated>2018-10-12T17:14:19Z</updated>
<author>
<name>David Hildenbrand</name>
<email>david@redhat.com</email>
</author>
<published>2018-10-11T04:58:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3a7452c5a72bd8098f6d4b37341e25a8725d790b'/>
<id>urn:sha1:3a7452c5a72bd8098f6d4b37341e25a8725d790b</id>
<content type='text'>
Let's document the magic a bit, especially why device_hotplug_lock is
required when adding/removing memory and how it all play together with
requests to online/offline memory from user space.

[ rppt: moved the text to Documentation/core-api/memory-hotplug.rst ]

Link: http://lkml.kernel.org/r/20180925091457.28651-7-david@redhat.com
Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;
Reviewed-by: Pavel Tatashin &lt;pavel.tatashin@microsoft.com&gt;
Reviewed-by: Rashmica Gupta &lt;rashmica.g@gmail.com&gt;
Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;
Cc: Michal Hocko &lt;mhocko@suse.com&gt;
Cc: Balbir Singh &lt;bsingharora@gmail.com&gt;
Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;
Cc: Boris Ostrovsky &lt;boris.ostrovsky@oracle.com&gt;
Cc: Dan Williams &lt;dan.j.williams@intel.com&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Cc: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;
Cc: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;
Cc: John Allen &lt;jallen@linux.vnet.ibm.com&gt;
Cc: Joonsoo Kim &lt;iamjoonsoo.kim@lge.com&gt;
Cc: Juergen Gross &lt;jgross@suse.com&gt;
Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;
Cc: "K. Y. Srinivasan" &lt;kys@microsoft.com&gt;
Cc: Len Brown &lt;lenb@kernel.org&gt;
Cc: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
Cc: Mathieu Malaterre &lt;malat@debian.org&gt;
Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
Cc: Michael Neuling &lt;mikey@neuling.org&gt;
Cc: Nathan Fontenot &lt;nfont@linux.vnet.ibm.com&gt;
Cc: Oscar Salvador &lt;osalvador@suse.de&gt;
Cc: Paul Mackerras &lt;paulus@samba.org&gt;
Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;
Cc: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
Cc: "Rafael J. Wysocki" &lt;rjw@rjwysocki.net&gt;
Cc: Stephen Hemminger &lt;sthemmin@microsoft.com&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: Vlastimil Babka &lt;vbabka@suse.cz&gt;
Cc: YASUAKI ISHIMATSU &lt;yasu.isimatu@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs/core-api: rename memory-hotplug-notifier to memory-hotplug</title>
<updated>2018-10-12T17:13:57Z</updated>
<author>
<name>Mike Rapoport</name>
<email>rppt@linux.vnet.ibm.com</email>
</author>
<published>2018-10-11T04:58:16Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=52d7e21fd5677829353f7490723adf5f61999d84'/>
<id>urn:sha1:52d7e21fd5677829353f7490723adf5f61999d84</id>
<content type='text'>
to allow additions of new documentation about memory hotplug under the same
roof.

Signed-off-by: Mike Rapoport &lt;rppt@linux.vnet.ibm.com&gt;
Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
 value='linux-5.7.y'>linux-5.7.y</option>
<option value='linux-5.8.y'>linux-5.8.y</option>
<option value='linux-5.9.y'>linux-5.9.y</option>
<option value='linux-6.0.y'>linux-6.0.y</option>
<option value='linux-6.1.y'>linux-6.1.y</option>
<option value='linux-6.10.y'>linux-6.10.y</option>
<option value='linux-6.11.y'>linux-6.11.y</option>
<option value='linux-6.12.y'>linux-6.12.y</option>
<option value='linux-6.13.y'>linux-6.13.y</option>
<option value='linux-6.14.y'>linux-6.14.y</option>
<option value='linux-6.15.y'>linux-6.15.y</option>
<option value='linux-6.16.y'>linux-6.16.y</option>
<option value='linux-6.17.y'>linux-6.17.y</option>
<option value='linux-6.18.y'>linux-6.18.y</option>
<option value='linux-6.19.y'>linux-6.19.y</option>
<option value='linux-6.2.y'>linux-6.2.y</option>
<option value='linux-6.3.y'>linux-6.3.y</option>
<option value='linux-6.4.y'>linux-6.4.y</option>
<option value='linux-6.5.y'>linux-6.5.y</option>
<option value='linux-6.6.y'>linux-6.6.y</option>
<option value='linux-6.7.y'>linux-6.7.y</option>
<option value='linux-6.8.y'>linux-6.8.y</option>
<option value='linux-6.9.y'>linux-6.9.y</option>
<option value='linux-rolling-lts'>linux-rolling-lts</option>
<option value='linux-rolling-stable'>linux-rolling-stable</option>
<option value='master' selected='selected'>master</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>Hosts the 0x221E linux distro kernel.</td><td class='sub right'>Ubuntu</td></tr></table>
<table class='tabs'><tr><td>
<a href='/distro/kernel/?h=master'>summary</a><a href='/distro/kernel/refs/?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>refs</a><a class='active' href='/distro/kernel/log/Documentation/translations/zh_CN/security/secrets/index.rst?h=master'>log</a><a href='/distro/kernel/tree/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>tree</a><a href='/distro/kernel/commit/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>commit</a><a href='/distro/kernel/diff/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>diff</a></td><td class='form'><form class='right' method='get' action='/distro/kernel/log/Documentation/translations/zh_CN/security/secrets/index.rst'>
<input type='hidden' name='h' value='master'/><input type='hidden' name='id' value='784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/distro/kernel/log/?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>root</a>/<a href='/distro/kernel/log/Documentation?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>Documentation</a>/<a href='/distro/kernel/log/Documentation/translations?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>translations</a>/<a href='/distro/kernel/log/Documentation/translations/zh_CN?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>zh_CN</a>/<a href='/distro/kernel/log/Documentation/translations/zh_CN/security?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>security</a>/<a href='/distro/kernel/log/Documentation/translations/zh_CN/security/secrets?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>secrets</a>/<a href='/distro/kernel/log/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7'>index.rst</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/distro/kernel/log/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=784faa8eca8270671e0ed6d9d21f04bbb80fc5f7&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th></tr>
<tr><td><span title='2025-10-18 14:32:54 +0800'>2025-10-18</span></td><td><a href='/distro/kernel/commit/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=7b8a94394442c322936ee6936a6477e89e99dfbf'>docs/zh_CN: Add secrets coco Chinese translation</a></td><td>Shuo Zhao</td></tr>
<tr><td><span title='2025-02-10 11:14:50 -0700'>2025-02-10</span></td><td><a href='/distro/kernel/commit/Documentation/translations/zh_CN/security/secrets/index.rst?h=master&amp;id=2b087edf588c66d149a7ba29bd37f2ad6edbdc9f'>docs/zh_CN: Add secrets index Chinese translation</a></td><td>zhangwei</td></tr>
