Linux kernel source tree
Find a file
Vladimir Oltean 568a36a69b net: dsa: tag_8021q: include missing refcount.h
The previous assumption was that the caller would already have this
header file included.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-11 17:30:43 -07:00
arch arm64: dts: exynos: Use newer S3FWRN5 GPIO properties in Exynos5433 TM2 2020-09-10 15:22:16 -07:00
block
certs
crypto
Documentation wireless-drivers-next patches for v5.10 2020-09-11 13:32:31 -07:00
drivers crypto/chcr: move nic TLS functionality to drivers/net 2020-09-11 17:26:39 -07:00
fs
include net: dsa: tag_8021q: include missing refcount.h 2020-09-11 17:30:43 -07:00
init
ipc
kernel
lib
LICENSES
mm
net bridge: mcast: Fix incomplete MDB dump 2020-09-11 14:49:47 -07:00
samples
scripts
security
sound
tools selftests/mptcp: Better delay & reordering configuration 2020-09-10 13:28:20 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS MAINTAINERS: Add Krzysztof Kozlowski to Samsung S3FWRN5 and remove Robert 2020-09-10 15:22:16 -07:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Krzysztof Kozlowski to Samsung S3FWRN5 and remove Robert 2020-09-10 15:22:16 -07: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.