Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Guest Kernel Optimized for GiantVM

This is the kernel source that can be used for GiantVM environments with optimized performance. It includes the following improvements:

  • Realignment of kernel data to avoid false sharing
  • Implementation of a per-node RW semaphore for mmap_sem, which reduces DSM overheads caused by the contention for the semaphore variable
    • To use this feature, you should enable MMSEM and configure MMSEM_NODE(default:4) and MMSEM_CPU(default:16) according to your system

Contributors: MemOS project members in Electronics and Telecommunications Research Institute (ETRI), South Korea


License

  • GPL v2.0

About

guest kernel optimized for GiantVM

Resources

Stars

1 star

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages