No description
Find a file
Geert Uytterhoeven 1ee1ffe1f0 scripts/dtc: dtx_diff - add color output support
Add new -c/--color options, to enhance the diff output with color, and
improve the user's experience.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Tested-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
2019-11-04 11:21:07 -06:00
arch
block
certs
crypto
Documentation dt-bindings: can: Convert Allwinner A10 CAN controller to a schema 2019-10-29 11:59:21 -05:00
drivers Merge branch 'dt/linus' into dt/next 2019-10-25 09:14:56 -05:00
fs
include libfdt: reduce the number of headers included from libfdt_env.h 2019-10-24 17:38:31 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts scripts/dtc: dtx_diff - add color output support 2019-11-04 11:21:07 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update the list of maintained files for max77650 2019-10-28 19:40:48 -05: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.