No description
Find a file
Bjorn Helgaas 33cd300364 ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions.

Link: https://lkml.kernel.org/r/20221014001911.3342485-3-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-11-18 13:55:08 -08:00
arch ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions 2022-11-18 13:55:08 -08:00
block
certs
crypto
Documentation proc: report open files as size in stat() for /proc/pid/fd 2022-11-18 13:55:07 -08:00
drivers
fs proc: give /proc/cmdline size 2022-11-18 13:55:07 -08:00
include proc: give /proc/cmdline size 2022-11-18 13:55:07 -08:00
init proc: give /proc/cmdline size 2022-11-18 13:55:07 -08:00
io_uring
ipc
kernel kexec: replace crash_mem_range with range 2022-11-18 13:55:07 -08:00
lib llist: avoid extra memory read in llist_add_batch 2022-11-18 13:55:06 -08:00
LICENSES
mm
net
rust
samples
scripts checkpatch: add warning for non-lore mailing list URLs 2022-11-18 13:55:07 -08:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: git://github -> https://github.com for linux-test-project 2022-11-18 13:55:06 -08:00
Makefile
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.