mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
Linux kernel source tree
It contains: - one cleanup patch that removes whitespaces around '=' -----BEGIN PGP SIGNATURE----- iI8EABYIADcWIQTsZ8eserC1pmhwqDmejrg/N2X7/QUCZMx7XxkcY2xhdWRpdS5i ZXpuZWFAZ21haWwuY29tAAoJEJ6OuD83Zfv9+fsBAM6LkmMJrAhMflWqjzj/S+l/ j636+b7ODLKkqnKaGP39AP9m901naPZdvtdgaIlyzg/wr6al3HDgGMmWMN5vZ3KS Ag== =ZnN4 -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTXRegACgkQYKtH/8kJ Uieqtg/8C63PjOi0b4fhHHoE7au48LTuhf/grF+CMgBFuGNo91R0txNZ44plFUrm 0Vyy0Imx3ZDvCvp2xQ7qLyUBGrHID1SOFrn+w0i3tK+A59RksaaeDzksBHr3peVm QtH/eibbXZeByD0S5qMb8ONkT8oVsYI5GsOYRd2QbQpVOvqdOrQi3x90NZAx7oU9 uDG6c9I8meDN4Ve7mIHmZxfAasfYJz9td593AobljveZbhMU+b45aquhNnW+6zUw nFJvnvV2VEJc9Dw+sNnqhv/7vZB8aRDmzBPDTO5Cd/UTwxoveFoq0hD8H43CiwJ+ fJ9Nui1D3Zm9ivUI4gIoSWgwqauxQUG3K141iQKsRSkiJrzTfYjPOq5dYPGJXM0z S54nHf6rgAWzybEAHTSD/8p2Q4Nhazen8DlaaEkNLd/xRo6I/QUEEUZubujxisSs OQMDh5u2IsGeIPpFirJd4JsE8yCYXNXHLlI45EbJsXaR8M0kId2VLhad2fjnfdF8 oz/sLLZo5WCnhLcUM6nt8t99dQGrypBQSuv0qYfSD+OJvwTvCloLiQ/JS9MBoMSW xoYkXvQ0Nf7D+pOg5FxTVUn5lnlRV4XaUT3/L40eDoMULLOar7kwvpTxEs+pc4B9 KPE0lCRq3FpbRHQlUpY37OVrg69R4/l5LNKHRl+yuxhYKQPzf2M= =ODnn -----END PGP SIGNATURE----- Merge tag 'microchip-dt64-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt Microchip ARM64 device tree updates for 6.6 It contains: - one cleanup patch that removes whitespaces around '=' * tag 'microchip-dt64-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: arm64: dts: microchip: minor whitespace cleanup around '=' Link: https://lore.kernel.org/r/20230804044132.231508-1-claudiu.beznea@tuxon.dev Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .rustfmt.toml | ||
| 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.