The Linux Kernel Logo
  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
    • Core utilities
    • Data structures and low-level utilities
    • Low level entry and exit
    • Concurrency primitives
      • refcount_t API compared to atomic_t
      • IRQs
        • What is an IRQ?
        • SMP IRQ affinity
        • The irq_domain interrupt number mapping library
        • IRQ-flags state tracing
      • Semantics and Behavior of Local Atomic Operations
      • The padata parallel execution mechanism
      • RCU concepts
      • Linux kernel memory barriers
    • Low-level hardware management
    • Memory management
    • Interfaces for kernel debugging
    • Everything else
  • Driver APIs
  • Subsystems
    • Core subsystems
      • Core API Documentation
        • Core utilities
        • Data structures and low-level utilities
        • Low level entry and exit
        • Concurrency primitives
          • refcount_t API compared to atomic_t
          • IRQs
            • What is an IRQ?
            • SMP IRQ affinity
            • The irq_domain interrupt number mapping library
            • IRQ-flags state tracing
          • Semantics and Behavior of Local Atomic Operations
          • The padata parallel execution mechanism
          • RCU concepts
          • Linux kernel memory barriers
        • Low-level hardware management
        • Memory management
        • Interfaces for kernel debugging
        • Everything else
      • Driver implementer’s API guide
      • Memory Management Documentation
      • Power Management
      • Scheduler
      • Timers
      • Locking
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
    • Other subsystems
  • Locking
  • 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
  • Core API Documentation
  • IRQs
  • View page source

English
  • Chinese (Simplified)

IRQs¶

  • What is an IRQ?
  • SMP IRQ affinity
  • The irq_domain interrupt number mapping library
  • IRQ-flags state tracing
Previous Next

© Copyright The kernel development community.

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