mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Linux kernel source tree
- check the return value of a function that can fail in gpio-exar - fix the SPDX identifier in amd-fch - fix the direction_input callback in gpio-adnp -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEFp3rbAvDxGAT0sefEacuoBRx13IFAlyVBDwACgkQEacuoBRx 13IkaRAAnInuCUdzd7a84qqSO9yFja9D/d0/zkqEZ9rIVNtlvf1jh0bkZ3bdQ9uR C1gBEUn2mN5STP3O55GFnv8zXvmwlR35i+sp49o7qjFW13/Kd9UlnUEsHn5nJ96k VJXoWUjbxxqpfg2OATWKwtNxbeiX4+WwiaTZdTespU/oLkdlRfH9VLC7kk41KC5C enG6ynNAgnhnJeL16STruRz7rCMX8eJXhvKov0cKcY3VzY0o5k+28nYL/u+UccLU ET1ebB4m64tZY8dAuVCd0IV3I7YQ6yLIgVKCPmqLgQI6OoL2hXd6KEr1TAWtPXZB 1sT2tzSN1DbcHZFuEgs9Rb90zX953vuuctMygboOcvEMIUmidYBq58wLaS+Lqg5+ f2WtxBR+R/9YS8AbsXLNilYN/TrNZ56E7MGthdliUrXR6o9IlVApwwQS2/rFT5D9 CFm/ix4w7Xtqg50AbLYk/x8CzfNMeV21qhR5Wvc6BLuoVqH+cmLRLQiK+Z7l6a+A ulRHHETIjlLbsTIMm4fM+fQaImVoqBMSnYJ5nh4QofzzddM7DRJ2l6FslQbE91+G VpLvEV1ifHbskf6D4N/JrBZYbsBi1H7yHUMryy2YYRgFgossZDMydoShkXi84DJK 4weuzDJBKOyPxxG/p86Y7LYSH/FOGrPdwFFGdjJoNmLVkpdps+A= =1M3G -----END PGP SIGNATURE----- Merge tag 'gpio-5.1-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes GPIO fixes for v5.1-rc2 - check the return value of a function that can fail in gpio-exar - fix the SPDX identifier in amd-fch - fix the direction_input callback in gpio-adnp |
||
|---|---|---|
| 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.