<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus2008.git/include, branch pre-port</title>
<subtitle>[ARCHIVE] Old LITMUS^RT 2008 version (for reference).</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/'/>
<entry>
<title>Revert "time: prevent the loop in timespec_add_ns() from being optimised away"</title>
<updated>2009-12-07T23:08:59+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-12-07T23:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=941edf069e169fec28cd35ca41cbb5b9154df5f9'/>
<id>941edf069e169fec28cd35ca41cbb5b9154df5f9</id>
<content type='text'>
(will be included in new mainline anyway)

This reverts commit cc4319890a80190d3290f1e04886d0384969b5f3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(will be included in new mainline anyway)

This reverts commit cc4319890a80190d3290f1e04886d0384969b5f3.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove hacky implementation of userspace writes</title>
<updated>2009-12-07T23:08:07+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-12-07T23:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=64271aaf6b6f166a31fcec24510575a0226230fd'/>
<id>64271aaf6b6f166a31fcec24510575a0226230fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove norq delayed work support.</title>
<updated>2009-12-07T20:08:02+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-12-07T20:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=e6474fd5f0504534120d7b104b7deb461f1c8bb6'/>
<id>e6474fd5f0504534120d7b104b7deb461f1c8bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove scheduler_signal() support</title>
<updated>2009-12-07T20:01:58+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-12-07T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=d0f2d3babee1dbb2f1f6d7dadf7ff287b01de375'/>
<id>d0f2d3babee1dbb2f1f6d7dadf7ff287b01de375</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove non-preemptive section hack.</title>
<updated>2009-12-07T19:55:50+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-12-07T19:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=51c41c7b109e6da035c42ca85d6da44586a18359'/>
<id>51c41c7b109e6da035c42ca85d6da44586a18359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>binomial heap: support decrease() operation</title>
<updated>2009-10-05T17:20:29+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-10-05T17:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=f8ed8c406d70b9a040807a01de5296d8832cafd7'/>
<id>f8ed8c406d70b9a040807a01de5296d8832cafd7</id>
<content type='text'>
Used to adjust position of heap node after
the key of the node was decreased
(= made more important). Cannot be used if
key was increased (= made less important).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to adjust position of heap node after
the key of the node was decreased
(= made more important). Cannot be used if
key was increased (= made less important).
</pre>
</div>
</content>
</entry>
<entry>
<title>re-organize getters</title>
<updated>2009-09-16T18:45:39+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@koruna.cs.unc.edu</email>
</author>
<published>2009-09-16T18:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=d278c1c93b03f6617d7137a79561639ad1845f71'/>
<id>d278c1c93b03f6617d7137a79561639ad1845f71</id>
<content type='text'>
Stick get_release() to the rest of the bunch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stick get_release() to the rest of the bunch.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove concurrent heap from mainline</title>
<updated>2009-09-10T14:06:22+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-09-10T14:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=c12cf2fe511e6ed9a0728c9fc43c1e5f3752a6ca'/>
<id>c12cf2fe511e6ed9a0728c9fc43c1e5f3752a6ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hrtimer: remove unused flag of pull implementation</title>
<updated>2009-05-03T05:10:19+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-05-03T05:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=8c2ed856588664c82faf9f3df244eace68f565f3'/>
<id>8c2ed856588664c82faf9f3df244eace68f565f3</id>
<content type='text'>
The flag was racy anyway and could not be used safely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The flag was racy anyway and could not be used safely.
</pre>
</div>
</content>
</entry>
<entry>
<title>litmus core: add dump-trace-buffer magic sysrq</title>
<updated>2009-05-02T16:52:01+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-05-02T16:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=8cb836469d2ace489857d90c4856e97c255128b9'/>
<id>8cb836469d2ace489857d90c4856e97c255128b9</id>
<content type='text'>
Pump stuff from the TRACE() buffer to printk() on demand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pump stuff from the TRACE() buffer to printk() on demand.
</pre>
</div>
</content>
</entry>
</feed>
