Go to file
Dan Carpenter 0caf62c8df media: hantro: remove a pointless NULL check
This can't be NULL and we've already dereferenced it so let's remove
the check.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-01-09 15:35:23 +01:00
arch RISC-V updates for v5.5-rc5 2020-01-05 11:15:31 -08:00
block
certs
crypto
Documentation media: v4l2: Fix fourcc names for 12b and 14b packed bayer 2020-01-08 14:25:13 +01:00
drivers media: hantro: remove a pointless NULL check 2020-01-09 15:35:23 +01:00
fs ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less 2020-01-04 13:55:09 -08:00
include media: cec: remove unused functions 2020-01-08 14:38:06 +01:00
init
ipc
kernel memcg: account security cred as well to kmemcg 2020-01-04 13:55:09 -08:00
lib
LICENSES
mm mm/hugetlb: defer freeing of huge pages if in non-task context 2020-01-04 13:55:09 -08:00
net
samples
scripts
security + Bug fixes 2020-01-04 19:28:30 -08:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.5-rc5 2020-01-08 11:13:25 +01:00
Makefile Linux 5.5-rc5 2020-01-05 14:23:27 -08: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.