<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/sched, branch v4.11.12</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.11.12</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.11.12'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2017-03-23T06:31:49Z</updated>
<entry>
<title>sched/clock, x86/perf: Fix "perf test tsc"</title>
<updated>2017-03-23T06:31:49Z</updated>
<author>
<name>Peter Zijlstra</name>
<email>peterz@infradead.org</email>
</author>
<published>2017-03-17T11:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=698eff6355f735d46d1b7113df8b422874cd7988'/>
<id>urn:sha1:698eff6355f735d46d1b7113df8b422874cd7988</id>
<content type='text'>
People reported that commit:

  5680d8094ffa ("sched/clock: Provide better clock continuity")

broke "perf test tsc".

That commit added another offset to the reported clock value; so
take that into account when computing the provided offset values.

Reported-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Reported-by: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;
Tested-by: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;
Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;
Cc: 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;
Fixes: 5680d8094ffa ("sched/clock: Provide better clock continuity")
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
</content>
</entry>
<entry>
<title>sched/headers: Remove the &lt;linux/topology.h&gt; include from &lt;linux/sched.h&gt;</title>
<updated>2017-03-03T00:45:41Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-06T09:01:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ee6a3d19f15b9b10075481088b8d4537f286d7b4'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/init.h&gt;</title>
<updated>2017-03-03T00:45:38Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5c0d0f36414f9f8a292b42e797f9284b127d79c2'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/hotplug.h&gt;</title>
<updated>2017-03-03T00:45:35Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a906086ef35129d522047a296e7c4237af75fdcb'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/debug.h&gt;</title>
<updated>2017-03-03T00:45:35Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4f079e98a0db5f067c0981a526ff8938e21c52e2'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/nohz.h&gt;</title>
<updated>2017-03-03T00:45:35Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b0145d9b332a5117bd0abbb980ab89586a1d5f6c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/stat.h&gt;</title>
<updated>2017-03-03T00:45:34Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dc1995392d79b0eeee147a792482b991f74c1494'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/cpufreq.h&gt;</title>
<updated>2017-03-03T00:45:32Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ed53742d793bd92ed32114081370b199dc94467d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/user.h&gt;</title>
<updated>2017-03-03T00:45:30Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=de8deb0ad79f8a49cea5110c006c8676a11611f7'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>sched/headers: Remove &lt;linux/sched.h&gt; from &lt;linux/sched/coredump.h&gt;</title>
<updated>2017-03-03T00:45:30Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@kernel.org</email>
</author>
<published>2017-02-08T17:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ae1cc8823204bb938d039afa43c28a84591ada9f'/>
<id>urn:sha1: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>
</entry>
</feed>
