<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt-odroidx.git, branch odroidx</title>
<subtitle>LITMUS^RT and MC^2 V0 support for the ODROID-X dev board</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/'/>
<entry>
<title>Revert performance CPU frequency scaler.</title>
<updated>2012-10-01T23:17:04+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-10-01T23:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=135d68afd05af5d7d7bf08f0c3e6429b17f0df98'/>
<id>135d68afd05af5d7d7bf08f0c3e6429b17f0df98</id>
<content type='text'>
I'm not sure why the ODROID-X people changes this. My CPUs are all
running fine without calls to cpu_up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not sure why the ODROID-X people changes this. My CPUs are all
running fine without calls to cpu_up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'odroidx' of ssh://rtsrv.cs.unc.edu/home/litmus/litmus-rt-odroidx into odroidx</title>
<updated>2012-09-29T23:52:15+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=2f15a80553f18250b074efbc7b61b2320eb64e90'/>
<id>2f15a80553f18250b074efbc7b61b2320eb64e90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation error on ARM platforms.</title>
<updated>2012-09-29T23:51:52+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=abbbe290b49780f9741c7cf38e233205a4988993'/>
<id>abbbe290b49780f9741c7cf38e233205a4988993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 64-bit division in fpmath.h</title>
<updated>2012-09-29T23:51:12+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=52c1d0b751f01183af81ed4e5f0de01f6cfc930d'/>
<id>52c1d0b751f01183af81ed4e5f0de01f6cfc930d</id>
<content type='text'>
Commit e6f51fb826ce98d436f445aae4eb9e9dba1f30e8 added some floating
point support for LITMUS^RT, but it used 64-bit division that ARM does
not support. Therefore, use the division functions from math64.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit e6f51fb826ce98d436f445aae4eb9e9dba1f30e8 added some floating
point support for LITMUS^RT, but it used 64-bit division that ARM does
not support. Therefore, use the division functions from math64.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation error on ARM platforms.</title>
<updated>2012-09-29T23:43:08+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=f1ddb85e03da0b4907ef8d756689d92cde847744'/>
<id>f1ddb85e03da0b4907ef8d756689d92cde847744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 64-bit division in fpmath.h</title>
<updated>2012-09-29T23:42:36+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=499ceb440b0d9afe0b2e19b9b45cbcf155e15e18'/>
<id>499ceb440b0d9afe0b2e19b9b45cbcf155e15e18</id>
<content type='text'>
Commit e6f51fb826ce98d436f445aae4eb9e9dba1f30e8 added some floating
point support, but not all platforms have this capability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit e6f51fb826ce98d436f445aae4eb9e9dba1f30e8 added some floating
point support, but not all platforms have this capability.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix division in Jonathan's tracing.</title>
<updated>2012-09-29T23:41:49+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=efbaa9ecdcc2a82d621bdd6b04319a982653c95c'/>
<id>efbaa9ecdcc2a82d621bdd6b04319a982653c95c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge in Jonathan's tracing fixes from branch wip-rt-kshark.</title>
<updated>2012-09-29T23:21:59+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T23:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=6dde5b36ab5da446976d529d2038a2451a77e347'/>
<id>6dde5b36ab5da446976d529d2038a2451a77e347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge LITMUS^RT staging (as of time of this commit).</title>
<updated>2012-09-29T20:50:30+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-29T20:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=fe23bc6b4d29552409354ed74a0b066a6fc647cb'/>
<id>fe23bc6b4d29552409354ed74a0b066a6fc647cb</id>
<content type='text'>
Conflicts:
	Makefile
	include/linux/sched.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Makefile
	include/linux/sched.h
</pre>
</div>
</content>
</entry>
<entry>
<title>net: new counter for tx_timeout errors in sysfs</title>
<updated>2012-09-29T17:32:06+00:00</updated>
<author>
<name>david decotigny</name>
<email>david.decotigny@google.com</email>
</author>
<published>2011-11-16T12:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-odroidx.git/commit/?id=611926edc62a15f77b891658ac70cb66e7a638f2'/>
<id>611926edc62a15f77b891658ac70cb66e7a638f2</id>
<content type='text'>
This adds the /sys/class/net/DEV/queues/Q/tx_timeout attribute
containing the total number of timeout events on the given queue. It
is always available with CONFIG_SYSFS, independently of
CONFIG_RPS/XPS.

Credits to Stephen Hemminger for a preliminary version of this patch.

Tested:
  without CONFIG_SYSFS (compilation only)
  with sysfs and without CONFIG_RPS &amp; CONFIG_XPS
  with sysfs and without CONFIG_RPS
  with sysfs and without CONFIG_XPS
  with defaults

Signed-off-by: David Decotigny &lt;david.decotigny@google.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

Conflicts:

	include/linux/netdevice.h

Signed-off-by: Christopher Kenna &lt;cjk@cs.unc.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the /sys/class/net/DEV/queues/Q/tx_timeout attribute
containing the total number of timeout events on the given queue. It
is always available with CONFIG_SYSFS, independently of
CONFIG_RPS/XPS.

Credits to Stephen Hemminger for a preliminary version of this patch.

Tested:
  without CONFIG_SYSFS (compilation only)
  with sysfs and without CONFIG_RPS &amp; CONFIG_XPS
  with sysfs and without CONFIG_RPS
  with sysfs and without CONFIG_XPS
  with defaults

Signed-off-by: David Decotigny &lt;david.decotigny@google.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

Conflicts:

	include/linux/netdevice.h

Signed-off-by: Christopher Kenna &lt;cjk@cs.unc.edu&gt;
</pre>
</div>
</content>
</entry>
</feed>
