-
Notifications
You must be signed in to change notification settings - Fork 0
/
papers_and_talks.html
185 lines (162 loc) · 5.51 KB
/
papers_and_talks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<html>
<!-- Mirrored from www.akaros.org/akaros-web/papers_and_talks.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 20:21:45 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Akaros Home Page</title>
<link href="akaros.css" rel="stylesheet" type="text/css">
<!-- Start of Google Analytics Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22440912-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Google Analytics Code -->
</head>
<body>
<center>
<table bordercolor="#006633" border="8" width="800" cellpadding="4">
<tbody>
<tr align="CENTER">
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td>
<img src="akaros.png" width=350>
</td>
<td align="TOP">
<p>
Akaros® is an open source, GPL-licensed operating system for manycore architectures.
Our goal is to provide support for parallel and high-performance applications and to scale to a large number of cores.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=center>
This research is supported in part by the <a href=http://www.nsf.gov/>National Science Foundation</a>,
under grants <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1320005><b>#1320005</b></a> and <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1016714><b>#1016714</b></a>, and by the <a href=http://www.energy.gov/>Department of Energy</a> under grant #7086471.
</td>
</tr>
<tr>
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td valign="TOP" align="CENTER" width="25%">
<table border="0" width="100%" height=400>
<tbody>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="news.html">News</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="overview.html">Overview</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="papers_and_talks.html">Papers and Talks</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="getting_started.html">Getting Started</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="license_info.html">License Info</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="resources.html">Resources</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="community.html">Community</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="https://github.com/brho/akaros/issues">Report Bugs</a></td></tr>
</tbody>
</table>
</td>
<td valign="TOP" align="LEFT">
<center><h3>Papers and Talks</h3></center>
<hr>
<h4><b>Papers:</b></h4>
<ul>
<li><b><a href=papers_and_talks/klueska_dissert.pdf>
OS and Runtime Support for Efficiently Managing Cores in Parallel Applications</a>
</b>
<br>
<i>Kevin Klues's Dissertation, 2015</i>
<br>
<br>
<li><b><a href=papers_and_talks/rhoden_dissert.pdf>
Operating System Support for Parallel Processes</a>
</b>
<br>
<i>Barret Rhoden's Dissertation, 2014</i>
<br>
<br>
<li><b><a href=papers_and_talks/socc11-akaros.pdf>
Improving Per-Node Efficiency in the Datacenter with New OS Abstractions</a>
</b>
<br>
<i>Barret Rhoden, Kevin Klues, David Zhu, Eric Brewer
<br>
SOCC, 2011</i>
<br>
</ul>
<hr>
<h4><b>Talks:</b></h4>
<ul>
<li><b><a href=papers_and_talks/ron_RISCV_VMMCP.pdf>
Akaros Virtualization: VMs as Threads</a>
</b>
<br>
<i>Ron Minnich, 5th RISC-V Workshop, 2016</i>
<br>
<br>
<li><b><a href=papers_and_talks/klues_dissertation_talk.pdf>
OS and Runtime Support for Efficiently Managing Cores in Parallel Applications</a>
</b>
<br>
<i>Kevin Klues, Dissertation Talk, 2015</i>
<br>
<br>
<li><b><a href=papers_and_talks/rhoden_dissert_talk.pdf>
Operating System Support for Parallel Processes</a>
</b>
<br>
<i>Barret Rhoden, Dissertation Talk, 2014</i>
<br>
<br>
<li><b><a href=papers_and_talks/akaros-overview-2014-04.pdf>
Akaros: An Overview and Current Status</a>
</b>
<br>
<i>Barret Rhoden, Informal Talk, 2014</i>
<br>
<br>
<li><b><a href=papers_and_talks/brewer_hotpar13_slides.pdf>
Parallelism in the Cloud</a>
</b>
<br>
<i>Eric Brewer, Keynote at Hotpar, 2013</i>
<br>
</ul>
<hr>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr><td>
<p>
Problems with this page?<br>
Email Kevin Klues
<a href="mailto:[email protected]"><[email protected]><a>
<br>
Akaros is a registered trademark of Barret Rhoden
</p>
</td></tr>
</table>
</center>
</body>
<!-- Mirrored from www.akaros.org/akaros-web/papers_and_talks.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 20:33:20 GMT -->
</html>