summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-29 04:39:36 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-29 04:39:36 -0400
commit9496eff12aa98ef02d01af563f7442a5abfa4ba3 (patch)
tree11496d177bb32332aba4374fa95095448b9f3345
parent9aaa23e28a41fb579ef33ecb845e22cd717195c9 (diff)
added Aaron's paper, and updated links to litmus2 paper
-rw-r--r--index.html95
1 files changed, 50 insertions, 45 deletions
diff --git a/index.html b/index.html
index 623a80f..98cba75 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
25 25
26 <h2 id="about">About</h2> 26 <h2 id="about">About</h2>
27 <div class="box"> 27 <div class="box">
28 <p class="notopmargin"> 28 <p class="nomargin">
29 The LITMUS<sup>RT</sup> project is a soft real-time extension of the Linux 29 The LITMUS<sup>RT</sup> project is a soft real-time extension of the Linux
30 kernel with focus on multiprocessor real-time scheduling and 30 kernel with focus on multiprocessor real-time scheduling and
31 synchronization. The Linux kernel is modified to support the sporadic task 31 synchronization. The Linux kernel is modified to support the sporadic task
@@ -45,19 +45,15 @@
45 45
46 The latest public release of LITMUS<sup>RT</sup> occurred on 10/29/2007. 46 The latest public release of LITMUS<sup>RT</sup> occurred on 10/29/2007.
47 </p> 47 </p>
48
49<!-- <p class="nobottommargin">
50 <em>To be continued...</em>
51 </p>
52-->
53 </div> 48 </div>
54 49
55 <h2 id="support">Support</h2> 50 <h2 id="support">Support</h2>
56 <div class="box"> 51 <div class="box">
57 <p class="notopmargin"> 52 <p class="nomargin">
58 The LITMUS<sup>RT</sup> development effort is being supported by grants from 53 The LITMUS<sup>RT</sup> development effort is being supported by grants from
59 Intel Corp., The National Science Foundation (grant CCR 0615197), and The U.S. 54 Intel Corp., The National Science Foundation (grant CCR 0615197), and The U.S.
60 Army Research Office (grant W911NF-06-1-0425). 55 Army Research Office (grant W911NF-06-1-0425).
56 </p>
61 </div> 57 </div>
62 58
63 <h2 id="collaborators">Collaborators</h2> 59 <h2 id="collaborators">Collaborators</h2>
@@ -96,53 +92,65 @@
96 <h2 id="publications">Publications</h2> 92 <h2 id="publications">Publications</h2>
97 <div class="box"> 93 <div class="box">
98 <p class="nomargin"> 94 <p class="nomargin">
99 <ul> 95 <ul>
96
100 97
101 <li> 98 <li>
102 <p> 99 <p>
103 B. Brandenburg, A. Block, J. Calandrino, U. Devi, H. Leontyev, and J. Anderson, 100 B. Brandenburg, A. Block, J. Calandrino, U. Devi, H. Leontyev, and J. Anderson,
104 &quot LITMUS<sup>RT</sup>: A Status Report &quot, <cite> Proceedings of the 9th 101 &quot LITMUS<sup>RT</sup>: A Status Report &quot, <cite> Proceedings of the 9th
105 Real-Time Linux Workshop</cite>, November 2007, to appear. 102 Real-Time Linux Workshop</cite>, November 2007, to appear.
106 <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.ps"> Postscript </a>. 103 <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.ps">Postscript</a>.
107 <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.pdf"> PDF </a>. 104 <a href="http://www.cs.unc.edu/~anderson/papers/rtlws07.pdf">PDF</a>.
108 </p> 105 </p>
109 <li>
110 <p>
111 B. Brandenburg, J. Calandrino, A. Block, H. Leontyev, and
112 J. Anderson. &quot;Real-Time Synchronization on Multiprocessors: To Block
113 or Not to Block, to Suspend or Spin?&quot, in submission, May 2007.
114 <a href="http://www.cs.unc.edu/~anderson/papers/rtss07a.ps">Postscript</a>,
115 <a href="http://www.cs.unc.edu/~anderson/papers/rtss07a.pdf">PDF</a>.
116 </p>
117 <p>
118 Extended version, including all graphs:
119 <a href="http://www.cs.unc.edu/~anderson/papers/rtss07along.ps">Postscript</a>,
120 <a href="http://www.cs.unc.edu/~anderson/papers/rtss07along.pdf">PDF</a>.
121 </p>
122 </li> 106 </li>
107
108 <li>
109 <p>
110 A. Block, B. Brandenburg, J. Anderson, and S. Quint, &quot;Feedback-Controlled Adaptive
111 Multiprocessor Real-Time Systems&quot;, in submission, October 2007.
112 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08b.ps">Postscript</a>.
113 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08b.pdf">PDF</a>.
114 </p>
115 </li>
123 116
124 <li> 117 <li>
125 <p> 118 <p>
126 B. Brandenburg and J. Anderson, &quot;Integrating Hard/Soft Real-Time Tasks 119 B. Brandenburg, J. Calandrino, A. Block, H. Leontyev, and
127 and Best-Effort Jobs on Multiprocessors&quot;, <cite> Proceedings of the 19th Euromicro 120 J. Anderson. &quot;Real-Time Synchronization on Multiprocessors: To Block
128 Conference on Real-Time Systems</cite>, July 2007, to appear. 121 or Not to Block, to Suspend or Spin?&quot, in submission, October 2007.
129 <a href="http://www.cs.unc.edu/~anderson/papers/ecrts07b.ps">Postscript</a>, 122 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08a.ps">Postscript</a>,
130 <a href="http://www.cs.unc.edu/~anderson/papers/ecrts07b.pdf">PDF</a>. 123 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08a.pdf">PDF</a>.
131 </p> 124 </p>
125 <p>
126 Extended version, including all graphs:
127 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.ps">Postscript</a>,
128 <a href="http://www.cs.unc.edu/~anderson/papers/rtas08along.pdf">PDF</a>.
129 </p>
132 </li> 130 </li>
133 131
132 <li>
133 <p>
134 B. Brandenburg and J. Anderson, &quot;Integrating Hard/Soft Real-Time Tasks
135 and Best-Effort Jobs on Multiprocessors&quot;, <cite> Proceedings of the 19th Euromicro
136 Conference on Real-Time Systems</cite>, July 2007, to appear.
137 <a href="http://www.cs.unc.edu/~anderson/papers/ecrts07b.ps">Postscript</a>,
138 <a href="http://www.cs.unc.edu/~anderson/papers/ecrts07b.pdf">PDF</a>.
139 </p>
140 </li>
141
134 142
135 <li> 143 <li>
136 <p> 144 <p>
137 J. Calandrino, H. Leontyev, A. Block, U. Devi, and J. Anderson, 145 J. Calandrino, H. Leontyev, A. Block, U. Devi, and J. Anderson,
138 &quot;LITMUS<sup>RT</sup>: A Testbed for Empirically Comparing Real-Time 146 &quot;LITMUS<sup>RT</sup>: A Testbed for Empirically Comparing Real-Time
139 Multiprocessor Schedulers &quot;, <cite>Proceedings of the 27th IEEE Real-Time Systems 147 Multiprocessor Schedulers &quot;, <cite>Proceedings of the 27th IEEE Real-Time Systems
140 Symposium</cite>, pp. 111-123, December 2006. 148 Symposium</cite>, pp. 111-123, December 2006.
141 <a href="http://www.cs.unc.edu/~anderson/papers/rtss06b.ps">Postscript</a>, 149 <a href="http://www.cs.unc.edu/~anderson/papers/rtss06b.ps">Postscript</a>,
142 <a href="http://www.cs.unc.edu/~anderson/papers/rtss06b.pdf">PDF</a>. 150 <a href="http://www.cs.unc.edu/~anderson/papers/rtss06b.pdf">PDF</a>.
143 </p> 151 </p>
144 </li> 152 </li>
145 153
146 </ul> 154 </ul>
147 </p> 155 </p>
148 </div> 156 </div>
@@ -329,9 +337,6 @@ make tests
329--> 337-->
330 </div> 338 </div>
331 339
332 <hr/>
333 <div class="footer">
334
335 </div> 340 </div>
336 </body> 341 </body>
337</html> 342</html>