<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/sched, branch v4.11-rc3</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>sched/headers: Remove the &lt;linux/topology.h&gt; include from &lt;linux/sched.h&gt;</title>
<updated>2017-03-03T00:45:41+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-06T09:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ee6a3d19f15b9b10075481088b8d4537f286d7b4'/>
<id>ee6a3d19f15b9b10075481088b8d4537f286d7b4</id>
<content type='text'>
It's used only by a single (rarely used) inline function (task_node(p)),
which we can move to &lt;linux/sched/topology.h&gt;.

( Add &lt;linux/nodemask.h&gt;, because we rely on that. )

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's used only by a single (rarely used) inline function (task_node(p)),
which we can move to &lt;linux/sched/topology.h&gt;.

( Add &lt;linux/nodemask.h&gt;, because we rely on that. )

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/init.h&gt;</title>
<updated>2017-03-03T00:45:38+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5c0d0f36414f9f8a292b42e797f9284b127d79c2'/>
<id>5c0d0f36414f9f8a292b42e797f9284b127d79c2</id>
<content type='text'>
The &lt;linux/sched/init.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/init.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/hotplug.h&gt;</title>
<updated>2017-03-03T00:45:35+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a906086ef35129d522047a296e7c4237af75fdcb'/>
<id>a906086ef35129d522047a296e7c4237af75fdcb</id>
<content type='text'>
The &lt;linux/sched/hotplug.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/hotplug.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/debug.h&gt;</title>
<updated>2017-03-03T00:45:35+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4f079e98a0db5f067c0981a526ff8938e21c52e2'/>
<id>4f079e98a0db5f067c0981a526ff8938e21c52e2</id>
<content type='text'>
The &lt;linux/sched/debug.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/debug.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/nohz.h&gt;</title>
<updated>2017-03-03T00:45:35+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b0145d9b332a5117bd0abbb980ab89586a1d5f6c'/>
<id>b0145d9b332a5117bd0abbb980ab89586a1d5f6c</id>
<content type='text'>
The &lt;linux/sched/nohz.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/nohz.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/stat.h&gt;</title>
<updated>2017-03-03T00:45:34+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=dc1995392d79b0eeee147a792482b991f74c1494'/>
<id>dc1995392d79b0eeee147a792482b991f74c1494</id>
<content type='text'>
The &lt;linux/sched/stat.h&gt; file is a largely self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

( Keep the &lt;linux/percpu.h&gt; dependency.)

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/stat.h&gt; file is a largely self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

( Keep the &lt;linux/percpu.h&gt; dependency.)

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/cpufreq.h&gt;</title>
<updated>2017-03-03T00:45:32+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ed53742d793bd92ed32114081370b199dc94467d'/>
<id>ed53742d793bd92ed32114081370b199dc94467d</id>
<content type='text'>
Make the &lt;linux/sched/cpufreq.h&gt; file a self-contained header and
remove the &lt;linux/sched.h&gt; dependency: users of it either don't
need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the &lt;linux/sched/cpufreq.h&gt; file a self-contained header and
remove the &lt;linux/sched.h&gt; dependency: users of it either don't
need &lt;linux/sched.h&gt; - or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/user.h&gt;</title>
<updated>2017-03-03T00:45:30+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=de8deb0ad79f8a49cea5110c006c8676a11611f7'/>
<id>de8deb0ad79f8a49cea5110c006c8676a11611f7</id>
<content type='text'>
If we add &lt;linux/uidgid.h&gt; then &lt;linux/sched/user.h&gt; becomes a
self-contained header and users of it either don't need &lt;linux/sched.h&gt;
or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we add &lt;linux/uidgid.h&gt; then &lt;linux/sched/user.h&gt; becomes a
self-contained header and users of it either don't need &lt;linux/sched.h&gt;
or have already included it.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/coredump.h&gt;</title>
<updated>2017-03-03T00:45:30+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ae1cc8823204bb938d039afa43c28a84591ada9f'/>
<id>ae1cc8823204bb938d039afa43c28a84591ada9f</id>
<content type='text'>
The &lt;linux/sched/coredump.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

Include &lt;linux/mm_types.h&gt;.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/coredump.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

Include &lt;linux/mm_types.h&gt;.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/mm.h&gt;</title>
<updated>2017-03-03T00:45:29+00:00</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b8d6d80b37a98e3910f1b4e799f8ebea88e94bfa'/>
<id>b8d6d80b37a98e3910f1b4e799f8ebea88e94bfa</id>
<content type='text'>
The &lt;linux/sched/mm.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

Include kernel.h and atomic.h.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;linux/sched/mm.h&gt; file is a self-contained header and users of
it either don't need &lt;linux/sched.h&gt; - or have already included it.

Include kernel.h and atomic.h.

This reduces the size of the header dependency graph.

Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Mike Galbraith &lt;efault@gmx.de&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
