mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
- Drop unused OF includes. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQ9qaHoIs/1I4cXmEiKwlD9ZEnxcAUCZMOmowAKCRCKwlD9ZEnx cEDyAQDcAwAZiPEgeHP4RnYHGLOQSSbxPoIegPJC9W6Nis8UpgEA1F0X8ttgYwfH vWrmST1erhbhMm/MnqWzD7IVghf9Kgk= =22oq -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTXRCMACgkQYKtH/8kJ UidN2RAAxCf0AgvqXBQP5K9CrP0dpzCADq1fV+iWxILWwkUG4Sc23eZEDLDTBNc6 7vQWJqaGDGY0gaB3T64HCtdDZDbUKGOiDxJgqVyP/45Im75jk61KO+We6swdkFSO HcX3ul/afx1d85Ed40M3tsXER99Z8m6hL1vLv5QkviXYfQo3ughDmTpvpMFjsRt+ oGL1T78I9+k+UAep6/ZwWWqayKk76lwadj0oPv2i3YOBgWRA2JnOGAeDRyVwcG0g E/dfdKzf1oZNFuMePk4tW88vOkbY3HCZZZ8pwUH+LQ1M4Yu3/HjMwC8JI/k0oql7 TRUBaZlmrM0tbJecW2wUAznbpw1j3PqO64+A1Ikv9JOve4LJYJMesoNQGKutweMK CV/P4EnlfHzSGjNn5rHnaFSBRP5bisdOTw82sDoWhjsXrcsNW3He11pSqO97mTPO ESiaUpprJTmTFCqlpsaB2nz/njMTSwbG/MhhBsT+vaGE2XXBd6YjQIsK0rgLZqEq WUQAvwBYvT3eP1P5b0Uw2GblHtSbuZ/bkfNvR8//prYzqIJRFFhQI66W2OJdDrtK SaHlX8MrfymZm8/Um5Z4QU9TFnHneY2sIguErPIdWOU6nvFqZEFHFuDg7TjVkUj5 gjNwgLXDH7xKYIpIe/mw5n0PB2uim1co68rOL0v/NITCPsz4Src= =qnUI -----END PGP SIGNATURE----- Merge tag 'renesas-arm-soc-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/arm Renesas ARM SoC updates for v6.6 - Drop unused OF includes. * tag 'renesas-arm-soc-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: ARM: shmobile: rcar-gen2: Drop unused OF includes Link: https://lore.kernel.org/r/cover.1690545142.git.geert+renesas@glider.be 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.