This commit is contained in:
Zhengyi Chen 2024-03-01 22:10:34 +00:00
parent dbc01147fd
commit 816a29d462
3 changed files with 118 additions and 5 deletions

View file

@ -451,3 +451,63 @@
organization={IEEE}
}
@inproceedings {Wang_etal.Concordia.2021,
author = {Qing Wang and Youyou Lu and Erci Xu and Junru Li and Youmin Chen and Jiwu Shu},
title = {Concordia: Distributed Shared Memory with {In-Network} Cache Coherence},
booktitle = {19th USENIX Conference on File and Storage Technologies (FAST 21)},
year = {2021},
isbn = {978-1-939133-20-5},
pages = {277--292},
url = {https://www.usenix.org/conference/fast21/presentation/wang},
publisher = {USENIX Association},
month = feb
}
@INPROCEEDINGS{Kim_etal.DeX-upon-Linux.2020,
author={Kim, Sang-Hoon and Chuang, Ho-Ren and Lyerly, Robert and Olivier, Pierre and Min, Changwoo and Ravindran, Binoy},
booktitle={2020 IEEE 40th International Conference on Distributed Computing Systems (ICDCS)},
title={DeX: Scaling Applications Beyond Machine Boundaries},
year={2020},
volume={},
number={},
pages={864-876},
keywords={Protocols;Instruction sets;Linux;Prototypes;Distributed databases;Programming;Kernel;Thread migration;distributed execution;distributed memory;RDMA},
doi={10.1109/ICDCS47774.2020.00021}
}
@inproceedings{Chaiken_Kubiatowicz_Agarwal.LimitLESS-with-Alewife.1991,
author = {Chaiken, David and Kubiatowicz, John and Agarwal, Anant},
title = {LimitLESS directories: A scalable cache coherence scheme},
year = {1991},
isbn = {0897913809},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/106972.106995},
doi = {10.1145/106972.106995},
booktitle = {Proceedings of the Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {224234},
numpages = {11},
location = {Santa Clara, California, USA},
series = {ASPLOS IV}
}
@INPROCEEDINGS{Ding.vDSM.2018,
author={Ding, Zhuocheng},
booktitle={2018 IEEE 9th International Conference on Software Engineering and Service Science (ICSESS)},
title={vDSM: Distributed Shared Memory in Virtualized Environments},
year={2018},
volume={},
number={},
pages={1112-1115},
keywords={Virtual machine monitors;Optimization;Protocols;Virtualization;Operating systems;Stress;Analytical models;component;distributed shared memory;virtuali-zation;low-latency network},
doi={10.1109/ICSESS.2018.8663720}
}
@misc{ARM.ARMv8-A.v1.0.2015,
title={ARM® Cortex®-A Series Programmer's Guide for ARMv8-A},
url={https://developer.arm.com/documentation/den0024/a},
journal={Documentation - arm developer},
publisher={ARM},
author={ARM},
year={2015}
}