No description
Find a file
Bhaskar Chowdhury 55320b82d6 mptcp: subflow.c: Fix a typo
s/concerened/concerned/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-28 17:31:13 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: xilinx_axienet: Document additional clocks 2021-03-26 15:17:17 -07:00
drivers farsync: use DEFINE_SPINLOCK() for spinlock 2021-03-26 15:25:44 -07:00
fs sysctl: add proc_dou8vec_minmax() 2021-03-25 17:39:33 -07:00
include mld: add mc_lock for protecting per-interface mld data 2021-03-26 15:14:56 -07:00
init
ipc
kernel sysctl: add proc_dou8vec_minmax() 2021-03-25 17:39:33 -07:00
lib
LICENSES
mm
net mptcp: subflow.c: Fix a typo 2021-03-28 17:31:13 -07:00
samples
scripts
security
sound
tools selftests: mptcp: signal addresses testcases 2021-03-26 15:05:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.