Linux kernel source tree
Go to file
Jens Axboe 8b0c6025a0 io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
We don't really need to cache this, let's reclaim 8 bytes from struct
io_mapped_ubuf and just calculate it when we need it. The only hot path
here is io_import_fixed().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-09-15 09:15:19 -06:00
arch s390 updates for 6.11-rc5 2024-08-25 12:05:23 +12:00
block
certs
crypto
Documentation workqueue: Fixes for v6.11-rc4 2024-08-24 10:35:57 +08:00
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: rename "copy buffers" to "clone buffers" 2024-09-14 08:51:15 -06:00
init io_uring: add GCOV_PROFILE_URING Kconfig option 2024-08-30 10:52:02 -06:00
io_uring io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask 2024-09-15 09:15:19 -06:00
ipc
kernel cgroup: Fixes for v6.11-rc4 2024-08-24 10:39:18 +08:00
lib
LICENSES
mm
net
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

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.