About 612,000 results
Open links in new tab
  1. The Linux Kernel Archives - Releases

    May 26, 2025 · These kernel releases are not hosted at kernel.org and kernel developers can provide no support for them. It is easy to tell if you are running a distribution kernel.

  2. The Linux Kernel documentation

    The following manuals are written for users of the kernel — those who are trying to get it to work optimally on a given system and application developers seeking information on the kernel’s …

  3. The Linux Kernel Archives - FAQ

    Aug 6, 2024 · Kernel.org accounts are usually reserved for subsystem maintainers or high-profile developers. It is absolutely not necessary to have an account on kernel.org to contribute to the …

  4. HOWTO do Linux kernel development

    Documentation The Linux kernel source tree has a large range of documents that are invaluable for learning how to interact with the kernel community. When new features are added to the …

  5. The Linux kernel user’s and administrator’s guide — The Linux …

    This is the beginning of a section with information of interest to application developers and system integrators doing analysis of the Linux kernel for safety critical applications.

  6. iwlwifi — Linux Wireless documentation

    Feb 6, 2022 · In addition to having the firmware_class support in your kernel, you must also have a working userspace infrastructure configured. The steps for installing and configuring this are …

  7. The Linux Kernel Archives - About

    Aug 6, 2024 · The Linux Kernel Organization is managed by The Linux Foundation, which provides full technical, financial and staffing support for running and maintaining the kernel.org …

  8. EEVDF Scheduler — The Linux Kernel documentation

    The Linux kernel began transitioning to EEVDF in version 6.6 (as a new option in 2024), moving away from the earlier Completely Fair Scheduler (CFS) in favor of a version of EEVDF …

  9. Index of /pub/linux/kernel/v4.x/

    ../ incr/ 05-Dec-2024 10:08 - stable-review/ 03-Dec-2024 14:32 - ChangeLog-4.0.1 29-Apr-2015 08:31 8067 ChangeLog-4.0.1.sign 29-Apr-2015 08:31 819 ChangeLog-4.0.2 08 ...

  10. Message logging with printk — The Linux Kernel documentation

    The kernel decides whether to show the message immediately (printing it to the current console) depending on its log level and the current console_loglevel (a kernel variable).