-
Notifications
You must be signed in to change notification settings - Fork 0
/
b1.bib
3408 lines (2940 loc) · 93.9 KB
/
b1.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
@inproceedings{muthukaruppan2014price,
title={Price theory based power management for heterogeneous multi-cores.},
author={Muthukaruppan, Thannirmalai Somu and Pathania, Anuj and Mitra, Tulika},
booktitle={ASPLOS},
pages={161--176},
year={2014}
}
@inproceedings{zhou2015supporting,
title={Supporting dynamic GPU computing result reuse in the cloud},
author={Zhou, Husheng and Fu, Yangchun and Liu, Cong},
booktitle={Proceedings of the 7th USENIX Conference on Hot Topics in Cloud Computing},
pages={5--5},
year={2015},
organization={USENIX Association}
}
@article{chen2015k2u,
title={k2U: A General Framework from k-Point Effective Schedulability Analysis to Utilization-Based Tests},
author={Chen, Jian-Jia and Huang, Wen-Hung and Liu, Cong},
journal={Proceedings of the 36th IEEE Real-Time Systems Symposium},
year={2015}
}
@inproceedings{bastoni2010empirical,
title={An empirical comparison of global, partitioned, and clustered multiprocessor EDF schedulers},
author={Bastoni, Andrea and Brandenburg, Bj{\"o}rn B and Anderson, James H},
booktitle={Real-Time Systems Symposium (RTSS), 2010 IEEE 31st},
pages={14--24},
year={2010},
organization={IEEE}
}
@article{Chwa15,
title={Optimal Real-Time Scheduling on Two-Type Heterogeneous Multicore Platforms},
author={H. Chwa, J. Seo, J. Lee, I. Shin},
journal={Proceedings of the 36th IEEE Real-Time Systems Symposium},
year={2015}
}
@phdthesis{bhatti2011energy,
title={Energy-aware scheduling for multiprocessor real-time systems},
author={Bhatti, K},
year={2011},
school={Universit{\'e} Nice Sophia Antipolis}
}
@inproceedings{liuenergy,
title={Energy-Efficient Mapping of Real-Time Streaming Applications on Cluster Heterogeneous MPSoCs},
author={Liu, Di and Spasic, Jelena and Chen, Gang and Stefanov, Todor}
booktitle={ESTIMedia},
year={2015}
}
@inproceedings{colin2014energy,
title={Energy-efficient allocation of real-time applications onto heterogeneous processors},
author={Colin, Antoine and Kandhalu, Arvind and Rajkumar, Ragunathan},
booktitle={Embedded and Real-Time Computing Systems and Applications (RTCSA), 2014 IEEE 20th International Conference on},
pages={1--10},
year={2014},
organization={IEEE}
}
@inproceedings{kim2015fair,
title={Fair-share Scheduling for Performance-asymmetric Multicore Architecture via Scaled Virtual Runtime},
author={Kim, Myungsun and Noh, Soonhyun and Huh, Sungju and Hong, Seongsoo},
booktitle={Embedded and Real-Time Computing Systems and Applications (RTCSA), 2015 IEEE 21st International Conference on},
pages={60--69},
year={2015},
organization={IEEE}
}
@inproceedings{kim2014utilization,
title={Utilization-aware load balancing for the energy efficient operation of the big. LITTLE processor},
author={Kim, Myungsun and Kim, Kibeom and Geraci, James R and Hong, Seongsoo},
booktitle={Proceedings of the conference on Design, Automation \& Test in Europe},
pages={223},
year={2014},
organization={European Design and Automation Association}
}
@inproceedings{pathania2015power,
title={Power management for mobile games on asymmetric multi-cores},
author={Pathania, Anuj and Pagani, Santiago and Shafique, Muhammad and Henkel, Jorg},
booktitle={Low Power Electronics and Design (ISLPED), 2015 IEEE/ACM International Symposium on},
pages={243--248},
year={2015},
organization={IEEE}
}
@article{chen2014adaptive,
title={Adaptive workload-aware task scheduling for single-ISA asymmetric multicore architectures},
author={Chen, Quan and Guo, Minyi},
journal={ACM Transactions on Architecture and Code Optimization (TACO)},
volume={11},
number={1},
pages={8},
year={2014},
publisher={ACM}
}
@inproceedings{muck2015run,
title={Run-DMC: runtime dynamic heterogeneous multicore performance and power estimation for energy efficiency},
author={M{\"u}ck, Tiago and Sarma, Santanu and Dutt, Nikil},
booktitle={Proceedings of the 10th International Conference on Hardware/Software Codesign and System Synthesis},
pages={173--182},
year={2015},
organization={IEEE Press}
}
@article{sarma2015smartbalance,
title={SmartBalance: A Sensing-Driven Linux Load Balancer for Energy Efficiency of Heterogeneous MPSoCs},
author={Sarma, Santanu and Muck, T and Bathen, Luis AD and Dutt, N and Nicolau, A},
year={2015}
}
@inproceedings{lin2014energy,
title={An energy-efficient hypervisor scheduler for asymmetric multi-core},
author={Lin, Ching-Chi and Chang, Chao-Jui and Syu, You-Cheng and Wu, Jan-Jan and Liu, Pangfeng and Cheng, Po-Wen and Hsu, Wei-Te},
booktitle={Consumer Electronics (GCCE), 2014 IEEE 3rd Global Conference on},
pages={507--509},
year={2014},
organization={IEEE}
}
@inproceedings{tan2015approximation,
title={Approximation-aware scheduling on heterogeneous multi-core architectures},
author={Tan, Cheng and Muthukaruppan, Thannirmalai Somu and Mitra, Tulika and Ju, Lei},
booktitle={Design Automation Conference (ASP-DAC), 2015 20th Asia and South Pacific},
pages={618--623},
year={2015},
organization={IEEE}
}
@article{elewi2014energy,
title={Energy-efficient task allocation techniques for asymmetric multiprocessor embedded systems},
author={Elewi, Abdullah and Shalan, Mohamed and Awadalla, Medhat and Saad, Elsayed M},
journal={ACM Transactions on Embedded Computing Systems (TECS)},
volume={13},
number={2s},
pages={71},
year={2014},
publisher={ACM}
}
@inproceedings{annamalai2014reducing,
title={Reducing Energy per Instruction via Dynamic Resource Allocation and Voltage and Frequency Adaptation in Asymmetric Multicores},
author={Annamalai, Arunachalam and Rodrigues, Rodrigo and Koren, Israel and Kundu, Sandipan},
booktitle={VLSI (ISVLSI), 2014 IEEE Computer Society Annual Symposium on},
pages={436--441},
year={2014},
organization={IEEE}
}
@article{yavits2014effect,
title={The effect of communication and synchronization on Amdahls law in multicore systems},
author={Yavits, Leonid and Morad, Amir and Ginosar, Ran},
journal={Parallel Computing},
volume={40},
number={1},
pages={1--16},
year={2014},
publisher={Elsevier}
}
@inproceedings{beaumont2014analysis,
title={Analysis of dynamic scheduling strategies for matrix multiplication on heterogeneous platforms},
author={Beaumont, Olivier and Marchal, Loris},
booktitle={Proceedings of the 23rd international symposium on High-performance parallel and distributed computing},
pages={141--152},
year={2014},
organization={ACM}
}
@inproceedings{gutierrez2014evaluating,
title={Evaluating private vs. shared last-level caches for energy efficiency in asymmetric multi-cores},
author={Gutierrez, Alvaro and Dreslinski, Ronald G and Mudge, Trevor},
booktitle={Embedded Computer Systems: Architectures, Modeling, and Simulation (SAMOS XIV), 2014 International Conference on},
pages={191--198},
year={2014},
organization={IEEE}
}
@article{ding2014efficient,
title={An efficient and comprehensive scheduler on asymmetric multicore architecture systems},
author={Ding, Jiun-Hung and Chang, Ya-Ting and Guo, Zhou-dong and Li, Kuan-Ching and Chung, Yeh-Ching},
journal={Journal of Systems Architecture},
volume={60},
number={3},
pages={305--314},
year={2014},
publisher={Elsevier}
}
@inproceedings{hahnel2014heterogeneity,
title={Heterogeneity by the numbers: A study of the ODROID XU+ E big. LITTLE platform},
author={H{\"a}hnel, Marcus and H{\"a}rtig, Hermann},
booktitle={Proceedings of the 6th USENIX conference on Power-Aware Computing and Systems},
pages={3--3},
year={2014},
organization={USENIX Association}
}
@article{cho2012benefits,
title={Benefits of the big. LITTLE Architecture},
author={Cho, HyunDuk and Engineer, Ph D Principal and Chung, Kisuk and Kim, Taehoon},
journal={EETimes, Feb},
year={2012}
}
@misc{armscheduler,
title = "big.LITTLE Technology Moves Towards Fully Heterogeneous Global Task Scheduling ",
key = "big.LITTLE",
note = "\url{https://www.arm.com/files/pdf/big_LITTLE_technology_moves_towards_fully_heterogeneous_Global_Task_Scheduling.pdf}"
}
@misc{armvehicle1,
title = "Which ARM Cortex Core Is Right for Your Application: A, R or M?",
key = "big.LITTLE",
note = "\url{http://www.silabs.com/Support%20Documents/TechnicalDocs/Which-ARM-Cortex-Core-Is-Right-for-Your-Application.pdf}"
}
@misc{armvehicle2,
title = "Renesas designs ARM big.LITTLE processor in super car chip",
key = "big.LITTLE",
note = "\url{http://www.electronicsweekly.com/news/products/micros/renesas-designs-arm-big-little-processor-in-super-car-chip-2013-03/}"
}
@misc{armvehicle3,
title = "ARM Processor for Automotive",
key = "big.LITTLE",
note = "\url{http://www.freescale.com/files/regional/07_Auto_iMX_PartnerSummit2014.pdf
}"
}
@misc{armvehicle,
title = "ARM Expects Vehicle Compute Performance to Increase 100x in Next Decade",
key = "big.LITTLE",
note = "\url{https://www.arm.com/about/newsroom/arm-expects-vehicle-compute-performance-to-increase-100x-in-next-decade.php
}"
}
@misc{bigLITTLEGTS,
title = "big.LITTLE Technology Moves Towards Fully Heterogeneous Global Task Scheduling",
key = "big.LITTLE GTS",
note = "\url{https://www.arm.com/files/pdf/big\textunderscore{ }LITTLE\textunderscore{ }technology\textunderscore{ }moves\textunderscore{ }towards\textunderscore{ }fully\textunderscore{ }heterogeneous\textunderscore{ }Global\textunderscore{ }Task\textunderscore{ }Scheduling.pdf}"
}
@misc{bigLITTLEFuture,
title = "big.LITTLE Technology: The Future of Mobile",
key = "big.LITTLEFuture",
note = "\url{https://www.arm.com/files/pdf/big\textunderscore{ }LITTLE\textunderscore{ }Technology\textunderscore{ }the\textunderscore{ }Futue\textunderscore{ }of\textunderscore{ }Mobile.pdf}"
}
@inproceedings{villalpando2010investigation,
title={Investigation of the Tilera processor for real time hazard detection and avoidance on the Altair Lunar Lander},
author={Villalpando, Carlos Y and Johnson, Andrew E and Some, Raphael and Oberlin, Jacob and Goldberg, S},
booktitle={Aerospace Conference, 2010 IEEE},
pages={1--9},
year={2010},
organization={IEEE}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%many-core network on chip
@inproceedings{fisher1993real,
title={Real-time scheduling support in ultrix-4.2 for multimedia communication},
author={Fisher, Tom},
booktitle={Network and Operating System Support for Digital Audio and Video},
pages={321--327},
year={1993},
organization={Springer}
}
@inproceedings{mollison2013bringing,
title={Bringing theory into practice: A userspace library for multicore real-time scheduling},
author={Mollison, Malcolm S and Anderson, James H},
booktitle={Real-Time and Embedded Technology and Applications Symposium (RTAS), 2013 IEEE 19th},
pages={283--292},
year={2013},
organization={IEEE}
}
@book{rantala2006network,
title={Network on chip routing algorithms},
author={Rantala, Ville and Lehtonen, Teijo and Plosila, Juha},
year={2006},
publisher={Citeseer}
}
@inproceedings{hu2004energy,
title={Energy-aware communication and task scheduling for network-on-chip architectures under real-time constraints},
author={Hu, Jingcao and Marculescu, Radu},
booktitle={Design, Automation and Test in Europe Conference and Exhibition, 2004. Proceedings},
volume={1},
pages={234--239},
year={2004},
organization={IEEE}
}
@inproceedings{kumar2014latency,
title={Latency Analysis of Network-On-Chip based Many-Core Processors},
author={Kumar, Sunil and Lipari, Giuseppe},
booktitle={Parallel, Distributed and Network-Based Processing (PDP), 2014 22nd Euromicro International Conference on},
pages={432--439},
year={2014},
organization={IEEE}
}
@inproceedings{mello2007rate,
title={Rate-based scheduling policy for qos flows in networks on chip},
author={Mello, Aline and Calazans, Ney},
booktitle={Very Large Scale Integration, 2007. VLSI-SoC 2007. IFIP International Conference on},
pages={140--145},
year={2007},
organization={IEEE}
}
@inproceedings{hu2005communication,
title={Communication and task scheduling of application-specific networks-on-chip},
author={Hu, Jingcao and Marculescu, Radu},
booktitle={Computers and Digital Techniques, IEE Proceedings-},
volume={152},
number={5},
pages={643--651},
year={2005},
organization={IET}
}
@inproceedings{stuijk2006resource,
title={Resource-efficient routing and scheduling of time-constrained network-on-chip communication},
author={Stuijk, Sander and Basten, Twan and Geilen, Marc and Ghamarian, Amir Hossein and Theelen, Bart},
booktitle={Digital System Design: Architectures, Methods and Tools, 2006. DSD 2006. 9th EUROMICRO Conference on},
pages={45--52},
year={2006},
organization={IEEE}
}
@article{processor2007chip,
title={ON-CHIP INTERCONNECTION},
author={PROCESSOR, TILE},
year={2007}
}
@article{denolf2007exploiting,
title={Exploiting the expressiveness of cyclo-static dataflow to model multimedia implementations},
author={Denolf, Kristof and Bekooij, Marco and Cockx, Johan and Verkest, Diederik and Corporaal, Henk},
journal={EURASIP Journal on Advances in Signal Processing},
volume={2007},
number={1},
pages={084078},
year={2007},
publisher={Springer}
}
@article{sahu2013survey,
title={A survey on application mapping strategies for network-on-chip design},
author={Sahu, Pradip Kumar and Chattopadhyay, Santanu},
journal={Journal of Systems Architecture},
volume={59},
number={1},
pages={60--76},
year={2013},
publisher={Elsevier}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{NASA,
title={The Altair lunar lander.},
author={NASA},
booktitle={Fact sheet FS-2008-09-007-JSC, National Aeronautics and Space Administration},
pages={},
year={2008},
organization={}
}
@article{processor2007chip,
title={ON-CHIP INTERCONNECTION},
author={PROCESSOR, TILE},
year={2007}
}
@article{CSDF,
author = {G. Bilsen and M. Engels and R. Lauwereins and J. Peperstraete},
title = {Cyclo-static dataflow},
booktitle = {IEEE Transactions on Signal Processing},
year = {1996},
volume = {44},
number = {2},
pages = {397-408},
}
@InProceedings{bamakhrama2011,
author = {M. Bamakhrama and T. Stefanov},
title = {Hard-real-time scheduling of data-dependent tasks in embedded streaming applications},
booktitle = {Proceedings of the International Conference on Embedded Software},
year = {2011},
pages = {195-204},
}
@InProceedings{calandrino2006,
author = {J. Calandrino and H. Leontyev and A. Block and U. Devi and J. Anderson},
title = "{LITMUSRT: a testbed for empirically comparing real-time multiprocessor schedulers}",
booktitle = {Proceedings of the 27th IEEE Real-Time Systems Symposium},
year = {2006},
pages = {111-123},
}
@MISC{brandenburg2007,
author = {B. Brandenburg and A. Block and J. Calandrino and U. Devi and H. Leontyev and J. Anderson},
title = {LITMUS RT: A Status Report },
year = {2007}
}
@inproceedings{phillips1997,
author = {C. Phillips and C. Stein and E. Torng and J. Wein},
title = "{Optimal time-critical scheduling via resource augmentation}",
booktitle = {Proc. of the 29th ACM Symposium on Theory of Computing},
year = {1997},
pages = {140-149},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Parallel algorithms
@article{lee1995,
author = {C. Lee and M. Hamdi},
title = {Parallel Image Processing Applications on a Network of Workstations},
booktitle = {Parallel Computing},
year = {1995},
volume = {21},
number = {},
pages = {137-160},
}
@InProceedings{weems1998,
author = {C. Weems and C. Brown and J. Webb and T. Poggio and J. Kender},
title = {Parallel Processing in the DARPA Strategic Computing Vision Program},
booktitle = {IEEE Expert},
year = {1991},
pages = {23-38},
}
@InProceedings{altilar1998,
author = {D. Altilar and Y. Parker},
title = {An optimal scheduling algorithm for parallel video processing},
booktitle = {Proceedings of the IEEE International Conference on Multimedia Computing and Systems},
year = {1998},
pages = {89-99},
}
@InProceedings{bilas1997,
author = {A. Bilas and J. Fritts and J. Singh},
title = {Real-time parallel MPEG-2 decoding in software},
booktitle = {Proceedings of the 11th International Parallel Processing Symposium},
year = {1997},
pages = {197-203},
}
@Book{image,
author = {V. Bhaskaran and K. Konstantinides},
editor = { },
title = {Image and video compression standards: algorithms and architectures},
publisher = {Springer},
year = {1997},
volume = { },
number = { },
}
%non-preemptive sections
@article{baruah2005a,
author = {S. Baruah},
doi = {10.1109/ECRTS.2005.32},
isbn = {0-7695-2400-1},
issn = {1068-3070},
journal = {17th Euromicro Conference on Real-Time Systems},
keywords = {EDF scheduling,critical sections,non-preemptive scheduling,sporadic tesks,uniprocessors},
title = {{The limited-preemption uniprocessor scheduling of sporadic task systems}},
year = {2005},
pages = {137-144}
}
%partitioned scheduling
@inProceedings{chattopadhyay2011,
author = {Chattopadhyay, Bipasa and Baruah, Sanjoy},
doi = {10.1109/RTAS.2011.32},
isbn = {978-1-61284-326-1},
issn = {1080-1812},
journal = {2011 17th IEEE Real-Time and Embedded Technology and Applications Symposium},
pages = {257--265},
publisher = {IEEE},
title = {{A Lookup-Table Driven Approach to Partitioned Scheduling}},
year = {2011}
}
@article{Baruah2006a,
author = {Baruah, S. and Fisher, N.},
journal = {IEEE Transactions on Computers},
keywords = {Sporadic tasks,multiprocessors,partitioned scheduling,resource augmentation.},
number = {7},
title = {{The partitioned multiprocessor scheduling of deadline-constrained sporadic task systems}},
volume = {55},
year = {2006}
}
@inproceedings{andersson2003,
author = {Andersson, B and Jonsson, J},
booktitle = {Proceedings of the 15th Euromicro Conference on Real-Time Systems},
title = {The utilization bounds of partitioned and Pfair static-priority scheduling on multiprocessors are 50\%},
year = {2003},
pages = {33-40},
}
@techreport{baker2007,
author = {Baker, T},
institution = {Florida State University},
title = {{A comparison of global and partitioned EDF schedulability tests for multiprocessors}},
year = {2005}
}
@article{funk2005,
author = {Funk, S. and Baruah, Sanjoy Baruah Sanjoy},
doi = {10.1109/ECRTS.2005.31},
isbn = {0-7695-2400-1},
issn = {1068-3070},
journal = {17th Euromicro Conference on Real-Time Systems (ECRTS'05)},
title = {{Task assignment on uniform heterogeneous multiprocessors}},
year = {2005}
}
%global
@TechReport{cerqueira2008,
author = {F. Cerqueira and M. Vanga and B. Brandenburg},
title = "{Scaling Global Scheduling with Message Passing}",
institution = {Max Planck Institute},
year = {2008}
}
@article{bertogna2011b,
author = {Bertogna, M. and Baruah, S.},
booktitle = {Journal of Systems Architecture},
issn = {13837621},
number = {5},
pages = {487-497},
title = {Tests for global EDF schedulability analysis},
volume = {57},
year = {2011}
}
@article{baruah2008,
author = {Baruah, S. and Baker, T.},
issn = {0922-6443},
journal = {Real-Time Systems},
number = {3},
pages = {223--235},
publisher = {Springer Netherlands},
title = "{Schedulability analysis of global EDF}",
volume = {38},
year = {2008}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Multiprocessor sporadic task scheduling
@article{liu1969,
author = {C.L. Liu},
title = {Scheduling algorithms for multiprocessors in a hard real-time environment},
booktitle = {JPL Space Programs Summary},
year = {1969},
volume = {37-60},
number = {2},
pages = {28-37},
}
@article{baruah2011,
author = {Baruah, A.},
doi = {10.1109/RTSS.2011.18},
isbn = {978-1-4577-2000-0},
issn = {1052-8725},
journal = {2011 IEEE 32nd Real-Time Systems Symposium},
pages = {116--125},
publisher = {IEEE},
title = {{The Partitioned EDF Scheduling of Sporadic Task Systems}},
year = {2011}
}
@InProceedings{lee2010,
author = {J. Lee and A. Easwaran and I. Shin},
title = "{ LLF schedulability analysis on multiprocessor platforms}",
booktitle = {Proceedings of the 31st IEEE Real-Time Systems Symposium},
year = {2010},
pages = {25-36},
}
@article{baruah2006,
author = {Baruah, S. and Burns, A.},
doi = {10.1109/RTSS.2006.47},
isbn = {0-7695-2761-2},
issn = {1052-8725},
journal = {2006 27th IEEE International Real-Time Systems Symposium},
title = {{Sustainable Scheduling Analysis}},
year = {2006}
}
@article{fisher2005,
author = {Fisher, N. and Baruah, Sanjoy Baruah Sanjoy},
doi = {10.1109/ECRTS.2005.1},
isbn = {0-7695-2400-1},
issn = {1068-3070},
journal = {17th Euromicro Conference on Real-Time Systems},
title = {{A fully polynomial-time approximation scheme for feasibility analysis in static-priority systems with arbitrary relative deadlines}},
year = {2005}
}
@phdthesis{funk,
author = {Funk, S},
school = {University of North Carolina at Chapel Hill},
title = "{EDF Scheduling on Heterogeneous Multiprocessors}",
year = {2004}
}
@article{raravi2013,
author = {Raravi, G and Andersson, B and Bletsas, K},
journal = {Real-Time Systems},
number = {1},
pages = {29--72},
title = {{Assigning real-time tasks on heterogeneous multiprocessors with two unrelated types of processors}},
volume = {49},
year = {2013}
}
@InProceedings{jeffay1992,
author = {K. Jeffay},
title = {Scheduling sporadic tasks with shared resources in hard-real-time systems},
booktitle = {Proceedings of the 13th IEEE Real-Time Systems Symposium},
year = {1992},
pages = {89-99},
}
@InProceedings{CVA,
author = {J. Erickson and U. Devi and S. Baruah},
title = "{Improved tardiness bounds for global EDF}",
booktitle = {Proceedings of the 22nd Euromicro Conference in Real-Time Systems},
year = {pages 14-23, 2010},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{CVA2,
author = {J. Erickson and N. Guan and S. Baruah},
title = "{Tardiness bounds for global EDF with deadlines different from periods}",
booktitle = {Proceedings of the 14th International Conference on Principles of Distributed Systems},
year = {pages 286-301, 2010},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@INPROCEEDINGS{erickson2013,
author={Erickson, J.P. and Anderson, J.H.},
booktitle={Real-Time Systems, 2013 25th Euromicro Conference on},
title={Reducing Tardiness under Global Scheduling by Splitting Jobs},
year={2013},
pages={14-24}
}
@INPROCEEDINGS{crespo1999,
author={A. Crespo and I. Ripoll and P. Albertos},
booktitle={Prooceedings of the IFAC World Congress},
title={Reducing delays in rt control: the control action interval},
year={1999},
pages={}
}
@INPROCEEDINGS{vidal2002,
author={J. Vidal and A. Crespo and P. Balbastre},
booktitle={Prooceedings of the 15th IFAC World Congress on Automatic Control},
title={Task decomposition implementation in rt-linux},
year={1999},
pages={944-949}
}
@techreport{socci2012,
author = {D. Socci and P. Poplavko and S. Bensalem and M. Bozga},
institution = {Verimag Reserach Report},
title = {{Mixed critical earliest deadline first}},
year = {2012}
}
@ARTICLE{sha1990,
author = {L. Sha and J. Goodenough and J. Goodenough},
title = {Real-time scheduling theory and ADA},
journal = {IEEE Computer},
year = {1990},
volume = {23},
pages = {53--62}
}
@Article{lampson1980,
author = {B. Lampson and D. Redell},
title = {Experience with processes and monitors in {Mesa}},
journal = {Communications of ACM},
year = {1980},
volume = {23},
number = {2},
pages = {105-117},
}
@Article{sha1990,
author = {L. Sha and R. Rajkumar and J. Lehoczky},
title = {Priority inheritance protocols: An approach to real-time synchronization},
journal = {IEEE Transactions on Computers},
year = {1990},
volume = {39},
number = {9},
pages = {1175-1185},
}
@Article{burns1995,
author = {A. Burns and K. Tindell and A. Wellings},
title = {Effective analysis for engineering real-time fixed priority schedulers},
journal = {IEEE Transactions on Software Engineering},
year = {1995},
volume = {21},
number = {5},
pages = {475-480},
}
@Article{baker1991,
author = {T. Baker},
title = {Stack-based scheduling for realtime processes},
journal = {Real-Time Systems},
year = {1991},
volume = {3},
number = {1},
pages = {67-99},
}
@PhdThesis{sporadic,
author = {A. Mok},
title = {Fundamental Design Problems of Distributed Systems for the Hard-real-time environment},
school = {Massachusetts Institute of Technology},
year = {1983}
}
@InProceedings{LITMUS,
author = {UNC Chapel Hill},
title = "{Linux Testbed for Multiprocessor Scheduling in Real-Time Systems}",
booktitle = {},
year = {http://www.litmus-rt.org/, 2013},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{F6,
author = {DARPA},
title = "{Satellite System F6 Specification and Requirement}",
booktitle = {},
year = {http://www.darpa.mil/Our\_Work/TTO/Programs/Systemf6/ System\_F6.aspx, 2011},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@Article{PD2,
author = {A. Srinivasan and J. Anderson},
title = {Fair scheduling of dynamic task systems on multiprocessors},
journal = {Journal of Systems and Software},
year = {2005},
volume = {77},
number = {1},
pages = {67-80},
}
@InProceedings{UEDF,
author = {G. Nelissen and V. Berten and V. Nelis and J. Goossens and D. Milojevic},
title = {An unfair but optimal multiprocessor scheduling algorithm for sporadic tasks},
booktitle = {Proceedings of the 24th Euromicro Conference in Real-Time Systems},
year = {pages 13-23, 2012},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{clustered,
author = {A. Bastoni and B. Brandenburg and J. Anderson},
title = {An Empirical Comparison of Global, Partitioned, and Clustered Multiprocessor Real-Time Schedulers},
booktitle = {Proceedings of the 31st Real-Time Systems Symposium},
year = {pages 14-24, 2010},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{Tilera,
author = {Tilera Corporation},
title = "{TILE-GX Processor with up to 100 cores}",
booktitle = {},
year = {http://www.tilera.com/ products/processors/, 2010},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{Devi05,
author = {U. Devi and J. Anderson},
title = {Tardiness Bounds under Global {EDF} Scheduling on a Multiprocessor},
booktitle = {Proceedings of the 26th IEEE International Real-Time Systems Symposium},
year = {pages 330-341, 2005},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{Sun,
author = {Sun Microsystems},
title = "{SUN UltraSPARC T1, Marketing material}",
booktitle = {},
year = {http://www.sun.com/processors/UltraSPARC-T1/, 2008},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@Book{OpenMP,
author = {R. Chandra and R. Menon and L. Dagum and D. Kohr and D. Maydan and J. McDonald},
editor = { },
title = {Parallel programming in OpenMP},
publisher = {Morgan Kaufmann},
year = {2000},
volume = { },
number = { },
}
@InProceedings{MapReduce,
author = {J. Dean and S. Ghemawat},
title = "{MapReduce: Simplified data processing on large clusters}",
booktitle = {Proceedings of the 6th USENIX Conference on Symposium on Operating System Design and Implementation},
year = {pages 137-150, 2004},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@Article{NP,
author = {E. Horowitz and S. Sahni},
title = "{Exact and approximate algorithms for scheduling nonidentical processors}",
journal = {Journal of ACM},
year = {1976},
volume = {23},
number = {2},
pages = {317-327},
}
@InProceedings{Motivation,
author = {Y. Kitamura and A. Smith and H. Takemura and F. Kishino},
title = {Parallel Algorithms for Real-time Colliding Face Detection},
booktitle = {Proceedings of the 4th IEEE Workshop on Robot and Human Communication},
year = {pages 211-218, 1995},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{app1,
author = {D. Bailey},
title = {An optimal scheduling algorithm for parallel video processing},
booktitle = {Proceedings of the 5th IEEE International Conference on Multimedia Computing and Systems},
year = {pages 245-248, 1998},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@Book{app2,
author = {E. Dougherty and P. Laplante},
title = {Introduction to Real-Time Imaging},
publisher = {Wiley-IEEE Press},
year = {1995},
}
@InProceedings{NoDeadline1,
author = {M. Zaharia and A. Konwinski and A. Joseph and R. Katz and I. Stoica},
title = "{Improving MapReduce performance in heterogeneous environments}",
booktitle = {Proceedings of the 8th USENIX Conference on Symposium on Operating System Design and Implementation},
year = {pages 29-42, 2008},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{Motivation_eg,
author = {D. Bozdag and C. Barbacioru and Catalyurek},
title = "{Parallel short sequence mapping for high throughput genome sequencing}",
booktitle = {Proceedings of the 23th IEEE International Symposium on Parallel and Distributed Processing},
year = {pages 1-10, 2009},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@TechReport{NoDeadline2,
author = {S. Chen and S. Schlosser},
title = "{MapReduce meets wider varieties of applications}",
institution = {Intel Labs Pittsburgh},
year = {2008},
number = {IRP-TR-08-05},
}
@InProceedings{Goal1,
author = {M. Zaharia and D. Borthakur and J. Sarma and K. Elmeleegy and S. Shenker and I. Stoica},
title = "{Delay scheduling: a simple technique for achieving locality and fairness in cluster scheduling}",
booktitle = {Proceedings of the European Conference on Computer Systems},
year = {pages 265-278, 2010},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{RT1,
author = {K. Lakshmanan and S. Kato and R. Rajkumar},
title = "{Scheduling parallel real-time tasks on multi-core processors}",
booktitle = {Proceedings of the 31st Real-Time Systems Symposium},
year = {pages 259-268, 2010},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}