No description
Find a file
Amir Goldstein ac519625ed ovl: factor out ovl_parse_options() helper
For parsing a single mount option.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
2023-06-19 14:02:01 +03:00
arch - Set up the kernel CS earlier in the boot process in case EFI boots the 2023-06-11 10:14:02 -07:00
block
certs
crypto
Documentation ovl: store enum redirect_mode in config instead of a string 2023-06-19 14:02:01 +03:00
drivers Biggest news is that Andi Shyti steps in for maintaining the controller 2023-06-10 13:36:07 -07:00
fs ovl: factor out ovl_parse_options() helper 2023-06-19 14:02:01 +03:00
include ARM: SoC fixes for 6.4, part 2 2023-06-10 13:01:09 -07:00
init
io_uring
ipc
kernel
lib
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 Biggest news is that Andi Shyti steps in for maintaining the controller 2023-06-10 13:36:07 -07:00
Makefile Linux 6.4-rc6 2023-06-11 14:35:30 -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.