<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/kernel, branch wip-shared-lib</title>
<subtitle>The LITMUS^RT kernel.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/'/>
<entry>
<title>TODO: Fix condition checks in replicate_page_move_mapping()</title>
<updated>2016-09-09T20:18:12+00:00</updated>
<author>
<name>Namhoon Kim</name>
<email>namhoonk@cs.unc.edu</email>
</author>
<published>2016-09-09T20:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=805c547ee3cdc2ef6a5f7556fdf449ced2e48680'/>
<id>805c547ee3cdc2ef6a5f7556fdf449ced2e48680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook into kernel/exit.c to force exiting RT tasks into best-effort mode</title>
<updated>2015-08-09T11:20:33+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=4410877f28d1a20b5c98dd153de78c8342ac76f3'/>
<id>4410877f28d1a20b5c98dd153de78c8342ac76f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect LITMUS^RT tasks from re-nicing</title>
<updated>2015-08-09T11:20:33+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=7ee05297e8dd04b4b0bbd34966f9d235211ada2b'/>
<id>7ee05297e8dd04b4b0bbd34966f9d235211ada2b</id>
<content type='text'>
Assigning a nice value to LITMUS^RT tasks is meaningless. Bail out
early.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assigning a nice value to LITMUS^RT tasks is meaningless. Bail out
early.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't call set_tsk_need_resched() on remote LITMUS^RT task</title>
<updated>2015-08-09T11:20:32+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=2720985a7f2141baed0fcf97f3ffddbf25442d9d'/>
<id>2720985a7f2141baed0fcf97f3ffddbf25442d9d</id>
<content type='text'>
This patch fixes a BUG_ON() in litmus/preempt.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes a BUG_ON() in litmus/preempt.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook into SCHED_DEADLINE to protect LITMUS^RT tasks</title>
<updated>2015-08-09T11:20:32+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=c14af815369241598308018ddec195605c058839'/>
<id>c14af815369241598308018ddec195605c058839</id>
<content type='text'>
SCHED_DEADLINE should not preempt LITMUS^RT tasks, as the LITMUS^RT
scheduling class is positioned above the SCHED_DEADLINE policy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCHED_DEADLINE should not preempt LITMUS^RT tasks, as the LITMUS^RT
scheduling class is positioned above the SCHED_DEADLINE policy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook into rt scheduling class to protect LITMUS^RT tasks</title>
<updated>2015-08-09T11:20:31+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=ef95740a215d0db21f08a6c22028f0fb0a7a62fa'/>
<id>ef95740a215d0db21f08a6c22028f0fb0a7a62fa</id>
<content type='text'>
The rt scheduling class thinks it's the highest-priority scheduling
class around, next to SCHED_DEADLINE. It is not in LITMUS^RT. Don't go
preempting remote cores that run SCHED_LITMUS tasks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rt scheduling class thinks it's the highest-priority scheduling
class around, next to SCHED_DEADLINE. It is not in LITMUS^RT. Don't go
preempting remote cores that run SCHED_LITMUS tasks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't trigger load balancer in scheduler tick for LITMUS^RT</title>
<updated>2015-08-09T11:20:31+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=a00f41be3fa1bf6cf82e6becfb1873ad83a513d3'/>
<id>a00f41be3fa1bf6cf82e6becfb1873ad83a513d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook into finish_switch()</title>
<updated>2015-08-09T11:20:30+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=dfbc9a0ee19aaf08ebf2f620db43098f108fbfb2'/>
<id>dfbc9a0ee19aaf08ebf2f620db43098f108fbfb2</id>
<content type='text'>
To keep track of stack usage and to notify plugin, if necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To keep track of stack usage and to notify plugin, if necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset SCHED_LITMUS scheduling class on fork</title>
<updated>2015-08-09T11:20:30+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=e728184e7db3d1cbd1b0f3398233c2bbdc6db07e'/>
<id>e728184e7db3d1cbd1b0f3398233c2bbdc6db07e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Block sched_setaffinity() for SCHED_LITMUS tasks</title>
<updated>2015-08-09T11:20:29+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-08-09T11:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=eecee2fcff2aebb029f9f9c979772f05165213f7'/>
<id>eecee2fcff2aebb029f9f9c979772f05165213f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
