Logo

Programming Linux

Quick search

Navigation

Courses

  • Courses Overview
  • Slide Material
    • Linux
      • Linux Basics
      • SSH: Secure Shell
      • Toolchain, And Cross Development
      • Linux Systems Programming
      • Linux Hardware Interfaces
      • Linux Kernel Driver Development
        • Modern Character Devices
        • File Operations on Character Devices
        • Coding: First Functionality
        • Character Device Basics
        • Coding: Multiple Devices
        • Coding: Refactoring
        • DMA
        • Fedora: Building the Kernel
        • Fedora: Building External Kernel Modules
        • Module Loading, Hello World
        • Coding: Raspi GPIO Interrupts
        • Interrupts
        • IO Memory
        • Dynamic Memory: kmalloc()
        • Doubly Linked Lists
        • Coding: Fix Race Condition (Mutex)
        • Mutex (and RT Mutex)
        • Network Devices
        • PCI
        • Process vs.Atomic Context
        • Raspberry Pi: Building the Kernel
        • Coding: Fix Sleep While Atomic
        • Spinlock (vs. Mutex)
        • dup(), fork(), and Reference Counting (Stub)
        • Coding: Timed Event
        • Timer Management
        • Accessing Userspace Memory
        • Waiting for Something
        • Workqueue
        • Sample Code Maintenance
        • To Do List
      • Drafts
    • Python Programming
    • The C Programming Language
    • C++: TODO List
    • C++: Miscellaneous Live-Hacking
    • C++
    • The New C++ (11-…)
    • Design Patterns With C++
    • C++ Code
    • C++ Exercises
    • CMake
    • Is Software A Craft? Software Is A Craft! ⟶ Clean Code
    • Unit Testing With googletest
  • How To Book
  • Log Of Past Courses

About

  • Myself: Contact, Impressum, …
  • This Site

Blog

  • Posts

Linux Kernel Driver Development¶

  • Topics and Dependencies

  • Links

A put-together of kernel related topics.

Topics and Dependencies¶

  • To Do List

Links¶

  • https://www.kernel.org/doc/

  • https://www.kernel.org/doc/html/latest/

  • LDD3, O’Reilly

©2019-2025 (GPLv3), Jörg Faschingbauer. | Page source