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