Linux kernel source tree
Go to file
Jens Axboe 2c8fa70bf3 io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
In preparation for using this helper in kbuf.h as well, move it there and
turn it into a macro.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-08-29 08:44:42 -06:00
Documentation workqueue: Fixes for v6.11-rc4 2024-08-24 10:35:57 +08:00
LICENSES
arch s390 updates for 6.11-rc5 2024-08-25 12:05:23 +12:00
block
certs
crypto
drivers s390 updates for 6.11-rc5 2024-08-25 12:05:23 +12:00
fs bcachefs fixes for 6.11-rc5, v2 2024-08-25 17:20:48 +12:00
include io_uring: wire up min batch wake timeout 2024-08-25 08:27:01 -06:00
init
io_uring io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h 2024-08-29 08:44:42 -06:00
ipc
kernel cgroup: Fixes for v6.11-rc4 2024-08-24 10:39:18 +08:00
lib
mm
net NFS Client Bugfixes for Linux 6.11-rc 2024-08-24 09:03:25 +08:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS SCSI fixes on 20240824 2024-08-25 12:00:16 +12:00
Makefile Linux 6.11-rc5 2024-08-25 19:07:11 +12:00
README

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.