English

Index of Further Kernel Documentation

The need for a document like this one became apparent in the linux-kernel mailing list as the same questions, asking for pointers to information, appeared again and again.

Fortunately, as more and more people get to GNU/Linux, more and more get interested in the Kernel. But reading the sources is not always enough. It is easy to understand the code, but miss the concepts, the philosophy and design decisions behind this code.

Unfortunately, not many documents are available for beginners to start. And, even if they exist, there was no “well-known” place which kept track of them. These lines try to cover this lack.

PLEASE, if you know any paper not listed here or write a new document, include a reference to it here, following the kernel’s patch submission process. Any corrections, ideas or comments are also welcome.

All documents are cataloged with the following fields: the document’s “Title”, the “Author”/s, the “URL” where they can be found, some “Keywords” helpful when searching for specific topics, and a brief “Description” of the Document.

Note

The documents on each section of this document are ordered by its published date, from the newest to the oldest. The maintainer(s) should periodically retire resources as they become obsolete or outdated; with the exception of foundational books.

Docs at the Linux Kernel tree

The Sphinx books should be built with make {htmldocs | pdfdocs | epubdocs}.

  • Name: linux/Documentation

    Author:

    Many.

    Location:

    Documentation/

    Keywords:

    text files, Sphinx.

    Description:

    Documentation that comes with the kernel sources, inside the Documentation directory. Some pages from this document (including this document itself) have been moved there, and might be more up to date than the web version.

On-line docs

Published books

  • Title: The Linux Memory Manager

    Author:

    Lorenzo Stoakes

    Publisher:

    No Starch Press

    Date:

    February 2025

    Pages:

    1300

    ISBN:

    978-1718504462

    Notes:

    Memory management. Full draft available as early access for pre-order, full release scheduled for Fall 2025. See https://nostarch.com/linux-memory-manager for further info.

  • Title: Practical Linux System Administration: A Guide to Installation, Configuration, and Management, 1st Edition

    Author:

    Kenneth Hess

    Publisher:

    O’Reilly Media

    Date:

    May, 2023

    Pages:

    246

    ISBN:

    978-1098109035

    Notes:

    System administration

  • Title: Linux Kernel Debugging: Leverage proven tools and advanced techniques to effectively debug Linux kernels and kernel modules

    Author:

    Kaiwan N Billimoria

    Publisher:

    Packt Publishing Ltd

    Date:

    August, 2022

    Pages:

    638

    ISBN:

    978-1801075039

    Notes:

    Debugging book

  • Title: Linux Kernel Programming: A Comprehensive Guide to Kernel Internals, Writing Kernel Modules, and Kernel Synchronization

    Author:

    Kaiwan N Billimoria

    Publisher:

    Packt Publishing Ltd

    Date:

    March, 2021 (Second Edition published in 2024)

    Pages:

    754

    ISBN:

    978-1789953435 (Second Edition ISBN is 978-1803232225)

  • Title: Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization: Create user-kernel interfaces, work with peripheral I/O, and handle hardware interrupts

    Author:

    Kaiwan N Billimoria

    Publisher:

    Packt Publishing Ltd

    Date:

    March, 2021

    Pages:

    452

    ISBN:

    978-1801079518

  • Title: Linux System Programming: Talking Directly to the Kernel and C Library

    Author:

    Robert Love

    Publisher:

    O’Reilly Media

    Date:

    June, 2013

    Pages:

    456

    ISBN:

    978-1449339531

    Notes:

    Foundational book

  • Title: Linux Kernel Development, 3rd Edition

    Author:

    Robert Love

    Publisher:

    Addison-Wesley

    Date:

    July, 2010

    Pages:

    440

    ISBN:

    978-0672329463

    Notes:

    Foundational book

Miscellaneous

Rust

  • Title: Rust for Linux

    Author:

    various

    URL:

    https://rust-for-linux.com/

    Date:

    rolling version

    Keywords:

    glossary, terms, linux-kernel, rust.

    Description:

    From the website: “Rust for Linux is the project adding support for the Rust language to the Linux kernel. This website is intended as a hub of links, documentation and resources related to the project”.

  • Title: Learn Rust the Dangerous Way

    Author:

    Cliff L. Biffle

    URL:

    https://cliffle.com/p/dangerust/

    Date:

    Accessed Sep 11 2024

    Keywords:

    rust, blog.

    Description:

    From the website: “LRtDW is a series of articles putting Rust features in context for low-level C programmers who maybe don’t have a formal CS background — the sort of people who work on firmware, game engines, OS kernels, and the like. Basically, people like me.”. It illustrates line-by-line conversions from C to Rust.

  • Title: The Rust Book

    Author:

    Steve Klabnik and Carol Nichols, with contributions from the Rust community

    URL:

    https://doc.rust-lang.org/book/

    Date:

    Accessed Sep 11 2024

    Keywords:

    rust, book.

    Description:

    From the website: “This book fully embraces the potential of Rust to empower its users. It’s a friendly and approachable text intended to help you level up not just your knowledge of Rust, but also your reach and confidence as a programmer in general. So dive in, get ready to learn—and welcome to the Rust community!”.

  • Title: Rust for the Polyglot Programmer

    Author:

    Ian Jackson

    URL:

    https://www.chiark.greenend.org.uk/~ianmdlvl/rust-polyglot/index.html

    Date:

    December 2022

    Keywords:

    rust, blog, tooling.

    Description:

    From the website: “There are many guides and introductions to Rust. This one is something different: it is intended for the experienced programmer who already knows many other programming languages. I try to be comprehensive enough to be a starting point for any area of Rust, but to avoid going into too much detail except where things are not as you might expect. Also this guide is not entirely free of opinion, including recommendations of libraries (crates), tooling, etc.”.

  • Title: Fasterthanli.me

    Author:

    Amos Wenger

    URL:

    https://fasterthanli.me/

    Date:

    Accessed Sep 11 2024

    Keywords:

    rust, blog, news.

    Description:

    From the website: “I make articles and videos about how computers work. My content is long-form, didactic and exploratory — and often an excuse to teach Rust!”.

  • Title: Comprehensive Rust

    Author:

    Android team at Google

    URL:

    https://google.github.io/comprehensive-rust/

    Date:

    Accessed Sep 13 2024

    Keywords:

    rust, blog.

    Description:

    From the website: “The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling”.

  • Title: The Embedded Rust Book

    Author:

    Multiple contributors, mostly Jorge Aparicio

    URL:

    https://docs.rust-embedded.org/book/

    Date:

    Accessed Sep 13 2024

    Keywords:

    rust, blog.

    Description:

    From the website: “An introductory book about using the Rust Programming Language on “Bare Metal” embedded systems, such as Microcontrollers”.


This document was originally based on:

and written by Juan-Mariano de Goyeneche