No description
Find a file
Mauro Carvalho Chehab 6fcadfc727 media: camera-sensor.rst: fix a doc build warning
Documentation/driver-api/media/camera-sensor.rst:123: WARNING: Inline literal start-string without end-string.

There's a missing blank space over there.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-30 07:49:43 +02:00
arch Misc fixes: 2020-09-06 10:28:00 -07:00
block block-5.9-2020-09-04 2020-09-04 13:04:51 -07:00
certs
crypto
Documentation media: camera-sensor.rst: fix a doc build warning 2020-09-30 07:49:43 +02:00
drivers media: staging: rkisp1: cap: protect access to buf with the spin lock 2020-09-27 11:39:09 +02:00
fs io_uring-5.9-2020-09-06 2020-09-06 12:10:27 -07:00
include media: v4l2: extend the CSC API to subdevice. 2020-09-26 10:22:29 +02:00
init
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype 2020-09-05 12:14:29 -07:00
kernel Misc fixes: 2020-09-06 10:28:00 -07:00
lib
LICENSES
mm xen: branch for v5.9-rc4 2020-09-06 09:59:27 -07:00
net net/packet: fix overflow in tpacket_rcv 2020-09-04 11:56:02 -07:00
samples
scripts Merge branch 'akpm' (patches from Andrew) 2020-09-05 13:28:40 -07:00
security
sound sound fixes for 5.9-rc4 2020-09-04 12:05:25 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media: MAINTAINERS: remove Maxime Jourdan as maintainer of Amlogic VDEC 2020-09-27 11:39:39 +02:00
Makefile Linux 5.9-rc4 2020-09-06 17:11:40 -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.