-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththesis.bib
1291 lines (1106 loc) · 50.6 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
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Proceedings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SOSP %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{mach87ulvm,
author = "Michael Young and Avadis Tevanian and Richard Rashid
and David Golub and Jeffrey Eppinger and Jonathan Chew
and William Bolosky and David Black and Robert Baron",
title = "The duality of memory and communication in the implementation of a multiprocessor operating system",
booktitle = "Proceedings of the eleventh ACM Symposium on Operating systems principles (SOSP)",
month = nov,
year = "1987",
pages = "63--76",
publisher = {ACM Press}
}
@InProceedings{tucker89procctrl,
author = "Andrew Tucker and Anoop Gupta",
title = "Process control and scheduling issues for multiprogrammed shared-memory multiprocessors",
booktitle = "Proceedings of the twelfth ACM Symposium on Operating systems principles (SOSP)",
month = dec,
year = "1989",
pages = "159--66",
publisher = {ACM Press}
}
@inproceedings{marsh91firstclass,
author = {Brian D. Marsh and Michael L. Scott and Thomas J. LeBlanc and Evangelos P. Markatos},
title = "First-class user-level threads",
booktitle = "Proceedings of the thirteenth ACM Symposium on Operating systems principles (SOSP)",
month = oct,
pages = "110--121",
year = "1991",
publisher = {ACM Press}
}
@InProceedings{anderson91schedact,
author = "Thomas E. Anderson and Brian N. Bershad and Edward D. Lazowska and Henry M. Levy",
title = "Scheduler activations: Effective kernel support for the user-level management of parallelism",
booktitle = "Proceedings of the thirteenth ACM Symposium on Operating systems principles (SOSP)",
month = oct,
pages = "95--109",
year = "1991",
publisher = "ACM Press",
}
@InProceedings{liedtke93improvingipc,
author = "Jochen Liedtke",
title = "Improving {IPC} by kernel design",
booktitle = "Proceedings of the fourteenth ACM Symposium on Operating systems principles (SOSP)",
month = dec,
pages = "175--188",
year = "1993",
publisher = "ACM Press"
}
@inproceedings{engler95exokernel,
author = "Dawson R. Engler and M. Frans Kaashoek and James O'Toole",
title = "Exokernel: An operating system architecture for application-level resource management",
booktitle = "Proceedings of the fifteenth ACM Symposium on Operating systems principles (SOSP)",
month = dec,
pages = "251--266",
year = "1995",
publisher = {ACM Press}
}
@inproceedings{liedtke95mkconstruction,
author = "Jochen Liedtke",
title = "On {$\mu$}-kernel construction",
booktitle = "Proceedings of the fifteenth ACM Symposium on Operating systems principles (SOSP)",
month = dec,
pages = "237--250",
year = "1995",
publisher = {ACM Press}
}
@inproceedings{bershad95extensibility,
author = "Brian N. Bershad and Craig Chambers and David Becker and Emin Gun Sirer and Marc Fiuczynski and Stefan
Savage and Susan Eggers",
title = "Extensibility, safety and performance in the {SPIN} operating system",
booktitle = "Proceedings of the fifteenth ACM Symposium on Operating systems principles (SOSP)",
month = dec,
pages = "267--284",
year = "1995",
publisher = {ACM Press}
}
@InProceedings{haertig97performancemicrokernelbasedsystems,
author = {Hermann {H\"artig} and Michael Hohmuth and Jochen Liedtke and Sebastian {Sch\"onberg} and Jean Wolter},
title = "The performance of {$\mu$}-based systems",
booktitle = "Proceedings of the sixteenth ACM Symposium on Operating systems principles (SOSP)",
month = oct,
pages = "66--77",
year = "1997",
publisher = {ACM Press}
}
@InProceedings{bellosa97followon,
author = "Frank Bellosa",
title = "Follow-On scheduling: Using {TLB} information to reduce cache misses",
booktitle = "Proceedings of the sixteenth ACM Symposium on Operating systems principles (SOSP), Work in Progress Session",
month = oct,
year = "1997",
publisher = {ACM Press}
}
@InProceedings{anderson97contprof,
author = "Jennifer M. Anderson and Lance M. Berc and Jeffrey
Dean and Sanjay Ghemawat and Monika R. Henzinger and
Shun-Tak A. Leung and Richard L. Sites and Mark T.
Vandevoorde and Carl A. Waldspurger and William E. Weihl",
title = "Continuous profiling: Where have all the cycles gone?",
booktitle = "Proceedings of the sixteenth ACM Symposium on Operating systems principles (SOSP)",
pages = "357--390",
month = oct,
year = "1997",
publisher = {ACM Press}
}
@InProceedings{barham03xen,
author = "Paul Barham and Boris Dragovic and Keir Fraser and
Steven Hand and Tim Harris and Alex Ho and Neugebauer
Neugebauer",
title = "Xen and the art of virtualization" ,
pages = "164-177",
month = oct,
booktitle = "Proceedings of the nineteenth ACM Symposium on Operating systems principles (SOSP)",
year = "2003",
publisher = {ACM Press}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SIGOPS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{fedorova04cpi,
author = {Alexandra Fedorova, Christopher Small, Daniel Nussbaum and Margo Seltzer},
title = {Chip multithreading systems need a new operating system scheduler},
booktitle = "Proceedings of the eleventh ACM SIGOPS European Workshop",
month = {September},
year = {2004},
url = {http://www.eecs.harvard.edu/~fedorova/papers/sigops-final.pdf}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% OSDI %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{tamches99finegrained,
author = "Ariel Tamches and Barton P. Miller",
title = "Fine-Grained Dynamic Instrumentation of Commodity Operating System Kernels",
booktitle = "Proceedings of the fourth USENIX Symposium on Operating systems design and implementation (OSDI)",
pages = "117-130",
month = feb,
year = "1999",
publisher = {USENIX Association}
}
@inproceedings{ banga99resource,
author = "Gaurav Banga and Peter Druschel and Jeffrey C. Mogul",
title = "Resource containers: A new facility for resource management in server systems",
booktitle = "Proceedings of the fourth USENIX Symposium on Operating systems design and implementation (OSDI)",
pages = "45-58",
month = feb,
year = "1999",
publisher = {USENIX Association}
}
@inproceedings{greenwald96synergy,
author = "Michael Greenwald and David Cheriton",
title = "The synergy between non-blocking synchronization and operating system structure",
booktitle = "Proceedings of the second USENIX Symposium on Operating systems design and implementation (OSDI)",
month = oct,
year = "1996",
pages = "123--136",
publisher = {USENIX Association}
}
@InProceedings{levasseur04unmodifieddriverreuse,
author = {Joshua LeVasseur and Volkmar Uhlig and Jan Stoess and Stefan G\"otz},
title = "Unmodified device driver reuse and improved system dependability via virtual machines",
booktitle = "Proceedings of the sixth USENIX Symposium on Operating systems design and implementation (OSDI)",
month = dec,
year = "2004",
publisher = {USENIX Association},
}
@InProceedings{spatschek94scoutpaths,
author = "Oliver Spatscheck and Larry L. Peterson",
title = "Defending against denial of service attacks in scout",
pages = "59--72",
booktitle = "Proceedings of the third USENIX Symposium on Operating systems design and implementation (OSDI)",
month = "February",
year = "1999",
publisher = {USENIX Association},
}
@InProceedings{seltzer96vino,
author = "Margo I. Seltzer and Yasuhiro Endo and Small Small and Keith A. Smith",
title = "Dealing with disaster: Surviving misbehaved kernel extensions",
booktitle = "Proceedings of the second USENIX Symposium on Operating systems design and implementation (OSDI)",
month = oct,
year = "1996",
pages = "213--228",
publisher = {USENIX Association}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% USENIX Annual %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{yaghmour00logging,
author = "Karim Yaghmour and Mchel R. Dagenais",
title = "Measuring and characterizing system behaviour using kernel-event logging",
booktitle = "Proceedings of the {USENIX} annual technical conference",
month = jun,
year = "2000",
pages = "13--26",
publisher = {USENIX Association}
}
@inproceedings{cantrill04dtrace,
author = {Bryan Cantrill and Michael W. Shapiro and Adam H. Leventhal},
title = {Dynamic Instrumentation of Production Systems.},
booktitle = "Proceedings of the USENIX annual technical conference)",
month = jun,
year = {2004},
pages = {15-28},
publisher = {USENIX Association}
}
@InProceedings{franke01pmqs,
author = "Hubertus Franke and Shailabh Nagar and Mike Kravetz
and Rajan Ravindran",
title = "{PMQS}: Scalable {Linux} Scheduling for High End
Servers",
booktitle = "Proceedings of the fifth annual Linux showcase and conference",
month = nov,
year = "2001",
publisher = {USENIX Association}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% USENIX Wiess %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{haeberlen00stubcode,
author = "Andreas Haeberlen and Jochen Liedtke and Yoonho Park and Lars Reuther and Volkmar Uhlig",
title = "{Stub-Code} Performance Is Becoming Important",
pages = "31--38",
booktitle = "First Workshop on Industrial Experiences with Systems Software ({WIESS}-00)",
month = oct,
year = "2000",
publisher = {USENIX Association}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ASPLOS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{harty92appvm,
author = "Kieran Harty and David R. Cheriton",
title = "Application-controlled physical memory using external page-cache management",
booktitle = "Proceedings of the fifth international conference on Architectural support for programming languages and operating systems (ASPLOS)",
month = oct,
year = "1992",
pages = "187--197",
publisher = {ACM Press}
}
@InProceedings{weissman98perfctr,
author = "Boris Weissman",
title = "Performance counters and state sharing annotations: A unified approach to thread locality",
booktitle = "Proceedings of the eigth international conference on Architectural support for programming languages and operating systems (ASPLOS)",
pages = "127--138",
month = oct,
year = "1998",
publisher = {ACM Press}
}
@InProceedings{chandra94migration,
author = "Rohit Chandra and Scott Devine and Ben Verghese and Anoop Gupta and Mendel Rosenblum",
title = "Scheduling and page migration for multiprocessor compute servers",
booktitle = "Proceedings of the sixth international conference on Architectural support for programming languages and operating systems (ASPLOS)",
pages = "12--24",
month = oct,
year = "1994",
publisher = {ACM Press}
}
@InProceedings{verghese96locality,
author = "Ben Verghese and Scott Devine and Anoop Gupta and Mendel Rosemblum",
title = "Operating system support for improving data locality on {CC-NUMA} compute servers",
booktitle = "Proceedings of the seventh international conference on Architectural support for programming languages and operating systems (ASPLOS)",
pages = "279--289",
month = oct,
year = "1996",
publisher = {ACM Press}
}
@InProceedings{verghese98perfiso,
author = "Ben Verghese and Anoop Gupta and Mendel Rosenblum",
title = "Performance isolation: Sharing and isolation in shared-memory multiprocessors",
booktitle = "Proceedings of the eigth international conference on Architectural support for programming languages and operating systems (ASPLOS)",
month = oct,
pages = "181--192",
year = "1998",
publisher = {ACM Press}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SIGMETRICS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{anderson89threads,
author = "Thomas Anderson and Edward Lazowska and Henry Levy",
title = "The performance implications of thread management
alternatives for shared-memory multiprocessors",
booktitle = {Proceedings of the 1989 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
pages = "49--60",
month = May,
year = "1989",
publisher = {ACM Press}
}
@inproceedings{gupta91impact,
author = {Anoop Gupta and Andrew Tucker and Shigeru Urushibara},
title = {The impact of operating system scheduling policies and synchronization methods of performance on parallel applications},
booktitle = {Proceedings of the 1991 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
month = may,
year = {1991},
pages = {120--132},
publisher = {ACM Press}
}
@inproceedings{zhou91poolbased,
author = {Songnian Zhou and Timothy Brecht},
title = {Processor-pool-based scheduling for large-scale NUMA multiprocessors},
booktitle = {Proceedings of the 1991 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
month = may,
year = {1991},
pages = {133--142},
publisher = {ACM Press}
}
@InProceedings{sevcik89characterizations,
author = "Kenneth C. Sevcik",
title = "{Characterizations of parallelism in applications and their use in scheduling}",
booktitle = {Proceedings of the 1989 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
month = may,
year = "1989",
pages = "171--180",
publisher = {ACM Press}
}
@InProceedings{leutenegger90performance,
author = "Scott T. Leutenegger and Mary K. Vernon",
title = "{The performance of multiprogrammed multiprocessor scheduling policies}",
booktitle = {Proceedings of the 1990 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
month = may,
year = "1990",
pages = "226--36",
publisher = {ACM Press}
}
@InProceedings{majumdar88scheduling,
author = "Shikharesh Majumdar and Derek L. Eager and Richard B. Bunt",
title = "Scheduling in multiprogrammed parallel systems",
booktitle = {Proceedings of the 1988 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
pages = "104--113",
month = may,
year = "1988",
publisher = {ACM Press}
}
@InProceedings{zahorjan90procsched,
author = "John Zahorjan and Cathy McCann",
title = "Processor scheduling in shared memory multiprocessors",
booktitle = {Proceedings of the 1990 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
pages = "214--225",
month = may,
year = "1990",
publisher = {ACM Press}
}
@InProceedings{torrellas93affinity,
author = "Josep Torrellas and Andrew Tucker and Anoop Gupta",
title = "Benefits of cache-affinity scheduling in shared-memory multiprocessors",
booktitle = {Proceedings of the 1993 ACM conference on Measurement and modeling of computer systems (SIGMETRICS)},
pages = "272--274",
month = jun,
year = "1993",
publisher = {ACM Press}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Linux Symposium %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{nagar03classbased,
author = "Hubertus Franke and Shailabh Nagar and Jonghyuk Choi and Chandra Seetharaman and Scott Kaplan and Nivedita Singhvi and Vivek Kashyap
and Mike Kravetz",
title = "Class-based prioritized resource control in linux",
booktitle = "Proceedings of the Linux Symposium",
month = jul,
pages = "150--169",
year = "2003"
}
@InProceedings{zanussi03relayfs,
author = "Tom Zanussi and Karim Yaghmour and Robert Wisniewski and Richard Moore and Michel Dagenais",
title = "{relayfs}: An efficient unified approach for transmitting data",
booktitle = "Proceedings of the Linux Symposium",
month = jul,
pages = "494--507",
year = "2003"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% HotOS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{liedtke01lazyswitching,
author = {Jochen Liedtke and Horst Wenske},
title = {Lazy process switching},
booktitle = {Proceedings of the eighth IEEE workshop on Hot Topics in Operating Systems (HotOS)},
pages = "15--20",
month = may,
year = {2001},
publisher = {IEEE Computer Society Press},
}
@InProceedings{druschel97ekl,
author = "Peter Druschel and Vivek S. Pai and Willy Zwaenepoel",
title = "Extensible kernels are leading {OS} research astray",
booktitle = {Proceedings of the sixth IEEE workshop on Hot Topics in Operating Systems (HotOS)},
pages = "38--42",
month = may,
year = {1997},
publisher = {IEEE Computer Society Press},
}
@InProceedings{neugebauer01nemesisenergy,
author = "Rolf Neugebauer and Derek McAuley",
title = "Energy is just another resource: Energy accounting and energy pricing in the {Nemesis OS}",
booktitle = {Proceedings of the eighth IEEE workshop on Hot Topics in Operating Systems (HotOS)},
pages = "67--74",
month = may,
year = "2001",
publisher = {IEEE Computer Society Press},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% IPPS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{nguyen96runtimeworkload,
author = "Thu D. Nguyen and Raj Varwani and John Zahorjan",
title = "Using Runtime Measured Workload Characteristics in
Parallel Processor Scheduling",
booktitle = {Proceedings of the 1996 IPPS Workshop on Job scheduling strategies for parallel processing (IPPS)},
pages = "155--174",
month = apr,
year = "1996",
publisher = "Springer-Verlag"
}
@InProceedings{gibbons97hap,
author = "Richard Gibbons",
title = "A historical application profiler for use by parallel schedulers",
booktitle = {Proceedings of the 1997 IPPS Workshop on Job scheduling strategies for parallel processing (IPPS)},
pages = "58--77",
month = apr,
year = "1997",
publisher = "Springer-Verlag"
}
@InProceedings{barton95scalable,
author = "James M. Barton and Nawaf Bitar",
title = "A scalable multi-discipline, multiple-processor scheduling framework for {IRIX}",
booktitle = {Proceedings of the 1995 IPPS workshop on Job scheduling strategies for parallel processing (IPPS)},
pages = "24--40",
month = apr,
year = "1995",
publisher = "Springer-Verlag"
}
@InCollection{feitelson95job,
author = "Dror G. Feitelson and Larry Rudolph",
title = "Parallel job scheduling: Issues and approaches",
booktitle = {Proceedings of the 1995 IPPS workshop on Job scheduling strategies for parallel processing (IPPS)},
pages = "1--18",
month = apr,
year = "1995",
publisher = "Springer-Verlag"
}
@InCollection{feitelson97theoryandpractice,
author = "Dror G. Feitelson and Larry Rudolph and Uwe Schwiegelshohn and Kenneth C. Sevcik and Parkson Wong",
title = "Theory and practice in parallel job scheduling",
booktitle = {Proceedings of the 1997 IPPS Workshop on Job scheduling strategies for parallel processing (IPPS)},
pages = "1--34",
month = apr,
year = "1997",
publisher = "Springer-Verlag"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ISORC %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{mahrenholz02program,
author = "Daniel Mahrenholz and Olaf Spinczyk and Wolfgang Schr{\"o}der-Preikschat",
title = "Program instrumentation for debugging and monitoring with {Aspect} {C}",
booktitle = "International Symposium on Object-oriented Real-time distributed Computing (ISORC)",
pages = "249--256",
month = apr,
year = "2002",
publisher = {IEEE Computer Society},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% IPDPS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@InProceedings{batat00comem,
author = "Anan Batat and Dror. G. Feitelson",
title = "Gang scheduling with memory considerations",
booktitle = {Proceedings of the fourteenth International Parallel and distributed processing symposium ({IPDPS}-00)},
pages = "109--114",
month = may,
year = "2000",
publisher = {IEEE Computer Society},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PACT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{hollingsworth97mdl,
author = "Jeffrey K. Hollingsworth and Barton P. Miller and
Marcelo J. R. Goncalves and Oscar Naim and Zhichen Xu and Ling Zheng",
title = {MDL: A Language And Compiler For Dynamic Program Instrumentation},
booktitle = {Proceedings of the 1997 International Conference on Parallel Architectures and Compilation Techniques ({PACT}},
month = sep,
year = {1997},
pages = {201-213},
publisher = {IEEE Computer Society},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ACSAC %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{aron01sawmillvm,
author = {Mohit Aron and Jochen Liedtke and Kevin Elphinstone and Yoonho Park and Trent Jaeger and Luke Deller},
title = {The sawmill framework for virtual memory diversity},
booktitle = {Proceedings of the sixth Australasian conference on Computer systems architecture (ACSAC)},
pages = {3--10},
month = dec,
year = {2001},
publisher = {IEEE Computer Society}
}
@InProceedings{haeberlen03kernelmemory,
author = {Andreas Haeberlen and Kevin Elphinstone},
title = {User-level Management of Kernel Memory},
booktitle = {Proceedings of the eighth Asia-Pacific Computer Systems Architecture Conference (APSEC)},
month = sep # "~24--26",
year = 2003,
pages = {277--289},
publisher = "Springer-Verlag"
}
@inproceedings{elphinstone04futuremk,
author = {Kevin Elphinstone},
title = {Future directions in the evolution of the {L4} microkernel},
booktitle = {Proceedings of the NICTA workshop on OS verification 2004},
month = oct,
year = {2004},
publisher = {National ICT Australia}
}
@inproceedings{ousterhout82scheduling,
author = "John K. Ousterhout",
title = "{Scheduling Techniques for Concurrent Systems}",
booktitle = "Proceedings of the third International Conference on Distributed Computing Systems (ICDCS)",
year = "1982",
month = oct,
pages = "22--30",
publisher = {IEEE Computer Society}
}
@inproceedings{ rudolph91simple,
author = "Larry Rudolph and Miriam Slivkin-Allalouf and Eli Upfal",
title = "A Simple Load Balancing Scheme for Task Allocation in Parallel Machines",
booktitle = "{ACM} Symposium on Parallel Algorithms and Architectures (SPPA)",
pages = "237-245",
month = jul,
year = "1991",
publisher = {ACM Press}
}
@incollection{sobalvarro95demandbased,
author = "Patrick G. Sobalvarro and William E. Weihl",
title = "Demand-Based Coscheduling of Parallel Jobs on Multiprogrammed Multiprocessors",
booktitle = "Job Scheduling Strategies for Parallel Processing (JSSPP)",
pages = "106--126",
month = apr,
year = "1995",
publisher = "Springer-Verlag",
}
@InProceedings{uhlig04scalablevms,
author = {Volkmar Uhlig and Joshua LeVasseur and Espen Skoglund and
Uwe Dannowski},
title = {Towards Scalable Multiprocessor Virtual Machines},
booktitle = {Proceedings of the third Virtual Machine Research and Technology Symposium},
month = May # "~6--7",
year = 2004,
pages = {43--56},
publisher = {USENIX Association}
}
@InProceedings{wisniewski03perfmon,
author = "Robert W. Wisniewski and Bryan Rosenburg",
title = "Efficient, Unified, and Scalable Performance Monitoring for Multiprocessor Operating Systems",
booktitle = "Proceedings of the 2003 ACM/IEEE conference on Supercomputing (SC2003)",
pages = "15-21",
month = apr,
year = "2003",
publisher = "ACM Press and IEEE Computer Society Press",
}
@inproceedings{wisniewski95modelandtools,
author = {Robert W. Wisniewski and Luis F. Stevens},
title = {A model and tools for supporting parallel real-time applications in Unix environments.},
booktitle = {Proceedings of the first IEEE Real Time Technology and Applications Symposium},
month = may,
year = {1995},
pages = {126-133},
publisher = {IEEE Computer Society}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Transactions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% acm %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Article{liedtke96towardsrealmicrokernels,
author = {Jochen Liedtke},
title = {Toward Real Microkernels},
journal = {Communications of the ACM},
volume = {39},
number = {9},
pages = {70--77},
month = sep,
year = 1996,
publisher = {ACM Press}
}
@article{kontothanassis97schedulerconscious,
author = "Leonidas I. Kontothanassis and Robert W. Wisniewski and Michael L. Scott",
title = "Scheduler-Conscious Synchronization",
journal = "ACM Transactions on Computer Systems",
volume = "15",
number = "1",
pages = "3--40",
month = feb,
year = "1995",
publisher = {ACM Press}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Article{feitelson95coruntime,
author = "Dror~G. Feitelson and Larry Rudolph",
title = "{Coscheduling Based on Run-Time Identification of
Activity Working Sets}",
journal = "International Journal of Parallel Programming",
year = "1995",
month = apr,
volume = "23",
number = "2",
pages = "136--160",
publisher = "Springer-Verlag"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% IEEE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Article{feitelson90distributedhierarchical,
author = "Dror G. Feitelson and Larry Rudolph",
title = "Distributed Hierarchical Control for Parallel Processing",
journal = "IEEE Computer",
volume = "23",
number = "5",
pages = "65",
month = May,
year = "1990",
publisher = {IEEE Computer Society Press}
}
@Article{eager89speedup,
author = "Derek L. Eager and John Zahorjan and Edward. D. Lazowska",
title = "Speedup versus efficiency in parallel systems",
journal = "IEEE Transactions on Computers",
volume = "38",
number = "3",
pages = "408",
month = may,
year = "1989",
publisher = {IEEE Computer Society Press}
}
@Article{black90sched,
author = "David. L. Black",
title = "Scheduling support for concurrency and parallelism in the mach operating system",
journal = "IEEE Computer",
volume = "23",
number = "5",
month = may,
pages = "35",
year = "1990",
publisher = {IEEE Computer Society Press}
}
@article{ miller95paradyn,
author = {Barton P. Miller and Mark D. Callaghan and Joanthan M. Cargille and Jeffrey K. Hollingsworth
and R. Bruce Irvin and Karen L. Karavanic and Krishna Kunchithapadam and Tia Newhall},
title = "The paradyn parallel performance measurement tool",
journal = "IEEE Computer",
volume = "28",
month = nov,
number = "11",
pages = "37-46",
year = "1995",
publisher = {IEEE Computer Society Press}
}
@Article{squillante93cacheaffinity,
author = "M. S. Squillante and E. D. Lazowska",
title = "Using processor cache affinity information in shared-memory multiprocessor scheduling",
journal = "IEEE Transactions on Parallel and Distributed Systems",
volume = "4",
number = "2",
pages = "131--143",
month = feb,
year = "1993",
publisher = {IEEE Computer Society Press}
}
@Article{ghosal91pws,
author = "Dipak Ghosal and Giuseppe Serazzi and Satish K. Tripathi",
title = "The processor working set and its use in scheduling multiprocessor systems",
journal = "IEEE Transactions on Software Engineering",
volume = "17",
month = may,
number = "5",
pages = "443",
year = "1991",
publisher = {IEEE Computer Society Press},
}
@Article{casavant94taxonomy,
author = "Thomas L. Casavant and Jon G. Kuhl",
title = "A taxonomy of scheduling in general-purpose distributed computing systems",
journal = "IEEE Transactions on Software Engineering",
number = "2",
month = feb,
volume = "14",
year = "1988",
pages = "141--154",
publisher = {IEEE Computer Society Press}
}
@article{kunz91influence,
author = "Thomas Kunz",
title = "The influence of different workload descriptions on a heuristic load balancing scheme",
journal = "IEEE Transactions on Software Engineering",
volume = "17",
number = "7",
month = jul,
pages = "725--730",
year = "1991",
publisher = {IEEE Computer Society Press}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% wiley %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Article{barak85distlb,
author = "Amnon Barak and Amnon Shiloh",
title = "A distributed load-balancing policy for a multicomputer",
journal = "Software Practice \& Experience",
volume = "15",
month = nov,
number = "9",
pages = "901",
year = "1985",
publisher = {John Wiley \& Sons, Ltd.}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% elsevier %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Article{bellosa96locality,
author = "Frank Bellosa and Martin Steckermeier",
title = "The Performance Implications of Locality Information
Usage in Shared-Memory Multiprocessors",
journal = "Journal of Parallel and Distributed Computing",
volume = "37",
number = "1",
month = aug,
year = "1996",
pages = "113--121",
publisher = {Elsevier}
}
@article{brecht96using,
author = "Tim Brecht and Kaushik Guha",
title = "Using Parallel Program Characteristics in Dynamic Processor Allocation Policies",
journal = "Performance Evaluation",
volume = "27/28",
number = "4",
pages = "519-539",
month = oct,
year = "1996",
publisher = {Elsevier}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% elsevier %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{gomaa04heatandrun,
author = {Mohamed Gomaa and Michael D. Powell and T. N. Vijaykumar},
title = {Heat-and-run: leveraging {SMT} and {CMP} to manage power density through the operating system},
journal = {ACM SIGARCH Computer Architecture News},
volume = {32},
number = {5},
year = {2004},
pages = {260--270},
publisher = {ACM Press},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% White Papers %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@misc{k4201scheduling,
author = "Jonathan Appavoo and Marc Auslander and Dilma DaSilva and David Edelsohn and Orran Krieger
and Michael Ostrowski and Bryan Rosenburg and Robert Wisniewski and Jimi Xenidis",
title = "Scheduling in {K42}",
howpublished = "White Paper",
organization = {IBM Research},
month = aug,
year = {2002}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Thesis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@MastersThesis{chen00xoksmp,
title = "Multiprocessing with the exokernel operating system",
author = "Benjie Chen",
annote = "Massachusetts Institute of Technology.--Dept. of
Electrical Engineering and Computer Science.",
school = "Massachusetts Institute of Technology, Deptartment of
Electrical Engineering and Computer Science",
month = dec,
year = "2000"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TRs %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@techreport{feitelson97jobsurvey,
author = "Dror G. Feitelson",
title = "Job Scheduling in Multiprogrammed Parallel Systems",
type = "IBM Research Report",
number = "RC 19790 (87657)",
month = aug,
year = "1997",
institution = {IBM Corporation},
}
@techreport{unrau92hierarchical,
author = "Ronald Unrau and Michael Stumm and Orran Krieger",
title = "Hierarchical Clustering: A Structure for Scalable Multiprocessor Operating System Design",
number = {CSRI-268},
institution = {University of Toronto},
month = {March},
year = {1992}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% books %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@book{rajjain91perfbook,
author ="Raj Jain",
title ="The Art of Computer Systems Performance Analysis: Techniques for Experimental Design, Measurement, Simulation, and Modeling",
year = "1991",
pages = "685",
publisher = {John Wiley \& Sons, Ltd.},
edition = "1st"
}
@book{mauerer04linuxbook,
author ="Wolfgang Mauerer",
title ="{Linux Kernelarchitektur - Konzepte, Strukturen und Algorithmen von Kernel 2.6}",
year = "2004",
pages = "770",
edition = "1st",
publisher = "Carl Hanser Verlag",
}
@book{solomon98windowsntbook,
author = {David A. Solomon and Helen Custer},
title = {Inside Windows NT},
year = {1998},
edition = "2nd",
pages = "528",
publisher = {Microsoft Press},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% manuals %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@manual{intel99ia32vol3,
organization = "Intel Corporation",
volume = "3",
title = "Intel Architecture Software Developer's Manual Volume 3: System Programming Guide",
year = "1999",
publisher = {Intel Corporation}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@TechReport{rozier91chorusoverview,
author = "M. Rozier and V. Abrossimov and F. Armand and M. Gien
and M. Guillemont and F. Hermann and C. Kaiser and Leonard
Leonard and S. Langlois and W. Neuhauser",
title = "Overview of the {C}horus Distributed Operating
System",
institution = "Chorus Syst\`{e}mes",
year = "1988",
number = "CS{\slash}TR-88-7",
address = "Montigny-le-Bretonneux (France)",
month = jun,
}
@InProceedings{milojicic93lbmicro,
author = "D. S. Milojicic and P. Giese and W. Zint",
title = "Load Distribution on Microkernels",
booktitle = "IEEE Workshop {"}Future Trends in Distributed
Computing Systems{"}",
address = "Lissabon, Portugal",
year = "1993",
keywords = "process migration,",
}
@misc{k4202tracing,
author = "Jonathan Appavoo and Marc Auslander and Dilma DaSilva and David Edelsohn and Orran Krieger and Michael Ostrowski and Bryan Rosenburg and Robert Wisniewski and Jimi Xenidis",
title = " {K42's} Performance Monitoring and Tracing Infrastructure",
type = "White Paper",
year = "2002",
url = "http://www.research.ibm.com/K42/white-papers/PerfMon.pdf" }
@MastersThesis{oconnor94migrationth,
author = "Martin O'Connor",
title = "Process Migration in the {Chorus} Micro-kernel",
school = "Trinity College Dublin",
year = "1994",
dsgref = "comandos, thesis",
address = "Department of Computer Science",
URL = "ftp://ftp.dsg.cs.tcd.ie/pub/doc/dsg-76.ps.gz",
}
@Article{oconnor94migration,
author = "Martin O'Connor and Brendan Tangney and Vinny Cahill
and Neville Harris",
title = "Micro-kernel Support for Migration",
journal = "Distributed Systems Engineering Journal",
vol = "1",
number = "4",
pages = "212--223",
month = jun,
year = "1994",
note = "Also technical report TCD-CS-94-05, Dept. of Computer
Science, Trinity College Dublin.",
URL = "ftp://ftp.dsg.cs.tcd.ie/pub/doc/TCD-CS-94-05.ps.gz",
source = "~publications/published/ConferencesJournals/MigrationUsingMKernel.
DSEJ94",
dsgref = "comandos, harris, cahill",
}
@article{rosenberg64accounting,
author = "Arthur M. Rosenberg",
title = "Computer-usage accounting for generalized time-sharing systems.",