Go to file
2024-07-16 10:32:08 -04:00
arch This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
block block: prevent division by zero in blk_rq_stat_sum() 2024-04-13 12:51:38 +02:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-22 14:11:22 +02:00
crypto crypto: ecrdsa - Fix module auto-load on add_key 2024-06-16 13:28:51 +02:00
Documentation This is the 5.4.278 stable release 2024-06-24 17:07:45 -04:00
drivers This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
fs This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
include This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
init This is the 5.4.274 stable release 2024-05-13 09:55:19 -04:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2022-12-08 11:23:06 +01:00
kernel This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
lib dyndbg: fix old BUG_ON in >control parser 2024-05-17 11:43:55 +02:00
LICENSES
mm This is the 5.4.274 stable release 2024-05-13 09:55:19 -04:00
net This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
samples media: rename VFL_TYPE_GRABBER to _VIDEO 2024-03-26 18:22:22 -04:00
scripts This is the 5.4.278 stable release 2024-06-24 17:07:45 -04:00
security This is the 5.4.274 stable release 2024-05-13 09:55:19 -04:00
sound ALSA: emux: improve patch ioctl data validation 2024-07-05 09:08:28 +02:00
tools This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
usr This is the 5.4.31 stable release 2020-04-13 13:28:08 -04:00
virt KVM: async_pf: Cleanup kvm_setup_async_pf() 2024-05-02 16:18:32 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Modules updates for v5.4 2019-09-22 10:34:46 -07:00
.mailmap ARM: SoC fixes 2019-11-10 13:41:59 -08:00
COPYING
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer 2019-10-10 08:12:51 -07:00
Kbuild
Kconfig
MAINTAINERS This is the 5.4.255 stable release 2023-09-04 14:13:20 -04:00
Makefile This is the 5.4.279 stable release 2024-07-16 10:27:51 -04:00
README

Linux kernel

There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first.

In order to build the documentation, use make htmldocs or make pdfdocs. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.