<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/include, branch tracing-devel</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>Test kernel tracing events capabilities</title>
<updated>2009-12-18T14:08:44+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T14:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=2f41251f9febad2e54fa338ea63a62818970af0c'/>
<id>2f41251f9febad2e54fa338ea63a62818970af0c</id>
<content type='text'>
Can events be applied to LITMUS code instead of sched_task_trace ?

PROS:
	- architectural indipendency
	- easy porting on newer kernel version
	- lock free ring buffer implementation already there

CONS:
	- need userspace tools conversion to slightly different format
	- is it possible to replicate all the previous functionalities?
	- only sched_trace_* functions can be implemented through events,
	  TRACE() debugging features are still implemented in the old way
	  (??? cannot we simply use the tracing features of the kernel for
	   debugging purposes ????)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can events be applied to LITMUS code instead of sched_task_trace ?

PROS:
	- architectural indipendency
	- easy porting on newer kernel version
	- lock free ring buffer implementation already there

CONS:
	- need userspace tools conversion to slightly different format
	- is it possible to replicate all the previous functionalities?
	- only sched_trace_* functions can be implemented through events,
	  TRACE() debugging features are still implemented in the old way
	  (??? cannot we simply use the tracing features of the kernel for
	   debugging purposes ????)
</pre>
</div>
</content>
</entry>
<entry>
<title>Porting on x86_64</title>
<updated>2009-12-18T02:48:38+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=0c70a26073633b3879eac57d38f1260c1bebeafc'/>
<id>0c70a26073633b3879eac57d38f1260c1bebeafc</id>
<content type='text'>
 - add syscall on x86_64
 - refactor __NR_sleep_next_period -&gt; __NR_complete_job
   for both x86_32 and x86_64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - add syscall on x86_64
 - refactor __NR_sleep_next_period -&gt; __NR_complete_job
   for both x86_32 and x86_64
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release-master support</title>
<updated>2009-12-18T02:47:19+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=3d6e88ccd9fbb6f96a8bb3af09bdfbb151f353e4'/>
<id>3d6e88ccd9fbb6f96a8bb3af09bdfbb151f353e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hrtimer_start_on() API</title>
<updated>2009-12-18T02:45:38+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=58054c96a3e5cb03a1ffa13a42caf877f0152a37'/>
<id>58054c96a3e5cb03a1ffa13a42caf877f0152a37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add send_pull_timers() support for x86_32 arch</title>
<updated>2009-12-18T02:44:47+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=aa4cc937bbdb828cc031e811cbf6fae79a59ee4a'/>
<id>aa4cc937bbdb828cc031e811cbf6fae79a59ee4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LITRMU^RT syscalls to x86_32</title>
<updated>2009-12-18T02:38:11+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=54e6e1699c919e9fce53f9c2bd49174387735e39'/>
<id>54e6e1699c919e9fce53f9c2bd49174387735e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add File Descriptor Attached Shared Objects (FDSO) infrastructure</title>
<updated>2009-12-18T02:33:26+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=a18a4da0233492c15bb7b62a329061cf7dcce7a2'/>
<id>a18a4da0233492c15bb7b62a329061cf7dcce7a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add common EDF functions</title>
<updated>2009-12-18T02:32:31+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=a4dc9c48f83ebcb68cd99d118cd34c5e265cfd34'/>
<id>a4dc9c48f83ebcb68cd99d118cd34c5e265cfd34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rt_domain_t support</title>
<updated>2009-12-18T02:31:46+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=b7ca066915c003a0138f80f04aec9a3c30c873f3'/>
<id>b7ca066915c003a0138f80f04aec9a3c30c873f3</id>
<content type='text'>
to be merged:
 - arm_release_timer() with no rq locking
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be merged:
 - arm_release_timer() with no rq locking
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for quantum alignment</title>
<updated>2009-12-18T02:30:47+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2009-12-18T02:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=5789b583c78f06d046c3585c8def400f65ae2b68'/>
<id>5789b583c78f06d046c3585c8def400f65ae2b68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
