mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
- A-series SoCs: CPU cache information has been added to device trees - M-series SoCs: SPMI controller and SPMI NVMEM nodes have been added -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQS3vz815OHsEaWy0u9EEX0kKnUe6QUCaBuEfAAKCRBEEX0kKnUe 6Y2BAQCP2qNJgUcd1cIkQnQ+NFOcVnT4Ti/UeEQrwC3SU50vuwEAliMmouNRDPua hDGaKwjhCX71rUlKQ3mlTK4bY+ioOAE= =rNjZ -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmgea8AACgkQYKtH/8kJ UifJiw/+ONesQiLdjjgxRpSy1DizSluYArBSZyIqzJMMyneRbJGU6eHtrQVxXzkT SQNoqNJ3YQdguSx+nkkmbdgzVYa0X7CFzE1CNBUIHqvpEJSAX630x1XgB2WQ151y LRu4+ArwVwF81XiZVgRL6nr6BmBgirrHbebfz9LeWEzjOf+BZdq5Oj/LJRkaLI+0 8O8UmPNJwBN4HtBU4TOjsoahxXUBD1mUugQTP2pQfvUHK6CTBGlzJCuUZHHaKbJR h+GA5Z/bYxVzlZEnSb3FE5zz+HU68shp586Ie3T4TofWTJVxnDl3NojtW0D06tG3 KgM6hS5mIcfkg6JIkOV2db5h8bk4geHCcv6GR90V2w73GO05fI2sgDI2B/7+nuNM +B/jVGuCi+AwPQrsSTw+6Jg4aZQlR7LeoE8uR60I6s8tPGKHliKmjnodDR4GRx3n ANfEXUqCkL8bqY9ZQVw9piXDfTb4XbJrbTtoGbhQ9ohpae1gBr+mPyCqmhfeQhjh nvGAKLSdxsyrqeS0AGSLlNuukwjWUUSivA6u5cw5b/p+ZoA5ma18042TWgMf+5tg S7aan0TF6APRQtcKiGQe5qIdrimvDc1kuzsmvbxlwonTVzhU8TKYKS32G8ItoAc+ lt3vchSIwmHvPkqlbtPUtSQhAptspm9XnP4Xuj/P396h8cDUgQU= =sMtJ -----END PGP SIGNATURE----- Merge tag 'asahi-soc-dt-6.16' of https://github.com/AsahiLinux/linux into soc/dt Apple SoC Device Tree updates for 6.16: - A-series SoCs: CPU cache information has been added to device trees - M-series SoCs: SPMI controller and SPMI NVMEM nodes have been added * tag 'asahi-soc-dt-6.16' of https://github.com/AsahiLinux/linux: arm64: dts: apple: Add PMIC NVMEM arm64: dts: apple: Add SPMI controller nodes arm64: dts: apple: t8015: Add CPU caches arm64: dts: apple: t8012: Add CPU caches arm64: dts: apple: t8011: Add CPU caches arm64: dts: apple: t8010: Add CPU caches arm64: dts: apple: s8001: Add CPU caches arm64: dts: apple: s800-0-3: Add CPU caches arm64: dts: apple: t7001: Add CPU caches arm64: dts: apple: t7000: Add CPU caches arm64: dts: apple: s5l8960x: Add CPU caches Link: https://lore.kernel.org/r/20250507160827.87725-1-sven@svenpeter.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 | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .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 reStructuredText 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.