Go to file
2025-06-17 09:36:03 -04:00
arch This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
block This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-22 14:13:17 +02:00
crypto crypto: testmgr - some more fixes to RSA test vectors 2025-03-13 12:47:26 +01:00
Documentation This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
drivers RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting 2025-06-17 09:35:37 -04:00
fs aufs: fix build errors in hfsnotify 2025-06-12 10:33:52 -04:00
include This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
init This is the 5.10.231 stable release 2024-12-20 16:56:40 -05:00
io_uring io_uring: fix possible deadlock in io_register_iowq_max_workers() 2024-11-17 14:59:39 +01:00
ipc This is the 5.10.225 stable release 2024-10-07 23:45:40 -04:00
kernel This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
lib This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
LICENSES LICENSES/deprecated: add Zlib license text 2020-09-16 14:33:49 +02:00
mm This is the 5.10.235 stable release 2025-04-18 14:44:36 -04:00
net This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
samples samples/bpf: Fix a resource leak 2024-12-14 19:48:26 +01:00
scripts This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
security This is the 5.10.235 stable release 2025-04-18 14:44:36 -04:00
sound ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx 2025-04-10 14:31:00 +02:00
tools This is the 5.10.236 stable release 2025-04-18 14:53:59 -04:00
usr This is the 5.10.96 stable release 2022-02-03 10:17:20 -05:00
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-10-22 15:39:24 +02:00
.clang-format RDMA 5.10 pull request 2020-10-17 11:18:18 -07:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:07:59 +02:00
.mailmap mailmap: add two more addresses of Uwe Kleine-König 2020-12-06 10:19:07 -08:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Move Jason Cooper to CREDITS 2020-11-30 10:20:34 +01:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
MAINTAINERS scsi: dpt_i2o: Remove obsolete driver 2025-01-07 17:37:04 -05:00
Makefile This is the 5.10.236 stable release 2025-04-18 14:53:59 -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.