mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
A mirror of the official Linux kernel repository just in case
2a5f857291
-----BEGIN PGP SIGNATURE----- iQFHBAABCgAxFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlzmo+4THGJyb29uaWVA a2VybmVsLm9yZwAKCRAk1otyXVSH0KFUB/9jkeEtH2Hxe1GvbjOhD+ox6lUpx/U7 48xFqUmwOawWGJWuf4UkWXPR52NCHqKmGr8AJJX8jLkfbBD63IeP7LC4d9Z44Wph PXg9pex0fZakVks9/GJax7uPjs7eckccn1O0tfdthxKYGkHizZW2tTJh8e0HZ7hh gwhvJFaGngE/eD9sdlFBEN1ja3VmBlLNwKKsaO21324XoxDOM+crQSPumk4qtJMC Tlsb2wmDM8rSyhQXKUKzRo6mEfc7IZCJRldAs9iG00MHQaQixvk5iU5ookEoRoX/ hFtu1r2njpiecfsCW0ubN/16jTTdVww00VcLedUDgoBSB00hn0ISRPCj =n8mZ -----END PGP SIGNATURE----- Merge tag 'spi-rt-pump' into chrome-platform/for-next Immutable branch between spi and chrome-platform for driver changes to allow setting spi pump to RT priority. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
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. 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.