-
Notifications
You must be signed in to change notification settings - Fork 0
/
b3.bib
1934 lines (1703 loc) · 56.2 KB
/
b3.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{WeiICNP14,
title={On Exploiting Dynamic Execution Patterns for Workload Offloading in Mobile Cloud Applications},
author={W. Gao and Y. Liu and H. Lu and T. Wang and C. Liu},
booktitle={Proceedings of the 22nd IEEE International Conference on Network Protocols},
pages={},
year={to appear, 2014},
organization={}
}
@inproceedings{GPES,
title="{GPES: A Preemptive Execution System for GPGPU Computing}",
author={H. Zhou and G. Tong and C. Liu},
booktitle={Proceedings of the IEEE Real-Time Technology and Applications Symposium},
pages={},
year={to appear, 2015},
organization={}
}
%%%%%%%%%%%%%%
%*STEM education*
@article{stem1,
title={America's children: Providing early exposure to stem (science, technology, engineering and math) initiatives},
author={DeJarnette, N.},
journal={Education},
volume={133},
number={1},
pages={77--84},
year={2012},
publisher={Project Innovation}
}
@article{stem2,
title={Science, technology, engineering, and mathematics (stem) education: Background, federal policy, and legislative action},
author={Kuenzi, J.},
journal={},
volume={},
number={},
pages={},
year={2008}
}
%%%%%%%%%%%%%%
%*cloudlet*
%real time real-world applications
@inproceedings{bradski1998real,
title={Real time face and object tracking as a component of a perceptual user interface},
author={Bradski, G.},
booktitle={Proceedings of the 4th IEEE Workshop on Applications of Computer Vision},
pages={214--219},
year={1998},
organization={}
}
@inproceedings{verbelen2012cloudlets,
title={Cloudlets: Bringing the cloud to the mobile user},
author={Verbelen, T. and Simoens, P. and De Turck, F. and Dhoedt, B.},
booktitle={Proceedings of the third ACM workshop on Mobile cloud computing and services},
pages={29--36},
year={2012},
organization={ACM}
}
%Android
@article{matos2010building,
title={Building applications for the Android OS mobile platform: a primer and course materials},
author={Matos, V. and Grasser, R.},
journal={Journal of Computing Sciences in Colleges},
volume={26},
number={1},
pages={23--29},
year={2010},
publisher={Consortium for Computing Sciences in Colleges}
}
%%%%%%%%%%%%%%
%*problistic framework*
@article{davis2011survey,
title={A survey of hard real-time scheduling for multiprocessor systems},
author={Davis, R. and Burns, A.},
journal={ACM Computing Surveys},
volume={43},
number={4},
pages={35},
year={2011},
publisher={ }
}
@inproceedings{tia1995probabilistic,
title={Probabilistic performance guarantee for real-time tasks with varying computation times},
author={Tia, T. and Deng, Z. and Shankar, M. and Storch, M. and Sun, J. and Wu, L. and Liu, J.},
booktitle={Proceedings of the IEEE Real-Time Technology and Applications Symposium},
pages={164--173},
year={1995},
organization={}
}
@book{burns1999probabilistic,
title={Probabilistic scheduling guarantees for fault-tolerant real-time systems},
author={Burns, A. and Punnekkat, S. and Strigini, L. and Wright, D.},
year={1999},
publisher={}
}
@PhdThesis{gardner1999probabilistic,
itle={Probabilistic analysis and scheduling of critical soft real-time systems},
author={Gardner, M.},
school = {University of Illinois at Urbana-Champaign},
year = {1999}
}
@inproceedings{abeni1999qos,
title={QoS guarantee using probabilistic deadlines},
author={Abeni, L. and Buttazzo, G.},
booktitle={Proceedings of the 11th Euromicro Conference on Real-Time Systems},
pages={242--249},
year={1999},
organization={}
}
@inproceedings{mills2010stochastic,
title={A stochastic framework for multiprocessor soft real-time scheduling},
author={Mills, A. and Anderson, J.},
booktitle={Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={311--320},
year={2010},
organization={}
}
@inproceedings{mills2011multiprocessor,
title={A multiprocessor server-based scheduler for soft real-time tasks with stochastic execution demand},
author={Mills, A. and Anderson, J.},
booktitle={Proceedings of the IEEE 17th International Conference on Embedded and Real-Time Computing Systems and Applications},
volume={1},
pages={207--217},
year={2011},
organization={}
}
%%%%%%%%%%%%%%
%*server base scheme*
@inproceedings{lin2005improving,
title={Improving soft real-time performance through better slack reclaiming},
author={Lin, C. and Brandt, S.},
booktitle={Proceedings of the 26th IEEE Real-Time Systems Symposium},
pages={410--421},
year={2005},
organization={}
}
@article{abeni2004resource,
title={Resource reservation in dynamic real-time systems},
author={Abeni, L. and Buttazzo, G.},
journal={Real-Time Systems},
volume={27},
number={2},
pages={123--167},
year={2004},
publisher={Springer}
}
@article{caccamo2002handling,
title={Handling execution overruns in hard real-time control systems},
author={Caccamo, M. and Buttazzo, G. and Sha, L.},
journal={IEEE Transactions on Computers},
volume={51},
number={7},
pages={835--849},
year={2002},
publisher={}
}
@article{li2007chronos,
title={Chronos: A timing analyzer for embedded software},
author={Li, X. and Liang, Y. and Mitra, T. and Roychoudhury, A.},
journal={Science of Computer Programming},
volume={69},
number={1},
pages={56--67},
year={2007},
publisher={Elsevier}
}
@inproceedings{erickson2012soft,
title={Soft Real-Time Scheduling in Google Earth},
author={Erickson, J. and Coombe, G. and Anderson, J.},
booktitle={Proceedings of the 18th IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={141--150},
year={2012},
organization={}
}
@article{wilhelm2008worst,
title={The worst-case execution-time problem---overview of methods and survey of tools},
author={Wilhelm, R. and Engblom, J. and Ermedahl, A. and Holsti, N. and Thesing, S. and Whalley, D. and Bernat, G. and Ferdinand, C. and Heckmann, R. and Mitra, T. and Mueller, F. and Puaut, I. and Puschner, P. and Staschulat, J. and Stenstrom, P.},
journal={ACM Transactions on Embedded Computing Systems},
volume={7},
number={3},
pages={36},
year={2008},
publisher={ }
}
@PhdThesis{wilhelm2012symbolic,
title={Symbolic representations in WCET analysis},
author={Wilhelm, S.},
school = {Saarland University},
year = {2012}
}
@inproceedings{yuan2003energy,
title={Energy-efficient soft real-time CPU scheduling for mobile multimedia systems},
author={Yuan, W. and Nahrstedt, K.},
booktitle={ACM SIGOPS Operating Systems Review},
volume={37},
number={5},
pages={149--163},
year={2003},
organization={ }
}
@inproceedings{zhu2011response,
title={Response time analysis of hierarchical scheduling: The synchronized deferrable servers approach},
author={Zhu, H. and Goddard, S. and Dwyer, M.},
booktitle={Proceedings of the 32nd IEEE Real-Time Systems Symposium},
pages={239--248},
year={2011},
organization={}
}
@inproceedings{davis2005hierarchical,
title={Hierarchical fixed priority pre-emptive scheduling},
author={Davis, R. and Burns, A.},
booktitle={Proceedings of the 26th IEEE Real-Time Systems Symposium},
pages={10--pp},
year={2005},
organization={}
}
@article{strosnider1995deferrable,
title={The deferrable server algorithm for enhanced aperiodic responsiveness in hard real-time environments},
author={Strosnider, J. and Lehoczky, J. and Sha, L.},
journal={IEEE Transactions on Computers},
volume={44},
number={1},
pages={73--91},
year={1995},
publisher={}
}
@inproceedings{baruah2002implementing,
title={Implementing constant-bandwidth servers upon multiprocessor platforms},
author={Baruah, S. and Goossens, J. and Lipari, G.},
booktitle={Proceedings of the 8th IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={154--163},
year={2002},
organization={ }
}
@inproceedings{baruch2004multiprocessor,
title={A multiprocessor implementation of the total bandwidth server},
author={Baruch, S and Lipari, G.},
booktitle={Proceedings of the 18th International Parallel and Distributed Processing Symposium},
pages={40},
year={2004},
organization={ }
}
%%%%%%%%%%%%%%
%*new work at UTD*
@InProceedings{LiuRTSS14a,
author = {C. Liu and J. Chen},
title = {Bursty-Interference Analysis Techniques for Analyzing Complex Real-Time Task Models},
booktitle = {Proceedings of the 35th IEEE Real-Time Systems Symposium},
volume = {},
number = {},
year = {to appear, 2014},
issn = {},
pages = {},
publisher = {},
address = {},
}
@InProceedings{calandrino2007,
author = {J. Calandrino and J. Anderson and D. Baumberger},
title = {A hybrid real-time scheduling approach for large-scale multicore platforms},
booktitle = {Proceedings of the 19th Euromicro Conference on Real-Time
Systems},
year = {pages 247-256, 2007},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{LiuRTSS14b,
author = {J. Chen and C. Liu},
title = {Fixed-Relative-Deadline Scheduling of Hard Real-Time Tasks with Self-Suspensions},
booktitle = {Proceedings of the 35th IEEE Real-Time Systems Symposium},
volume = {},
number = {},
year = {to appear, 2014},
issn = {},
pages = {},
publisher = {},
address = {},
}
@InProceedings{LiuECRTS14,
author = {C. Liu and J. Chen and L. He and Y. Gu},
title = {Techniques for Analyzing Hard Real-Time Avionics Workloads with Self-Suspensions},
booktitle = {Proceedings of the 26th Euromicro Conference on Real-Time Systems},
volume = {},
number = {},
year = {To appear, 2014},
issn = {},
pages = {},
publisher = {},
address = {},
}
%%%%%%%%%%%%%
%*Scheduling with GPU, and cache and memory isolation and scheduling*
@inproceedings{abeni1999qos,
title={QoS guarantee using probabilistic deadlines},
author={Abeni, L. and Buttazzo, G.},
booktitle={Proceedings of the 11th Euromicro Conference on Real-Time Systems},
pages={242--249},
year={1999},
organization={ }
}
@inproceedings{mills2010stochastic,
title={A stochastic framework for multiprocessor soft real-time scheduling},
author={Mills, A. and Anderson, J.},
booktitle={Proceedings of the 16th IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={311--320},
year={2010},
organization={ }
}
@inproceedings{mills2011multiprocessor,
title={A multiprocessor server-based scheduler for soft real-time tasks with stochastic execution demand},
author={Mills, A. and Anderson, J.},
booktitle={Proceedings of the 17th IEEE International Conference on Embedded and Real-Time Computing Systems and Applications},
volume={1},
pages={207--217},
year={2011},
organization={ }
}
@inproceedings{kato2012gdev,
title={Gdev: First-Class GPU Resource Management in the Operating System.},
author={Kato, S. and McThrow, M. and Maltzahn, C. and Brandt, A.},
booktitle={USENIX Annual Technical Conference},
pages={401--412},
year={2012}
}
@Article{glennGPU,
author = {G. Elliott and J. Anderson},
title = {Globally Scheduled Real-Time Multiprocessor Systems with {GPU}s},
journal = {Real-Time Systems},
year = {2012},
volume = {48},
number = {1},
pages = {34-74},
}
@inproceedings{yan2008wcet,
title={WCET analysis for multi-core processors with shared L2 instruction caches},
author={Yan, J. and Zhang, W.},
booktitle={Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={80--89},
year={2008},
organization={ }
}
@inproceedings{li2009timing,
title={Timing analysis of concurrent programs running on shared cache multi-cores},
author={Li, Y. and Suhendra, V. and Liang, Y. and Mitra, T. and Roychoudhury, A.},
booktitle={Proceedings of the 30th IEEE Real-Time Systems Symposium},
pages={57--67},
year={2009},
organization={ }
}
@inproceedings{calandrino2008cache,
title={Cache-aware real-time scheduling on multicore platforms: Heuristics and a case study},
author={Calandrino, J. and Anderson, J.},
booktitle={Proceedings of the Euromicro Conference on Real-Time Systems},
pages={299--308},
year={2008},
organization={ }
}
@inproceedings{cho2007achieving,
title={Achieving predictable performance with on-chip shared l2 caches for manycore-based real-time systems},
author={Cho, S. and Jin, L. and Lee, K.},
booktitle={Proceedings of the 13th IEEE International Conference on Embedded and Real-Time Computing Systems and Applications},
pages={3--11},
year={2007},
organization={ }
}
%%%%%%%%%%%%%
%*Multiresource, synchronization*
@InProceedings{smr1,
author = {S. Saewong and R. Jajkumar},
title = {Cooperative scheduling of multiple resources},
booktitle = {Proceedings of the 20th IEEE Real-Time Systems Symposium},
year = {pages 90-101, 1999},
isbn = {},
pp. = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{smr2,
author = {K. Gopalan and T. Chuieh},
title = {Multi-resource allocation and scheduling for periodic soft real-time applications},
booktitle = {Multimedia Computing and Networking},
year = {pages 34-45, 2002},
isbn = {},
pp. = {},
doi = {},
publisher = {},
address = {},
}
@article{baker1991stack,
title={Stack-based scheduling of realtime processes},
author={Baker, T.},
journal={Real-Time Systems},
volume={3},
number={1},
pages={67--99},
year={1991},
publisher={Springer}
}
@inproceedings{baruah2006resource,
title={Resource sharing in {EDF}-scheduled systems: A closer look},
author={Baruah, S.},
booktitle={Proceedings of the 27th IEEE Real-Time Systems Symposium},
pages={379--387},
year={2006},
organization={ }
}
@inproceedings{block2007flexible,
title={A flexible real-time locking protocol for multiprocessors},
author={Block, A. and Leontyev, H. and Brandenburg, B. and Anderson, J.},
booktitle={Proceedings of the 13th IEEE International Conference on Embedded and Real-Time Computing Systems and Applications},
pages={47--56},
year={2007},
organization={}
}
@inproceedings{brandenburg2008real,
title={Real-time synchronization on multiprocessors: To block or not to block, to suspend or spin?},
author={Brandenburg, B. and Calandrino, J. and Block, A. and Leontyev, H. and Anderson, J.},
booktitle={Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={342--353},
year={2008},
organization={}
}
@inproceedings{rajkumar1988real,
title={Real-Time Synchronization Protocols for Multiprocessors.},
author={Rajkumar, R. and Sha, L. and Lehoczky, J.},
booktitle={RTSS},
volume={88},
pages={259--269},
year={1988}
}
@inproceedings{gai2003comparison,
title={A comparison of MPCP and MSRP when sharing resources in the Janus multiple-processor on a chip platform},
author={Gai, P. and Di Natale, M. and Lipari, G. and Ferrari, A. and Gabellini, C. and Marceca, P.},
booktitle={Proceedings of the 9th IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={189--198},
year={2003},
organization={}
}
@inproceedings{holman2002locking,
title={Locking in Pfair-scheduled multiprocessor systems},
author={Holman, P. and Anderson, J.},
booktitle={Proceedings of the 23th IEEE Real-Time Systems Symposium},
pages={149--149},
year={2002},
organization={}
}
@book{rajkumar1991synchronization,
title={Synchronization in real-time systems: A Priority Inheritance Approach},
author={Rajkumar, R.},
year={1991},
publisher={Kluwer Academic Publishers}
}
%%%%%%%%%%%%%
%*Computation offloading*
@article{dai2007heuristic,
title={A heuristic algorithm for reliability modeling and analysis of grid systems},
author={Dai, Y. and Xie, M. and Wang, X.},
journal={IEEE Transactions on Systems, Man and Cybernetics},
volume={37},
number={2},
pages={189--200},
year={2007},
publisher={}
}
@inproceedings{hunt1999coign,
title={The Coign automatic distributed partitioning system},
author={Hunt, G. and Scott, M.},
booktitle={Proceedings of the Thrid Symposium on Operating Systems Design and Implementation},
volume={},
pages={187--200},
year={1999}
}
@article{stoer1997simple,
title={A simple min-cut algorithm},
author={Stoer, M. and Wagner, F.},
journal={Journal of the ACM},
volume={44},
number={4},
pages={585--591},
year={1997},
publisher={ACM}
}
@article{chen2004studying,
title={Studying energy trade offs in offloading computation/compilation in java-enabled mobile devices},
author={Chen, G. and Kang, B. and Kandemir, M. and Vijaykrishnan, N. and Irwin, M. and Chandramouli, R.},
journal={IEEE Transactions on Parallel and Distributed Systems},
volume={15},
number={9},
pages={795--809},
year={2004},
publisher={}
}
@inproceedings{cuervo2010maui,
title={MAUI: making smartphones last longer with code offload},
author={Cuervo, E. and Balasubramanian, A. and Cho, D. and Wolman, A. and Saroiu, S. and Chandra, R. and Bahl, P.},
booktitle={Proceedings of the 8th international conference on Mobile systems, applications, and services},
pages={49--62},
year={2010},
organization={ACM}
}
@inproceedings{chun2009augmented,
title={Augmented Smartphone Applications Through Clone Cloud Execution.},
author={Chun, B. and Maniatis, P.},
booktitle={Proceedings of the 10th Workshop on Hot Topics in Operating Systems},
volume={9},
pages={8--11},
year={2009}
}
@inproceedings{chen2010virtual,
title={Virtual smartphone over IP},
author={Chen, E. and Itoh, M.},
booktitle={Proceedings of the IEEE International Symposium on World of Wireless Mobile and Multimedia Networks},
pages={1--6},
year={2010},
organization={}
}
@inproceedings{kosta2012thinkair,
title={Thinkair: Dynamic resource allocation and parallel execution in the cloud for mobile code offloading},
author={Kosta, S. and Aucinas, A. and Hui, P. and Mortier, R. and Zhang, X.},
booktitle={Proceedings of the IEEE International Conference on Computer Communications},
pages={945--953},
year={2012},
organization={}
}
@inproceedings{toma2013computation,
title={Computation offloading for frame-based real-time tasks with resource reservation servers},
author={Toma, Anas and Chen, Jian-Jia},
booktitle={Proceedings of the 25th Euromicro Conference on Real-Time Systems},
pages={103--112},
year={2013},
organization={}
}
@InProceedings{Chen:DAC2014,
author = {W. Liu and J. Chen and A. Toma and T. Kuo and Q. Deng},
title = { Computation Offloading by Using Timing Unreliable Components in Real-Time Systems},
booktitle = {Proceedings of the 51st Annual Design Automation Conference},
year = {2014},
pages = {1-6},
}
@inproceedings{toma2013computationb,
title={Computation offloading for real-time systems},
author={Toma, A. and Chen, J.},
booktitle={Proceedings of the 28th Annual ACM Symposium on Applied Computing},
pages={1650--1651},
year={2013},
organization={ }
}
@inproceedings{nimmagadda2010real,
title={Real-time moving object recognition and tracking using computation offloading},
author={Nimmagadda, Y. and Kumar, K. and Lu, Y. and Lee, G.},
booktitle={Proceedings of the IEEE Intertional Conference on Intelligent Robots and Systems},
pages={2449--2455},
year={2010},
organization={}
}
@InProceedings{Ferreira:2011,
author = {L. Ferreira and G. Silva and L. Pinho},
title = {Service offloading in adaptive real-time systems},
booktitle = {Proceedings of the Conference on Emerging Technologies and Factory Automation},
year = {2011},
pages = {1-6},
}
@inproceedings{Li:2001,
author = {Li, Z. and Wang, C. and Xu, R.},
title = {Computation Offloading to Save Energy on Handheld Devices: A Partition Scheme},
booktitle = {Proceedings of the 2001 International Conference on Compilers, Architecture, and Synthesis for Embedded Systems},
series = {},
year = {2001},
isbn = {},
location = {},
pages = {238--246},
numpages = {},
url = {},
doi = {},
acmid = {},
publisher = { },
address = {},
}
@InProceedings{Wolski:2008,
author = {R. Wolski and S. Gurun and C. Krintz and D. Nurmi},
title = {Using bandwidth data to make computation offloading decisions},
booktitle = {Proceedings of the 22nd IEEE International Symposium on Parallel and Distributed Processing},
year = {2008},
pages = {1-8},
}
%Single application offloading
@InProceedings{Yunqi:2011,
author = {Y. Ye and L. Xiao and I. Yen and F. Bastani},
title = {Leveraging Service Clouds for Power and QoS Management for Mobile Devices},
booktitle = {Proceedings of the 4th IEEE International Conference on Cloud Computing},
year = {2011},
pages = {235-242},
}
@ARTICLE{Kumar:2010,
author={Kumar, K. and Lu, Y.},
journal={Computer},
title={Cloud Computing for Mobile Users: Can Offloading Computation Save Energy?},
year={2010},
volume={43},
number={4},
pages={51-56},
keywords={},
ISSN={0018-9162},}
@article{Wang:2004,
title = "A computation offloading scheme on handheld devices ",
journal = "Journal of Parallel and Distributed Computing ",
volume = "64",
number = "6",
pages = "740 - 746",
year = "2004",
note = "",
issn = "0743-7315",
doi = "http://dx.doi.org/10.1016/j.jpdc.2003.10.005",
url = "http://www.sciencedirect.com/science/article/pii/S0743731503001965",
author = "Cheng Wang and Zhiyuan Li",
keywords = "Task partition",
keywords = "Wireless network",
keywords = "Distributed computing",
keywords = "Data consistency",
keywords = "Edge profiling",
keywords = "Program transformation "
}
@inproceedings{Satyanarayanan:2010,
author = {Satyanarayanan, M.},
title = {Mobile Computing: The Next Decade},
booktitle = {Proceedings of the 1st ACM Workshop on Mobile Cloud Computing; Services: Social Networks and Beyond},
series = {MCS '10},
year = {2010},
isbn = {978-1-4503-0155-8},
location = {San Francisco, California},
pages = {5:1--5:6},
articleno = {5},
numpages = {6},
url = {http://doi.acm.org/10.1145/1810931.1810936},
doi = {10.1145/1810931.1810936},
acmid = {1810936},
publisher = { },
address = {New York, NY, USA},
}
@inproceedings{Satyanarayanan:1996,
author = {Satyanarayanan, M.},
title = {Fundamental Challenges in Mobile Computing},
booktitle = {Proceedings of the Fifteenth Annual ACM Symposium on Principles of Distributed Computing},
series = {PODC '96},
year = {1996},
isbn = {0-89791-800-2},
location = {Philadelphia, Pennsylvania, USA},
pages = {1--7},
numpages = {7},
url = {http://doi.acm.org/10.1145/248052.248053},
doi = {10.1145/248052.248053},
acmid = {248053},
publisher = { },
address = {New York, NY, USA},
}
@MISC{whitepaper,
author = {White Paper},
title = {Mobile cloud computing solution brief},
year = {AEPONA, 2010}
}
@article{Dinh:2011,
title={A survey of mobile cloud computing: architecture, applications, and approaches},
author={Dinh, Hoang T and Lee, Chonho and Niyato, Dusit and Wang, Ping},
journal={Wireless communications and mobile computing},
volume={13},
number={18},
pages={1587--1611},
year={2013},
publisher={Wiley Online Library}
}
@INCOLLECTION{Soyata:2013,
AUTHOR = "Tolga Soyata and He Ba and Wendi Heinzelman and Minseok Kwon and Jiye Shi",
TITLE = "Accelerating Mobile Cloud Computing: A Survey",
BOOKTITLE = "Communication Infrastructures for Cloud Computing",
PUBLISHER = "IGI Global",
YEAR = "2013"
ADDRESS = "Hershey, PA, USA",
PAGES = "175-197",
CHAPTER = "8",
EDITOR = "H. T. Mouftah and B. Kantarci"}
@article{Abolfazli:2013,
author = {Saeid Abolfazli and
Zohreh Sanaei and
Ejaz Ahmed and
Abdullah Gani and
Rajkumar Buyya},
title = {Cloud-Based Augmentation for Mobile Devices: Motivation,
Taxonomies, and Open Challenges},
journal = {CoRR},
volume = {abs/1306.4956},
year = {2013},
ee = {http://arxiv.org/abs/1306.4956},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
%%%%%%%%%%%%%
%*Sporadic scheduling*
@InProceedings{andersson2003,
author = {B. Andersson and J. Jonsson},
title = "{The utilization bounds of partitioned and Pfair static-priority scheduling on multiprocessors are 50\%}",
booktitle = {Proceedings of the 15th Euromicro Conference on Real-Time Systems},
year = {pages 33-40, 2003},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@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, Ted},
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, S.},
doi = {10.1109/ECRTS.2005.31},
isbn = {0-7695-2400-1},
issn = {1068-3070},
journal = {Proceedings of the 17th Euromicro Conference on Real-Time Systems},
title = {{Task assignment on uniform heterogeneous multiprocessors}},
year = {2005}
}
@article{baruah2005a,
author = {S. Baruah},
doi = {10.1109/ECRTS.2005.32},
isbn = {0-7695-2400-1},
issn = {1068-3070},
journal = {Proceedings of the 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,
title={A lookup-table driven approach to partitioned scheduling},
author={Chattopadhyay, Bipasa and Baruah, Sanjoy},
booktitle={Proceedings of the 17th IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={257--265},
year={2011},
organization={}
}
@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}
}
@article{bertogna2011b,
author = {Bertogna, M. and Baruah, S.},
journal = {Journal of Systems Architecture},
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}
}
@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, S.},
doi = {10.1109/RTSS.2011.18},
isbn = {978-1-4577-2000-0},
issn = {1052-8725},
journal = {Proceedings of the 32nd IEEE Real-Time Systems Symposium},
pages = {116--125},
publisher = {},
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 = {Proceedings of the 27th IEEE International Real-Time Systems Symposium},
title = {{Sustainable Scheduling Analysis}},
year = {2006}
}
@article{fisher2005,
author = {Fisher, N. and Baruah, S.},
doi = {10.1109/ECRTS.2005.1},
isbn = {0-7695-2400-1},
issn = {1068-3070},
journal = {Proceedings of the 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}
}
@InProceedings{BC,
author = {M. Bertogna and M. Cirinei},
title = {Response-time analysis for globally scheduled symmetric multiprocessor platforms},
booktitle = {Proceedings of the 28th Real-Time Systems Symposium},
volume = {},
number = {},
year = {pages 149-160, 2007},
issn = {},
pages = {},
publisher = {},
address = {},
}
@InProceedings{Par,
author = {S. Baruah and N. Fisher},
title = "{The partitioned multiprocessor scheduling of sporadic task systems}",
booktitle = {Proceedings of the 26th Real-Time Systems Symposium},
year = {pages 321-329, 2005},
isbn = {},
pages = {330--341},
doi = {http://dx.doi.org/10.1109/Real-Time Systems Symposium.2005.39},
publisher = {},
address = {},
}
@InProceedings{G,
author = {N. Guan and M. Stigge and W. Yi and G. Yu},
title = {New response time bounds for fixed priority multiprocessor scheduling},
booktitle = {Proceedings of the 30th Real-Time Systems Symposium},
year = {pages 387-397, 2009},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@InProceedings{baruah2007,
author = {S. Baruah},
title = {Techniques for multiprocessor global schedulability analysis},
booktitle = {Proceedings of the 28th IEEE International Real-Time Systems
Symposium},
year = {pages 119-18, 2007},
isbn = {},
pages = {},
doi = {},
publisher = {},
address = {},
}
@article{ridouard2006some,
title={Some results on scheduling tasks with self-suspensions},
author={Ridouard, Fr{\'e}d{\'e}ric and Richard, Pascal and Cottet, Francis and Traore, Karim},
journal={Journal of Embedded Computing},
volume={2},