-
Notifications
You must be signed in to change notification settings - Fork 5
/
thesis.bib
136 lines (136 loc) · 4.35 KB
/
thesis.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
@article{Aas-2005-2.6.8.1-scheduler,
author = {Josh Aas},
title = {Understanding the Linux 2.6.8.1 CPU Scheduler},
year = {2005},
keywords = {linux, scheduler},
owner = {bartoz},
timestamp = {2011.01.05}
}
@book{Love-2010-LKD,
author = {Robert Love},
title = {Linux Kernel Development},
year = {2010},
isbn = {0672329468, 9780672329463},
edition = {3rd},
publisher = {Addison-Wesley Professional},
owner = {bartoz},
timestamp = {2011.01.13}
}
@book{Tanenbaum-2001-MOS,
author = {Andrew S. Tanenbaum},
title = {Modern Operating Systems},
year = {2001},
isbn = {0130313580},
edition = {2nd},
publisher = {Prentice Hall PTR},
address = {Upper Saddle River, NJ, USA},
owner = {bartoz},
timestamp = {2011.01.13}
}RSDL
@thesis{Spicuglia-2010-thesis,
author = {Sebastiano Spicuglia},
title = {Definizione ed implementazione di uno scheduler adattativo in Linux},
language = {italian},
note = {(in italian)},
year = {2010},
owner = {bartoz},
timestamp = {2011.01.13}
}
@misc{Hailperin-changes-2.6.23,
author = {Max Hailperin},
title = {Changes in the Linux Scheduler as of 2.6.23},
note = {(Supplement to the book ``Operating Systems and Middleware: Supporting Controlled Interaction'')},
howpublished = "\url{http://gustavus.edu/+max/os-bookwe/updates/CFS.html}",
owner = {bartoz},
timestamp = {2011.01.13}
}
@misc{Kumar-2008-MultiprocessingCFS,
author = {Avinesh Kumar},
title = {Multiprocessing with the Completely Fair Scheduler},
year = {2008},
howpublished = "\url{http://download.boulder.ibm.com/ibmdl/pub/software/dw/linux/l-cfs/l-cfs-pdf.pdf}",
owner = {bartoz},
timestamp = {2011.01.13}
}
@misc{Jones-2009-InsideCFS,
author = {M. Tim Jones},
title = {Inside the Linux 2.6 Completely Fair Scheduler},
year = {2009},
howpublished = "\url{http://public.dhe.ibm.com/software/dw/linux/l-completely-fair-scheduler/l-completely-fair-scheduler-pdf.pdf}",
owner = {bartoz},
timestamp = {2011.01.13}
}
@article{Salehie-2009-LandscapeAndChallenges,
author = {Salehie, Mazeiar and Tahvildari, Ladan},
title = {Self-adaptive software: Landscape and research challenges},
journal = {ACM Trans. Auton. Adapt. Syst.},
volume = {4},
issue = {2},
month = {May},
year = {2009},
issn = {1556-4665},
pages = {14:1--14:42},
articleno = {14},
numpages = {42},
url = {http://doi.acm.org/10.1145/1516533.1516538},
doi = {http://doi.acm.org/10.1145/1516533.1516538},
acmid = {1516538},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Adaptation processes, research challenges, self-adaptive software, self-properties, survey},
owner = {bartoz},
timestamp = {2011.01.19}
}
@article{Kephart-2003-VisionOfAutonomic,
author = {Kephart, Jeffrey O. and Chess, David M.},
title = {The Vision of Autonomic Computing},
journal = {Computer},
volume = {36},
issue = {1},
month = {January},
year = {2003},
issn = {0018-9162},
pages = {41--50},
numpages = {10},
url = {http://dx.doi.org/10.1109/MC.2003.1160055},
doi = {http://dx.doi.org/10.1109/MC.2003.1160055},
acmid = {642200},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
owner = {bartoz},
timestamp = {2011.01.19}
}
@thesis{Santa-2007-scheduling,
author={Marco Domenico Santambrogio},
title={A scheduling problem with conditional jobs solved by cutting planes and integer linear programming},
year={2007},
owner = {bartoz},
timestamp = {2011.01.13}
}
@mastersthesis{Sironi-2010-hotSwapAdaptive,
author={Filippo Sironi},
title={Design and implementation of an hot-swap mechanism for adaptive systems},
year={2010},
school={Politecnico di Milano},
owner = {bartoz},
timestamp = {2011.01.13}
}
@inproceedings{Hoffmann-2010-heartbeats,
author = {Hoffmann, Henry and Eastep, Jonathan and Santambrogio, Marco D. and Miller, Jason E. and Agarwal, Anant},
title = {Application heartbeats: a generic interface for specifying program performance and goals in autonomous computing environments},
booktitle = {Proceeding of the 7th international conference on Autonomic computing},
series = {ICAC '10},
year = {2010},
isbn = {978-1-4503-0074-2},
location = {Washington, DC, USA},
pages = {79--88},
numpages = {10},
url = {http://doi.acm.org/10.1145/1809049.1809065},
doi = {http://doi.acm.org/10.1145/1809049.1809065},
acmid = {1809065},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {adaptive computing, self-tuning systems},
owner = {bartoz},
timestamp = {2011.01.13}
}