Linux kernel source tree
Go to file
Guixin Liu 029cc98dec nvme: tuning pr code by using defined structs and macros
All the modifications are simply to make the code more readable,
and this patch does not include any functional changes.

Signed-off-by: Guixin Liu <kanie@linux.alibaba.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
2024-11-21 08:57:42 -08:00
Documentation Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IO 2024-10-22 08:16:40 -06:00
LICENSES
arch - Explicitly disable the TSC deadline timer when going idle to address 2024-10-20 12:04:32 -07:00
block block/genhd: use seq_put_decimal_ull for diskstats decimal values 2024-11-13 14:02:19 -07:00
certs
crypto
drivers nvme: tuning pr code by using defined structs and macros 2024-11-21 08:57:42 -08:00
fs btrfs: validate queue limits 2024-11-13 11:40:11 -07:00
include nvme: introduce change ptpl and iekey definition 2024-11-21 08:57:41 -08:00
init
io_uring block: add a rq_list type 2024-11-13 12:04:58 -07:00
ipc
kernel - Add PREEMPT_RT maintainers 2024-10-20 11:30:56 -07:00
lib lib/iov_iter: fix bvec iterator setup 2024-11-01 20:18:21 -06:00
mm mm: fix follow_pfnmap API lockdep assert 2024-10-18 09:50:05 -07:00
net bluetooth pull request for net: 2024-10-20 14:08:17 -07:00
rust rust: block: simplify Result<()> in validate_block_size return 2024-11-18 09:10:33 -07:00
samples
scripts
security ipe: fallback to platform keyring also if key in trusted keyring is rejected 2024-10-18 12:14:53 -07:00
sound
tools BPF fixes: 2024-10-18 16:27:14 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update git tree for mdraid subsystem 2024-11-15 10:25:53 -08:00
Makefile Linux 6.12-rc4 2024-10-20 15:19:38 -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.