Skip to content

rs3lab/SynCord-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)