The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Christophe JAILLET db3e8244bd usb: dwc2: Simplify a bitmap declaration
Use DECLARE_BITMAP() instead of hand writing it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/a2bf604d26dbe9816fdaae0faf4b4837ecacc6d3.1640245180.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-12-30 13:16:13 +01:00
Documentation usb: Link the ports to the connectors they are attached to 2021-12-30 12:13:04 +01:00
LICENSES
arch Two small fixes, one of which was being worked around in selftests. 2021-12-19 12:44:03 -08:00
block block-5.16-2021-12-19 2021-12-19 12:38:53 -08:00
certs
crypto
drivers usb: dwc2: Simplify a bitmap declaration 2021-12-30 13:16:13 +01:00
fs
include usb: Remove usb_for_each_port() 2021-12-30 12:13:04 +01:00
init
ipc
kernel - Make sure the CLOCK_REALTIME to CLOCK_MONOTONIC offset is never positive 2021-12-19 12:23:18 -08:00
lib
mm
net
samples
scripts
security
sound
tools Two small fixes, one of which was being worked around in selftests. 2021-12-19 12:44:03 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.16-rc6 2021-12-20 09:58:10 +01:00
Makefile Linux 5.16-rc6 2021-12-19 14:14:33 -08:00
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.