Go to file
Markus Schneider-Pargmann 6dedd768f3 mailmap: add Markus Schneider-Pargmann
Add my old mail address and update my name.

Link: https://lkml.kernel.org/r/20230628081341.3470229-1-msp@baylibre.com
Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-07-08 09:29:30 -07:00
Documentation docs: update ocfs2-devel mailing list address 2023-07-08 09:29:29 -07:00
LICENSES
arch parisc architecture fixes and updates for kernel v6.5-rc1: 2023-07-02 10:02:35 -07:00
block
certs
crypto
drivers Biggest news is not a patch this time 2023-07-02 10:22:38 -07:00
fs squashfs: fix cache race with migration 2023-07-08 09:29:30 -07:00
include Biggest news is not a patch this time 2023-07-02 10:22:38 -07:00
init
io_uring
ipc
kernel fork: lock VMAs of the parent process when forking 2023-07-08 09:29:29 -07:00
lib
mm writeback: account the number of pages written back 2023-07-08 09:29:30 -07:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add Markus Schneider-Pargmann 2023-07-08 09:29:30 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update ocfs2-devel mailing list address 2023-07-08 09:29:29 -07:00
Makefile
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 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.