No description
Find a file
Jonathan Neuschäfer 8ed13a762c bitmap: Fix a typo ("identify map")
A map in which each element is mapped to itself is called an "identity
map".

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
2023-10-14 20:25:22 -07:00
arch Misc fixes: 2023-10-08 09:27:20 -07:00
block
certs
crypto
Documentation
drivers - Fix memory leak when freeing dm zoned target device 2023-10-07 10:17:48 -07:00
fs Six SMB3 server fixes 2023-10-08 10:10:52 -07:00
include cpumask: kernel-doc cleanups and additions 2023-10-14 20:25:21 -07:00
init
io_uring
ipc
kernel Misc fixes: 2023-10-08 09:57:59 -07:00
lib bitmap: Fix a typo ("identify map") 2023-10-14 20:25:22 -07:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - Fix memory leak when freeing dm zoned target device 2023-10-07 10:17:48 -07:00
Makefile Linux 6.6-rc5 2023-10-08 13:49: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 Restructured Text 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.