No description
Find a file
Lukas Wunner fe940d7362 driver core: Drop mention of obsolete bus rwsem from kernel-doc
15 years ago, commit 6eded061b1 ("Fix up bus code and remove use of
rwsem") removed the bus rwsem, but left over a reference to it in a
kernel-doc comment.  Drop it.

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Link: https://lore.kernel.org/r/b1af31b0e351bcbc056fe1ec44500737a7998d43.1594210157.git.lukas@wunner.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-10 15:13:43 +02:00
arch ARM: OMAP fixes for v5.8 2020-06-28 14:57:14 -07:00
block block-5.8-2020-06-26 2020-06-27 08:59:32 -07:00
certs
crypto
Documentation Documentation/driver-api: driver-model/platform: drop doubled word 2020-07-10 14:35:37 +02:00
drivers driver core: Drop mention of obsolete bus rwsem from kernel-doc 2020-07-10 15:13:43 +02:00
fs debugfs: file: Remove unnecessary cast in kfree() 2020-07-10 15:07:56 +02:00
include device: remove 'extern' attribute from function prototypes in device.h 2020-07-02 14:36:02 +02:00
init
ipc
kernel Peter Zijlstra says: 2020-06-28 10:37:39 -07:00
lib lib: devres: add a comment about the devm_of_iomap() function 2020-07-10 14:15:55 +02:00
LICENSES
mm mm/memory_hotplug.c: fix false softlockup during pfn range removal 2020-06-26 00:27:38 -07:00
net NFS Client Bugfixes for Linux 5.8-rc 2020-06-27 09:35:47 -07:00
samples
scripts scripts: add dummy report mode to add_namespace.cocci 2020-07-10 14:19:58 +02:00
security
sound
tools Peter Zijlstra says: 2020-06-28 10:16:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC fixes for v5.8 2020-06-28 14:55:18 -07:00
Makefile Linux 5.8-rc3 2020-06-28 15:00:24 -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.