Main-line Linux kernel tree http://www.kernel.org
Go to file
Joel Granados 999aab7f56 docs: Replace spaces with tabs in check-sysctl-docs
Remove the combination of spaces and tabs in favor of just tabs.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
2025-07-23 11:57:05 +02:00
arch The delayed from_timer() API cleanup: 2025-06-08 11:33:00 -07:00
block treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
certs
crypto
Documentation docs: Remove colon from ctltable title in vm.rst 2025-07-23 11:57:05 +02:00
drivers Input: sysrq: mv sysrq into drivers/tty/sysrq.c 2025-07-23 11:52:48 +02:00
fs The delayed from_timer() API cleanup: 2025-06-08 11:33:00 -07:00
include sysctl: Removed unused variable 2025-07-23 11:56:02 +02:00
init
io_uring io_uring-6.16-20250606 2025-06-06 13:09:03 -07:00
ipc
kernel sysctl: rename kern_table -> sysctl_subsys_table 2025-07-23 11:56:02 +02:00
lib uevent: mv uevent_helper into kobject_uevent.c 2025-07-23 11:56:02 +02:00
LICENSES
mm mm: move randomize_va_space into memory.c 2025-07-23 11:52:47 +02:00
net treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
rust Char/Misc/IIO pull request for 6.16-rc1 2025-06-06 11:50:47 -07:00
samples
scripts docs: Replace spaces with tabs in check-sysctl-docs 2025-07-23 11:57:05 +02:00
security
sound treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
tools sysctl: Nixify sysctl.sh 2025-07-23 11:56:02 +02:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap fourteen smb3 client fixes, most smbdirect related 2025-06-08 10:20:21 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS fourteen smb3 client fixes, most smbdirect related 2025-06-08 10:20:21 -07:00
Makefile Linux 6.16-rc1 2025-06-08 13:44:43 -07: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 reStructuredText 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.