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

    Dec 3, 2025 · Unless you downloaded, compiled and installed your own version of kernel from kernel.org, you are running a distribution kernel. To find out the version of your kernel, run uname -r:

  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 user …

  3. The Linux kernel user’s and administrator’s guide — The Linux Kernel ...

    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.

  4. 2. How the development process works - Kernel

    Mar 3, 2019 · The kernel code base is logically broken down into a set of subsystems: networking, specific architecture support, memory management, video devices, etc. Most subsystems have a …

  5. CPU Architectures — The Linux Kernel documentation

    Linux kernel for ARC processors Feature status on arc architecture ARM Architecture ARM Linux 2.6 and upper Booting ARM Linux Cluster-wide Power-up/power-down race avoidance algorithm …

  6. Working with the kernel development community

    While there is a lot to be learned about the kernel in a technical sense, it is also important to learn about how our community works. Reading these documents will make it much easier for you to get your …

  7. 1. The Linux/x86 Boot Protocol - Kernel

    The kernel is started by jumping to the kernel entry point, which is located at segment offset 0x20 from the start of the real mode kernel. This means that if you loaded your real-mode kernel code at …

  8. The Linux Kernel Archives - Site news

    Mar 15, 2021 · The Linux Foundation IT team has been working to improve the code integrity of git repositories hosted at kernel.org by promoting the use of PGP-signed git tags and commits.

  9. Booting AArch64 Linux — The Linux Kernel documentation

    Sep 7, 2012 · The AArch64 kernel does not currently provide a decompressor and therefore requires decompression (gzip etc.) to be performed by the boot loader if a compressed Image target (e.g. …

  10. The Linux Kernel documentation

    These manuals contain overall information about how to develop the kernel. The kernel community is quite large, with thousands of developers contributing over the course of a year.