-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
306 lines (282 loc) · 11.2 KB
/
bibliography.bib
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
@inproceedings{Kim:2007:EAN:1260991.1261857,
author = {Kim, K. H. and Colmenares, Juan A. and Rim, Kee-Wook},
title = {Efficient Adaptations of the Non-Blocking Buffer for Event Message Communication between Real-Time Threads},
booktitle = {Proceedings of the 10th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing},
series = {ISORC '07},
year = {2007},
isbn = {0-7695-2765-5},
pages = {29--40},
numpages = {12},
url = {http://dx.doi.org/10.1109/ISORC.2007.31},
doi = {http://dx.doi.org/10.1109/ISORC.2007.31},
acmid = {1261857},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {non-blocking algorithms, event message communication, producer-consumer, concurrent programming, real-time computing systems.},
}
@inproceedings{liu09tessellation,
author = {Liu, R. and Klues, K. and Bird, S. and Hofmeyr{\dag}, S. and Asanovi\'{c}, K. and Kubiatowicz, J.},
citeulike-article-id = {4264769},
citeulike-linkout-0 = {http://www.usenix.org/events/hotpar09/tech/full_papers/liu/liu_html},
keywords = {exokernel, os},
posted-at = {2009-04-02 22:32:59},
priority = {2},
booktitle = {HotPar~'09: Proc. 1st Workshop on Hot Topics in Parallelism},
pdf = {http://research.sun.com/scalable/pubs/HotPar2009-C++Exceptions.pdf},
year = {2009},
month = {March},
title = {Tessellation: Space-Time Partitioning in a Manycore Client OS},
url = {http://www.usenix.org/events/hotpar09/tech/full_papers/liu/liu_html}
}
@inproceedings{tessellation-hotpar10,
author = {Juan A. Colmenares and Sarah Bird and Henry Cook and Paul Pearce and David Zhu and John Shalf and Steven Hofmeyr and Krste Asanovi\'c and John Kubiatowicz},
title = {Resource management in the {Tessellation} manycore {OS}},
booktitle = {Proceedings of the 2nd USENIX Workshop on Hot Topics in Parallelism (HotPar'10)},
month = {June},
year = {2010},
address = {Berkeley, CA, USA},
}
@inproceedings{ibos,
author = {Shuo Tang and Haohui Mai and Samuel T. King},
title = {Trust and Protection in the Illinois Browser Operating System},
booktitle = {Proceedings of the Ninth Symposium on Operating Systems Design and Implementation (OSDI 2010)},
month = {October},
year = {2010},
address = {Vancouver, BC, Canada},
}
@misc{qtembedded,
title = {Qt for Embedded Linux},
key = "Qt",
howpublished = "\url{http://doc.trolltech.com/4.7/qt-embedded-linux.html}",
note = "[Online; accessed 15-Dec-2010]"
}
@misc{sunspider,
title = {SunSpider Javascript Benchmark},
key = "sunspider",
howpublished = "\url{http://www2.webkit.org/perf/sunspider/sunspider.html}",
note = "[Online; accessed 14-Dec-2010]"
}
@misc{kraken,
title = {Kraken JavaScript Benchmark},
key = "kraken",
howpublished = "\url{http://krakenbenchmark.mozilla.org/}",
note = "[Online; accessed 14-Dec-2010]"
}
@misc{v8benchmark,
title = {V8 Benchmark Suite v6},
key = "v8benchmark",
howpublished = "\url{http://v8.googlecode.com/svn/data/benchmarks/v6/run.html}",
note = "[Online; accessed 14-Dec-2010]"
}
@misc{cpusets,
title = {Cpuset},
key="cpuset",
howpublished = "\url{http://www.kernel.org/doc/man-pages/online/pages/man7/cpuset.7.html}",
note = "[Online; accessed 15-Dec-2010]"
}
@inproceedings{DBLP:conf/osdi/YangLBKM08,
author = {Ting Yang and
Tongping Liu and
Emery D. Berger and
Scott F. Kaplan and
J. Eliot B. Moss},
title = {Redline: First Class Support for Interactivity in Commodity
Operating Systems},
booktitle = {OSDI},
year = {2008},
pages = {73-86},
ee = {http://www.usenix.org/events/osdi08/tech/full_papers/yang/yang.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@incollection{Jones:2001:ORR:383802.383914,
author = {Jones, Michael B. and Barrera,III, Joseph S. and Forin, Alessandro and Leach, Paul J. and Ro\c{s}u, Daniela and Ro\c{s}u, Marcel-Catalin},
chapter = {An overview of the Rialto real-time architecture},
title = {Readings in multimedia computing and networking},
editor = {Jeffay, Kevin and Zhang, HongJiang},
year = {2001},
isbn = {1-55860-651-3},
pages = {467--474},
numpages = {8},
url = {http://portal.acm.org/citation.cfm?id=383802.383914},
acmid = {383914},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@MISC{Leslie97thedesign,
author = {Ian Leslie and Derek McAuley and Richard Black and Timothy Roscoe and Paul Barham and David Evers and Robin Fairbairns and Eoin Hyden},
title = {The Design and Implementation of an Operating System to Support Distributed Multimedia Applications},
year = {1997}
}
@article{Yoo:2009:RPD:1618617.1618723,
author = {Yoo, Jeong-Ki and Lee, Bum-Joo and Kim, Jong-Hwan},
title = {Recent progress and development of the humanoid robot HanSaRam},
journal = {Robot. Auton. Syst.},
volume = {57},
issue = {10},
month = {October},
year = {2009},
issn = {0921-8890},
pages = {973--981},
numpages = {9},
url = {http://portal.acm.org/citation.cfm?id=1618617.1618723},
doi = {10.1016/j.robot.2009.07.012},
acmid = {1618723},
publisher = {North-Holland Publishing Co.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {3D-LIPM, Humanoid robot, Humanoid simulator, Modifiable walking pattern, Task planning, ZMP variation},
}
@INPROCEEDINGS{Kaneko04humanoidrobot,
author = {Kenji Kaneko and Fumio Kanehiro and Shuuji Kajita and Hirohisa Hirukawa and Toshikazu Kawasaki and Masaru Hirata and Kazuhiko Akachi and Takakatsu Isozumi},
title = {Humanoid robot HRP-2},
booktitle = {In IEEE Int. Conf. Rob. Aut},
year = {2004},
pages = {1083--1090}
}
@inproceedings{linux:osdi10,
title = {An Analysis of Linux Scalability to Many Cores},
author = {Silas Boyd-Wickizer and Austin Clements and Yandong Mao and Aleksey
Pesterev and M. Frans Kaashoek and Robert Morris and Nickolai Zeldovich},
booktitle = {Proceedings of the 9th {USENIX} {S}ymposium on {O}perating
{S}ystems {D}esign and {I}mplementation ({OSDI} '10)},
year = {2010},
month = {October},
address = {Vancouver, Canada},
}
@inproceedings{linux-intel,
title = {Linux multi-core scalability},
author = {Andi Kleen},
booktitle = {Proceedings of Linux Kongress},
year = {2009},
month = {October},
}
@INPROCEEDINGS{ kato:airs:,
author = "Shinpei Kato and Ragunathan Rajkumar and Yutaka Ishikawa",
title = "AIRS: Supporting Interactive Real-Time Applications on Multicore Platforms.",
booktitle = "ECRTS'10",
pages = {47-56},
year = {2010}
}
@article{Wentzlaff:2009:FOS:1531793.1531805,
author = {Wentzlaff, David and Agarwal, Anant},
title = {Factored operating systems (fos): the case for a scalable operating system for multicores},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {43},
issue = {2},
month = {April},
year = {2009},
issn = {0163-5980},
pages = {76--85},
numpages = {10},
url = {http://doi.acm.org/10.1145/1531793.1531805},
doi = {http://doi.acm.org/10.1145/1531793.1531805},
acmid = {1531805},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {factored operating system, multicore operating systems},
}
@inproceedings{Boyd-Wickizer:2008:COS:1855741.1855745,
author = {Boyd-Wickizer, Silas and Chen, Haibo and Chen, Rong and Mao, Yandong and Kaashoek, Frans and Morris, Robert and Pesterev, Aleksey and Stein, Lex and Wu, Ming and Dai, Yuehua and Zhang, Yang and Zhang, Zheng},
title = {Corey: an operating system for many cores},
booktitle = {Proceedings of the 8th USENIX conference on Operating systems design and implementation},
series = {OSDI'08},
year = {2008},
location = {San Diego, California},
pages = {43--57},
numpages = {15},
url = {http://portal.acm.org/citation.cfm?id=1855741.1855745},
acmid = {1855745},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@INPROCEEDINGS{Schüpbach08embracingdiversity,
author = {Adrian Schüpbach and Simon Peter and Andrew Baumann and Timothy Roscoe and Paul Barham and Tim Harris and Rebecca Isaacs},
title = {Embracing diversity in the Barrelfish manycore operating system},
booktitle = {In Proceedings of the Workshop on Managed Many-Core Systems},
year = {2008}
}
@article{Pan:2010:CPS:1809028.1806639,
author = {Pan, Heidi and Hindman, Benjamin and Asanovi\'{c}, Krste},
title = {Composing parallel software efficiently with lithe},
journal = {SIGPLAN Not.},
volume = {45},
issue = {6},
month = {June},
year = {2010},
issn = {0362-1340},
pages = {376--387},
numpages = {12},
url = {http://doi.acm.org/10.1145/1809028.1806639},
doi = {http://doi.acm.org/10.1145/1809028.1806639},
acmid = {1806639},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {composability, cooperative scheduling, hierarchical scheduling, oversubscription, parallelism, resource management, user-level scheduling},
}
@inproceedings{Pan:2010:CPS:1806596.1806639,
author = {Pan, Heidi and Hindman, Benjamin and Asanovi\'{c}, Krste},
title = {Composing parallel software efficiently with lithe},
booktitle = {Proceedings of the 2010 ACM SIGPLAN conference on Programming language design and implementation},
series = {PLDI '10},
year = {2010},
isbn = {978-1-4503-0019-3},
location = {Toronto, Ontario, Canada},
pages = {376--387},
numpages = {12},
url = {http://doi.acm.org/10.1145/1806596.1806639},
doi = {http://doi.acm.org/10.1145/1806596.1806639},
acmid = {1806639},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {composability, cooperative scheduling, hierarchical scheduling, oversubscription, parallelism, resource management, user-level scheduling},
}
@inproceedings{Engler:1995:EOS:224056.224076,
author = {Engler, D. R. and Kaashoek, M. F. and O'Toole,Jr., J.},
title = {Exokernel: an operating system architecture for application-level resource management},
booktitle = {Proceedings of the fifteenth ACM symposium on Operating systems principles},
series = {SOSP '95},
year = {1995},
isbn = {0-89791-715-4},
location = {Copper Mountain, Colorado, United States},
pages = {251--266},
numpages = {16},
url = {http://doi.acm.org/10.1145/224056.224076},
doi = {http://doi.acm.org/10.1145/224056.224076},
acmid = {224076},
publisher = {ACM},
address = {New York, NY, USA},
}
[download]
@article{Engler:1995:EOS:224057.224076,
author = {Engler, D. R. and Kaashoek, M. F. and O'Toole,Jr., J.},
title = {Exokernel: an operating system architecture for application-level resource management},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {29},
issue = {5},
month = {December},
year = {1995},
issn = {0163-5980},
pages = {251--266},
numpages = {16},
url = {http://doi.acm.org/10.1145/224057.224076},
doi = {http://doi.acm.org/10.1145/224057.224076},
acmid = {224076},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Lauer:1979:DOS:850657.850658,
author = {Lauer, Hugh C. and Needham, Roger M.},
title = {On the duality of operating system structures},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {13},
issue = {2},
month = {April},
year = {1979},
issn = {0163-5980},
pages = {3--19},
numpages = {17},
url = {http://doi.acm.org/10.1145/850657.850658},
doi = {http://doi.acm.org/10.1145/850657.850658},
acmid = {850658},
publisher = {ACM},
address = {New York, NY, USA},
}