Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 468 Bytes

SynCord Linux

This repo has the linux source code modified for SynCord.

We implemented SynCord on top of linux v5.4 with three different underlying locks. Each branch has respective lock implementation modified for SynCord.

  • stock : Linux v5.4
  • cna : CNA lock (paper, LWN)
  • shfllock : ShflLock (paper)