<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/Documentation/RCU, branch v5.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v5.6</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v5.6'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2020-01-24T18:37:27Z</updated>
<entry>
<title>Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEAD</title>
<updated>2020-01-24T18:37:27Z</updated>
<author>
<name>Paul E. McKenney</name>
<email>paulmck@kernel.org</email>
</author>
<published>2020-01-24T18:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=0e247386d9ed5ab8b7dad010cf4b183efeb1e47d'/>
<id>urn:sha1:0e247386d9ed5ab8b7dad010cf4b183efeb1e47d</id>
<content type='text'>
doc.2019.12.10a: Documentations updates
exp.2019.12.09a: Expedited grace-period updates
fixes.2020.01.24a: Miscellaneous fixes
kfree_rcu.2020.01.24a: Batch kfree_rcu() work
list.2020.01.10a: RCU-protected-list updates
preempt.2020.01.24a: Preemptible RCU updates
torture.2019.12.09a: Torture-test updates
</content>
</entry>
<entry>
<title>rcu: Remove kfree_rcu() special casing and lazy-callback handling</title>
<updated>2020-01-24T18:24:31Z</updated>
<author>
<name>Joel Fernandes (Google)</name>
<email>joel@joelfernandes.org</email>
</author>
<published>2019-08-30T16:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=77a40f97030b27b3fc1640a3ed203870f0817f57'/>
<id>urn:sha1:77a40f97030b27b3fc1640a3ed203870f0817f57</id>
<content type='text'>
This commit removes kfree_rcu() special-casing and the lazy-callback
handling from Tree RCU.  It moves some of this special casing to Tiny RCU,
the removal of which will be the subject of later commits.

This results in a nice negative delta.

