Go to file
Fabio Estevam 5b749be31d can: flexcan: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2018-07-27 10:40:17 +02:00
arch
block
certs
crypto
Documentation can: ucan: add driver for Theobroma Systems UCAN devices 2018-07-27 10:40:16 +02:00
drivers can: flexcan: Switch to SPDX identifier 2018-07-27 10:40:17 +02:00
firmware
fs
include can: dev: enable multi-queue for SocketCAN devices 2018-07-27 10:40:16 +02:00
init
ipc
kernel
lib
LICENSES
mm
net net: sched: unmark chain as explicitly created on delete 2018-07-26 14:12:58 -07:00
samples
scripts
security
sound
tools selftests/net: add tls to .gitignore 2018-07-26 09:37:21 -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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.