<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/scheduler/completion.rst, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2024-09-05T20:17:45Z</updated>
<entry>
<title>docs: scheduler: completion: Update member of struct completion</title>
<updated>2024-09-05T20:17:45Z</updated>
<author>
<name>I Hsin Cheng</name>
<email>richard120310@gmail.com</email>
</author>
<published>2024-08-28T16:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=34ea875cca2c2fa4ec8b70fc2b21ee6c7878740e'/>
<id>urn:sha1:34ea875cca2c2fa4ec8b70fc2b21ee6c7878740e</id>
<content type='text'>
The member "wait" in struct completion isn't of type wait_queue_head_t
anymore, as it is now "struct swait_queue_head", fix it to match with
the current implementation.

Signed-off-by: I Hsin Cheng &lt;richard120310@gmail.com&gt;
Reviewed-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20240828165036.178011-1-richard120310@gmail.com
</content>
</entry>
<entry>
<title>docs: scheduler: completion: Fix minor error in pseudo-code</title>
<updated>2023-07-14T19:08:07Z</updated>
<author>
<name>Rick Wertenbroek</name>
<email>rick.wertenbroek@gmail.com</email>
</author>
<published>2023-07-06T11:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f98b161b0d019e5b14c633503724cdc8a73c2480'/>
<id>urn:sha1:f98b161b0d019e5b14c633503724cdc8a73c2480</id>
<content type='text'>
Add missing address-of (&amp;) operator in pseudo-code.

Signed-off-by: Rick Wertenbroek &lt;rick.wertenbroek@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Link: https://lore.kernel.org/r/20230706114057.1120335-1-rick.wertenbroek@gmail.com
</content>
</entry>
<entry>
<title>docs: scheduler: convert docs to ReST and rename to *.rst</title>
<updated>2019-06-14T20:32:18Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-06-12T17:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d6a3b247627a3bc0551504eb305d624cc6fb5453'/>
<id>urn:sha1:d6a3b247627a3bc0551504eb305d624cc6fb5453</id>
<content type='text'>
In order to prepare to add them to the Kernel API book,
convert the files to ReST format.

The conversion is actually:
  - add blank lines and identation in order to identify paragraphs;
  - fix tables markups;
  - add some lists markups;
  - mark literal blocks;
  - adjust title markups.

At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
