The Linux Kernel Logo
  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
  • Driver APIs
  • Subsystems
    • Core subsystems
      • Core API Documentation
      • Driver implementer’s API guide
      • Memory Management Documentation
      • Power Management
      • Scheduler
      • Timers
      • Locking
        • Lock types and their rules
        • Runtime locking correctness validator
        • Lock Statistics
        • Kernel Lock Torture Test Operation
        • Generic Mutex Subsystem
        • RT-mutex implementation design
        • RT-mutex subsystem with PI support
        • Sequence counters and sequential locks
        • Locking lessons
        • Wound/Wait Deadlock-Proof Mutex Design
        • Proper Locking Under a Preemptible Kernel: Keeping Kernel Code Preempt-Safe
        • Lightweight PI-futexes
        • Futex Requeue PI
        • Hardware Spinlock Framework
        • Percpu rw semaphores
        • A description of what robust futexes are
        • The robust futex ABI
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
    • Other subsystems
  • Locking
    • Lock types and their rules
    • Runtime locking correctness validator
    • Lock Statistics
    • Kernel Lock Torture Test Operation
    • Generic Mutex Subsystem
    • RT-mutex implementation design
    • RT-mutex subsystem with PI support
    • Sequence counters and sequential locks
    • Locking lessons
    • Wound/Wait Deadlock-Proof Mutex Design
    • Proper Locking Under a Preemptible Kernel: Keeping Kernel Code Preempt-Safe
    • Lightweight PI-futexes
    • Futex Requeue PI
    • Hardware Spinlock Framework
    • Percpu rw semaphores
    • A description of what robust futexes are
    • The robust futex ABI
  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API
  • Firmware
  • Firmware and Devicetree
  • CPU architectures
  • Unsorted documentation
  • Translations
The Linux Kernel
  • Kernel subsystem documentation
  • Locking
  • View page source

English
  • Chinese (Simplified)
  • Italian

Locking¶

  • Lock types and their rules
  • Runtime locking correctness validator
  • Lock Statistics
  • Kernel Lock Torture Test Operation
  • Generic Mutex Subsystem
  • RT-mutex implementation design
  • RT-mutex subsystem with PI support
  • Sequence counters and sequential locks
  • Locking lessons
  • Wound/Wait Deadlock-Proof Mutex Design
  • Proper Locking Under a Preemptible Kernel: Keeping Kernel Code Preempt-Safe
  • Lightweight PI-futexes
  • Futex Requeue PI
  • Hardware Spinlock Framework
  • Percpu rw semaphores
  • A description of what robust futexes are
  • The robust futex ABI
Previous Next

© Copyright The kernel development community.

Built with Sphinx using a theme provided by Read the Docs.