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

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.