About 97 results
Open links in new tab
  1. The Linux Kernel Archives

    2 days ago · This site is operated by the Linux Kernel Organization, a 501 (c)3 nonprofit corporation, with support from the following sponsors.

  2. The Linux Kernel documentation

    The Linux Kernel documentation ¶ This is the top level of the kernel’s documentation tree. Kernel documentation, like the kernel itself, is very much a work in progress; that is especially true as we …

  3. The Linux Kernel Archives - Releases

    Feb 25, 2026 · Active kernel releases In Releases. There are several main categories into which kernel releases may fall: Prepatch Prepatch or "RC" kernels are mainline kernel pre-releases that are …

  4. Linux Kernel Documentation

    html/latest - Kernel Documentation (mainline) html/next - Kernel Documentation (linux-next) README various README files scattered around Linux kernel source Output of kernel's "make help".

  5. 1. Introduction — The Linux Kernel documentation

    1. Introduction ¶ 1.1. Executive summary ¶ The rest of this section covers the scope of the kernel development process and the kinds of frustrations that developers and their employers can …

  6. Main Page - Demeter of the Kernel.org

    From Demeter of the Kernel.org rt - RTwiki ext4 - Ext4 btrfs - btrfs Wiki ata - ata Wiki ieee1394 - IEEE 1394 FireWire Wiki security - Linux Security Wiki (obsolete) i2c - Linux i2c Wiki parisc - Linux …

  7. The Linux Kernel Archives - FAQ

    Aug 6, 2024 · Is Linux Kernel Free Software? Linux kernel is released under the terms of GNU GPL version 2 and is therefore Free Software as defined by the Free Software Foundation. For more …

  8. HOWTO do Linux kernel development

    HOWTO do Linux kernel development This is the be-all, end-all document on this topic. It contains instructions on how to become a Linux kernel developer and how to learn to work with the Linux …

  9. Memory Management APIs — The Linux Kernel documentation

    GFP_KERNEL is typical for kernel-internal allocations. The caller requires ZONE_NORMAL or a lower zone for direct access but can direct reclaim. GFP_KERNEL_ACCOUNT is the same as …

  10. Building Linux with Clang/LLVM — The Linux Kernel documentation

    The Linux kernel has always traditionally been compiled with GNU toolchains such as GCC and binutils. Ongoing work has allowed for Clang and LLVM utilities to be used as viable substitutes.