Linux kernel source tree
Go to file
Christoph Hellwig 496a3bc5e4 blk-mq: add a copyright notice to blk-mq-dma.c
blk-mq-dma.c was split from blk-merge.c which has no copyright notice,
but except for some boilerplate code and comments left from the old
version this is all my code, so add my copyright.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250513071433.836797-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2025-05-16 08:43:41 -06:00
Documentation block: introduce a write_stream_granularity queue limit 2025-05-06 07:46:43 -06:00
LICENSES
arch block: remove bounce buffering support 2025-05-05 13:22:39 -06:00
block blk-mq: add a copyright notice to blk-mq-dma.c 2025-05-16 08:43:41 -06:00
certs
crypto
drivers cdrom: Remove unnecessary NULL check before unregister_sysctl_table() 2025-05-15 16:25:20 -06:00
fs fs: aio: initialize .ki_write_stream of read-write request 2025-05-07 08:00:11 -06:00
include blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED" 2025-05-13 12:08:27 -06:00
init
io_uring io_uring: enable per-io write streams 2025-05-06 07:46:43 -06:00
ipc
kernel PM: hibernate: split and simplify hib_submit_io 2025-05-07 07:31:07 -06:00
lib hardening fixes for v6.15-rc3 2025-04-18 13:20:20 -07:00
mm mm: remove NR_BOUNCE zone stat 2025-05-05 13:22:39 -06:00
net Including fixes from Bluetooth, CAN and Netfilter. 2025-04-17 11:45:30 -07:00
rust
samples
scripts Rust fixes for v6.15 2025-04-19 10:02:43 -07:00
security
sound
tools selftests: ublk: kublk: fix include path 2025-05-05 16:54:52 -06:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap sound fixes for 6.15-rc3 2025-04-17 10:14:51 -07:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: update SLAB ALLOCATOR maintainers 2025-04-17 20:10:06 -07:00
Kbuild
Kconfig
MAINTAINERS Documentation: Document the new zoned loop block device driver 2025-05-01 17:03:56 -06:00
Makefile gcc-15: disable '-Wunterminated-string-initialization' entirely for now 2025-04-20 15:30:53 -07: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.