fa3b39cdaf
- Set IndentWrappedFunctionNames false From Jason Gunthorpe - Add MAINTAINERS entry From Miguel Ojeda -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEPjU5OPd5QIZ9jqqOGXyLc2htIW0FAltzI8sACgkQGXyLc2ht IW14pBAAh6tzR3bLwTJcMfpIFr4QPjCWTi7EulZIc5N0Sa+mzoIxdzcFEe4cqjdK UgB9SDVbl1YH+LxlOIeLjyUVj2BWt2cE3QUKX/o4uMkRJqWcYVc+LPvIg54U5Tow csUneaQ7tCi3azB/NN8Q+wUADfTeSVCSTlfLXgGgK4vcjUXtg8ZYiIF2+YWtdFU2 LrgYmNMyvnn1kRUpmwPX07sePUrAz+jMF3c2joithMNjSZ1r2Q9DXGRVAcGC/jdk vx5ZLnMNRPOq6ejNaOjKmWcsFYKfYMy6MeNlB9KPXtyjP2qWBvTcAS7iZV+mGwMK arYZsiUs3XlI4u3KhNuSCo8wM8La1j8FAJ5zEa1odtyowiO87Q7sjA9O2+Jtkl8B RzK3fY/1nw87iSe4YVeMkci8iGLxqCsryYYUAAXapTTfqocneYrx0C3/FCHZ47SQ 07pcetTpIehrHPACA5BnOr4lV419snmZvByy4OAhimTxA3ADIR1CbAneSwzishtt S1Ds42t/dk4varPCUyqwUV+yG4KhGOt194fWnqOt+dyFuvWKoKsWJnrzRRFCOdur gVdK9rLtj5y6zn/HfdOpuXAiLV+SqRNHjOt7+9si1vn+5UFto/x/aYHe+upCCSyd L2BAAkVdgIzi3bs77tgz/C/KgOAsyISp7bc28WN1J6fwC4KHdkA= =8Y1l -----END PGP SIGNATURE----- Merge tag 'clang-format-for-linus-v4.19' of git://github.com/ojeda/linux Pull clang-format updates from Miguel Ojeda: "Two improvements for .clang-format: - Set IndentWrappedFunctionNames false (Jason Gunthorpe) - Add MAINTAINERS entry (Miguel Ojeda)" * tag 'clang-format-for-linus-v4.19' of git://github.com/ojeda/linux: MAINTAINERS: Add .clang-format entry clang-format: Set IndentWrappedFunctionNames false |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
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 |
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.