mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
Just two cleanups of missing cache properties for Nuvoton and LG. -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEE3dJiKD0RGyM7briowTdm5oaLg9cFAmTaEZ8QHGtyemtAa2Vy bmVsLm9yZwAKCRDBN2bmhouD1zqND/0WciVM8HAAQ3u1JhtgNLn0gDfjHlsH0EBQ sC+DjrC32qVgTCIUvkdDqNbVu2x5MWrl5lPwhjZ6rGR/gypTLygbPueH5uGGRoDA VGRB50Uf877SQNAgrNoUnutTawty3f4Htw2/kOwrWB3cnfpu2jqhvTecX2HKt8Z5 YY4JPF+0UkWK7Woj8EkfWB0CODTgntKY1gceRrgwe/eFUsDoIbsFhMGBdB/6uaSh v6HE2YtPpKfcxkPs73gbY32rvFzo1/lDwUklyOF80aS42SEtaV8rc1AfFuL3EH5L NBNJT2ghPamPmTwmMt9sDbJy5o7ULBiPwcuEJRP/bJUlJYmDOE5hVDdBtjZ2j1Yr icEJVrubj26H9yov5UsrSqdsogbDbkFOxJlFm+Nr67Iajq71/eaJ/QP10OSLSA0I LFp5VH2DFuwacyobCBtODFUDYpkzViP0uLeXj2dW2Xjl+Ic6E926CRyaCugf8ZE8 /9HoNSUpCQP1qaa3u+uTPv0hbUcS5DMAsH7IBQdFkQAqkwR9QvmWFA3YH6NpAGyt ZOxABzAcRmxEG/r8A9J9M+d1MbPl8i7+Q8Kwjl/yEGlSR4b0oVNHqwIWcgU0YVS2 x1o+EKMySskTq6H7P8lwCWVOcV+ftWokF8qPrVzPqLdMKRPGN/ujzzxDt7LF2ehM X8tf+nenlQ== =4tYJ -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTaoOoACgkQYKtH/8kJ UifeJhAAzwX3syi74Hn4u15Pp6Ygzy3OjeZ9+4l+0UBVMZyDjFYJY5vEUV5NfjGn uZoFjrnc1o9AxZeWiwRpSBbgfP2GWP6Rc2h4MNEiQy5XK+Lo+ILHY55exfCFZgZu QdTUhU2wqLo6RsBMSIcnmkdFehc7fSpyxdZLw1SPqePGuxGd57ZLZxrhxp1Oy/cd ZIMJ0CCKIxLjI5CCw24z5f3ugzcCh0ewT12T2/0LGjn2+YERQ1EvjMXD2v6FUmK1 littwEPDzefQiDFk5oaLNSjvcrl7LGb3sj0E8QGdS1vxkce+VnG0aqzHW2jEAH9v MVVoH0UttBpukJOIcJACtd2Y6+wa4/fh67gz0WuHdfPJbjlBz3AAR4IvVNiaQMXx no7jalxdKxW2bBk1z/ziaQ6ySgUx+ac/XI5GH359i+WILLW3OpVWMLkc+AzT/F+o E9pytKle/zDC6xuaJzLQhsOVu4uac/Tw1ePwsYa/867x2qzn/UodNcksXUHFCk9o 94PL/T/B3OgR2IojpZmwfqp7O0XeqZWi6IgUsHFHtxsdJsDeQeDfBbzbka4g704m mPB1ZqfK/uWALRDVODt6NyZgEmBhDXY899zjh9Vpio2VKQaKLpgoebA8AMgCo9Q9 ai5rytXd0AkndxJWlLwZgLuqQlPj4YM2BT+KeAD/FTHnlMUKKgY= =dgLX -----END PGP SIGNATURE----- Merge tag 'dt64-cleanup-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt Minor improvements in ARM64 DTS for v6.6 Just two cleanups of missing cache properties for Nuvoton and LG. * tag 'dt64-cleanup-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt: arm64: dts: lg: add missing cache properties arm64: dts: nuvoton: add missing cache properties Link: https://lore.kernel.org/r/20230814114154.26017-1-krzysztof.kozlowski@linaro.org 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.