<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus2008.git/include/litmus, branch master</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>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>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>
<entry>
<title>litmus core: un-inline binomial heap implementation</title>
<updated>2009-05-02T16:47:17+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-05-02T16:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=fb9c387a4c5b6966369b7e916aef68d07a79e6f6'/>
<id>fb9c387a4c5b6966369b7e916aef68d07a79e6f6</id>
<content type='text'>
Those functions are pretty huge, and used in a couple of plugins.
This should save a lot of space, make debugging with objdump much easier,
and maybe it even has some I$ benefit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those functions are pretty huge, and used in a couple of plugins.
This should save a lot of space, make debugging with objdump much easier,
and maybe it even has some I$ benefit.
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for tracing IPI latency</title>
<updated>2009-04-28T18:54:39+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-28T18:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=adf9aa9c985dfd72ecf04e17d785689d60ac66e7'/>
<id>adf9aa9c985dfd72ecf04e17d785689d60ac66e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>litmus config: make itpossible to compile without overhead tracing</title>
<updated>2009-04-24T16:10:28+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-24T16:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=3d0d33c07d203296162e1b703e6027ac8e0edb0e'/>
<id>3d0d33c07d203296162e1b703e6027ac8e0edb0e</id>
<content type='text'>
Factor out ftdev support from overhead tracing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Factor out ftdev support from overhead tracing.
</pre>
</div>
</content>
</entry>
<entry>
<title>sched trace: fix prototype</title>
<updated>2009-04-24T16:07:34+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-24T16:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=97eb269d2f4661751bb820d862f4bd1dc5b3a551'/>
<id>97eb269d2f4661751bb820d862f4bd1dc5b3a551</id>
<content type='text'>
Removes a compile warning on sparc64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes a compile warning on sparc64.
</pre>
</div>
</content>
</entry>
<entry>
<title>litmus proc: add release_master interface</title>
<updated>2009-04-23T13:30:22+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-23T13:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=83d29b3352ab9de77b3324ecaff3435dc02f504b'/>
<id>83d29b3352ab9de77b3324ecaff3435dc02f504b</id>
<content type='text'>
Let user space set which CPU should handle releases. It is up
to plugins to make use of this information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let user space set which CPU should handle releases. It is up
to plugins to make use of this information.
</pre>
</div>
</content>
</entry>
<entry>
<title>rt domain: add support for release master</title>
<updated>2009-04-23T03:20:48+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-23T03:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=703447b1a78ea905a90e9660a654ddf62d5d3f6d'/>
<id>703447b1a78ea905a90e9660a654ddf62d5d3f6d</id>
<content type='text'>
A release master is a CPU that takes all timer interrupts for
release of a given rt_domain_t. By default off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A release master is a CPU that takes all timer interrupts for
release of a given rt_domain_t. By default off.
</pre>
</div>
</content>
</entry>
</feed>
