Go to file
Jesper Juhl 817013880a Update CREDITS file entry for Jesper Juhl
Link: https://lkml.kernel.org/r/8e18fa82-1095-330f-29fb-80743d22443c@gmail.com
Signed-off-by: Jesper Juhl <jesperjuhl76@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-02-09 17:03:20 -08:00
arch sparc: allow PM configs for sparc32 COMPILE_TEST 2023-02-09 17:03:20 -08:00
block block-6.2-2023-01-13 2023-01-13 17:41:19 -06:00
certs
crypto
Documentation kexec: introduce sysctl parameters kexec_load_limit_* 2023-02-02 22:50:05 -08:00
drivers scripts/spelling.txt: add "exsits" pattern and fix typo instances 2023-02-02 22:50:07 -08:00
fs nilfs2: prevent WARNING in nilfs_dat_commit_end() 2023-02-02 22:50:10 -08:00
include kexec: introduce sysctl parameters kexec_load_limit_* 2023-02-02 22:50:05 -08:00
init initramfs: use kstrtobool() instead of strtobool() 2023-02-02 22:50:05 -08:00
io_uring io_uring: lock overflowing for IOPOLL 2023-01-13 07:32:46 -07:00
ipc
kernel hung_task: print message when hung_task_warnings gets down to zero. 2023-02-09 17:03:20 -08:00
lib lib/zlib: remove redundation assignement of avail_in dfltcc_gdht() 2023-02-02 22:50:10 -08:00
LICENSES
mm
net scripts/spelling.txt: add "exsits" pattern and fix typo instances 2023-02-02 22:50:07 -08:00
rust
samples
scripts scripts/tags.sh: fix the Kconfig tags generation when using latest ctags 2023-02-02 22:50:10 -08:00
security
sound scripts/spelling.txt: add "exsits" pattern and fix typo instances 2023-02-02 22:50:07 -08:00
tools Sync with v6.2-rc4 2023-01-18 16:52:33 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS Update CREDITS file entry for Jesper Juhl 2023-02-09 17:03:20 -08:00
Kbuild
Kconfig
MAINTAINERS block-6.2-2023-01-13 2023-01-13 17:41:19 -06:00
Makefile Linux 6.2-rc4 2023-01-15 09:22:43 -06: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.