Suggested-by: Paul E. McKenney &lt;paulmck@linux.ibm.com&gt;
Signed-off-by: Joel Fernandes (Google) &lt;joel@joelfernandes.org&gt;
[ paulmck: Add slab.h #include, thanks to kbuild test robot &lt;lkp@intel.com&gt;. ]
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Fix typo "deference" to "dereference"</title>
<updated>2019-12-11T02:51:54Z</updated>
<author>
<name>Paul E. McKenney</name>
<email>paulmck@kernel.org</email>
</author>
<published>2019-11-13T17:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6e6eca2ee79a23329093cdf8d1cc0bd86128981f'/>
<id>urn:sha1:6e6eca2ee79a23329093cdf8d1cc0bd86128981f</id>
<content type='text'>
Reported-by: Jens Axboe &lt;axboe@kernel.dk&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Updated full list of RCU API in whatisRCU.rst</title>
<updated>2019-12-11T02:51:54Z</updated>
<author>
<name>Madhuparna Bhowmik</name>
<email>madhuparnabhowmik04@gmail.com</email>
</author>
<published>2019-11-11T18:11:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=17f0da13873ba393a72f14d41ffc8ff388e38723'/>
<id>urn:sha1:17f0da13873ba393a72f14d41ffc8ff388e38723</id>
<content type='text'>
This patch updates the list of RCU API in whatisRCU.rst.

Signed-off-by: Madhuparna Bhowmik &lt;madhuparnabhowmik04@gmail.com&gt;
Tested-by: Amol Grover &lt;frextrite@gmail.com&gt;
Tested-by: Phong Tran &lt;tranmanphong@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Convert to rcubarrier.txt to ReST</title>
<updated>2019-12-11T02:51:53Z</updated>
<author>
<name>Amol Grover</name>
<email>frextrite@gmail.com</email>
</author>
<published>2019-11-07T06:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=4af498306ffd8e29ed5c1ae544d01bc8c09c3f8e'/>
<id>urn:sha1:4af498306ffd8e29ed5c1ae544d01bc8c09c3f8e</id>
<content type='text'>
Convert rcubarrier.txt to rcubarrier.rst and add it to index.rst.

Format file according to reST
- Add headings and sub-headings
- Add code segments
- Add cross-references to quizes and answers

Signed-off-by: Amol Grover &lt;frextrite@gmail.com&gt;
Tested-by: Phong Tran &lt;tranmanphong@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Convert to rcu_dereference.txt to rcu_dereference.rst</title>
<updated>2019-12-11T02:51:53Z</updated>
<author>
<name>Amol Grover</name>
<email>frextrite@gmail.com</email>
</author>
<published>2019-11-02T08:01:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=b00aedf978aa5c9a3c2d734fda5e51acfbceb5d6'/>
<id>urn:sha1:b00aedf978aa5c9a3c2d734fda5e51acfbceb5d6</id>
<content type='text'>
This patch converts rcu_dereference.txt to rcu_dereference.rst and
adds it to index.rst

Signed-off-by: Amol Grover &lt;frextrite@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Convert whatisRCU.txt to .rst</title>
<updated>2019-12-11T02:51:53Z</updated>
<author>
<name>Phong Tran</name>
<email>tranmanphong@gmail.com</email>
</author>
<published>2019-11-06T13:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=5e1bc932818f74082e8331b59aa550101ead08e0'/>
<id>urn:sha1:5e1bc932818f74082e8331b59aa550101ead08e0</id>
<content type='text'>
This commit updates whatisRCU.txt to the new .rst format.
This change includes:

- Formatting bullet lists
- Adding literal blocks
- Links from table of contents to corresponding sections
- Links to external documents
- Reformat quick quizzes

Signed-off-by: Phong Tran &lt;tranmanphong@gmail.com&gt;
Tested-by: Madhuparna Bhowmik &lt;madhuparnabhowmik04@gmail.com&gt;
[ tranmanphong: Apply Amol Grover feedback. ]
Reviewed-by: Amol Grover &lt;frextrite@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Converted NMI-RCU.txt to NMI-RCU.rst.</title>
<updated>2019-12-11T02:51:52Z</updated>
<author>
<name>Madhuparna Bhowmik</name>
<email>madhuparnabhowmik04@gmail.com</email>
</author>
<published>2019-10-28T21:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6705cae433cffc37b183ded6ca9fe5c6d8ae8a9d'/>
<id>urn:sha1:6705cae433cffc37b183ded6ca9fe5c6d8ae8a9d</id>
<content type='text'>
This patch converts NMI-RCU from txt to rst format.
Also adds NMI-RCU in the index.rst file.

Signed-off-by: Madhuparna Bhowmik &lt;madhuparnabhowmik04@gmail.com&gt;
[ paulmck: Apply feedback from Phong Tran. ]
Tested-by: Phong Tran &lt;tranmanphong@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>doc: Convert arrayRCU.txt to arrayRCU.rst</title>
<updated>2019-12-11T02:51:19Z</updated>
<author>
<name>Madhuparna Bhowmik</name>
<email>madhuparnabhowmik04@gmail.com</email>
</author>
<published>2019-10-28T20:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=9ffdd7982417e2e227e295c4dea9cec652a71983'/>
<id>urn:sha1:9ffdd7982417e2e227e295c4dea9cec652a71983</id>
<content type='text'>
This patch converts arrayRCU from .txt to .rst format, and also adds
it to the index.rst file.

Signed-off-by: Madhuparna Bhowmik &lt;madhuparnabhowmik04@gmail.com&gt;
[ paulmck: Trimmed trailing whitespace. ]
Tested-by: Phong Tran &lt;tranmanphong@gmail.com&gt;
Tested-by: Amol Grover &lt;frextrite@gmail.com&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()</title>
<updated>2019-10-29T09:48:29Z</updated>
<author>
<name>Sebastian Andrzej Siewior</name>
<email>bigeasy@linutronix.de</email>
</author>
<published>2019-08-27T16:00:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=b1ec18eae0b63a19a05a846c084aa84cbd9c87c6'/>
<id>urn:sha1:b1ec18eae0b63a19a05a846c084aa84cbd9c87c6</id>
<content type='text'>
While Paul was explaining some RCU magic I noticed a typo in
rcu_note_context_switch().  As a result, this commit replaces
rcu_node_context_switch() with rcu_note_context_switch().

Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;
Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;
</content>
</entry>
</feed>
