jyhuang91 349e7e6657 topo fix 7 년 전
..
README.md 90f50c2ac5 Change README links as relative 8 년 전
sync-1.md 349e7e6657 topo fix 7 년 전
sync-2.md 17da4af718 Make all Github links reference a specific commit 7 년 전
sync-3.md 17da4af718 Make all Github links reference a specific commit 7 년 전
sync-4.md fc5cdbb0e7 corrected typos 7 년 전
sync-5.md 17da4af718 Make all Github links reference a specific commit 7 년 전
sync-6.md b420e581fe Fix Wikipedia links containing () 7 년 전

README.md

Synchronization primitives in the Linux kernel.

This chapter describes synchronization primitives in the Linux kernel.

  • Introduction to spinlocks - the first part of this chapter describes implementation of spinlock mechanism in the Linux kernel.
  • Queued spinlocks - the second part describes another type of spinlocks - queued spinlocks.
  • Semaphores - this part describes implementation of semaphore synchronization primitive in the Linux kernel.
  • Mutual exclusion - this part describes - mutex in the Linux kernel.
  • Reader/Writer semaphores - this part describes special type of semaphores - reader/writer semaphores.
  • Sequential locks - this part describes sequential locks in the Linux kernel.