mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
DT related headers clean-up -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQYqXDMF3cvSLY+g9cLBhiOFHI71QUCZNf4EQAKCRALBhiOFHI7 1UCXAJ9sd4lhmw3oCWzRIoPpzbRJbFVtuQCghS++U38PcHepkvO6jV2IFEyJgRs= =BXy4 -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTaQr0ACgkQYKtH/8kJ UiexaQ/9FHwS424Bzq/wVT+PdgBwUabQ9SCcgENNEcP/J15i0eMwXdbsy/b+R38t 705zrgW1MZVOZm4hV5u8WL99MuDTIsv5xl/RABqDD49xdDy5JAAIZyJbI3LkmG1c G7ECzLTeQHG83IrqZHvbR/BY5B95sOW+94pYstLXiT8yioUEsSrLdqZYOqZ5PPRU EKVneebxFhzZZCrgk3TjXzdY0HpG4kTzcRvXFNycFsLJwiREEeO2Ja5oUtvaIeCR P5XKrRL2ltIWXyhK0B9louOYhEvSCl8j+Qkh7OeFPYvqInivh7Oyin4GHwJ9exjd D6EX+UYgA4HFbDX3cB6dS+rTERWEVWnJMgy6NM0k4j1ChR44ElkJVJGek3rS6p6B P4Am5gm69230GQFA1qIR4kWiHEA1+jJiVWiYme0Cwua3SboZ1NBRxasZ1tQfQ05W +rOdx7XF+FwdUHeQOPeIRDsF+r9GfAQWGNnAksnDu3dV1i4HU9ZVnam6y7jYouv5 c+K+MG7Np/1uU/u4afdzURiTzj5cRwsmgDcRu7YO//nJJMBZY9SJflK0kP9oJGzj 4zIiOGbOl6TeavvK/FW1qxWX79QqqN+en/FzeBquG821v4ATyc7Y+g99BFLr6M1Q 0qu1MSAivC8Gcnprlh3R1QKhuCLRcKtDVp+J4mhJwmu5Ee8Rz8M= =VVJO -----END PGP SIGNATURE----- Merge tag 'mvebu-arm-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/arm mvebu arm for 6.6 (part 1) DT related headers clean-up * tag 'mvebu-arm-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: ARM: dove: Drop unused includes ARM: mvebu: Explicitly include correct DT includes Link: https://lore.kernel.org/r/87jzu0t0mu.fsf@BL-laptop 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.