Go to file
Marc Gonzalez 982c736cd6 Opt out of scripts/get_maintainer.pl
A few months ago, I submitted a trivial arm64 defconfig update.
get_maintainer.pl now outputs my address for every defconfig tweak.
Add me to .get_maintainer.ignore to opt out of these notifications.

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Olof Johansson <olof@lixom.net>
2019-05-16 10:53:40 -07:00
arch Merge tag 'socfpga_arm32_defconfig_for_v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/late 2019-05-16 10:53:34 -07:00
block
certs
crypto
Documentation ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
drivers Merge tag 'soc-fsl-fix-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/late 2019-05-16 10:53:28 -07:00
fs This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
include ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
init
ipc
kernel The major changes in this tracing update includes: 2019-05-15 16:05:47 -07:00
lib
LICENSES
mm
net This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
samples
scripts Kconfig updates for v5.2 2019-05-15 09:06:14 -07:00
security
sound ARM: SoC platform updates 2019-05-16 08:31:32 -07:00
tools libnvdimm fixes 5.2-rc1 2019-05-15 18:56:50 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC-related driver updates 2019-05-16 09:19:14 -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.