mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Linux kernel source tree
- Enable TISCI Interrupt Router, Interrupt Aggregator and related drivers. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+KKGk1TrgjIXoxo03bWEnRc2JJ0FAmelhEoACgkQ3bWEnRc2 JJ2LyhAAp9cQKxEx0bfHimNiDzYmWAtev6nKatdCm2+ibLme4P101ZDbqi5wZLCp NMz+IHbN8ZEk3QEeHGrzB9HqUjvulGed8Wm4Sqh8rReiGdVM/fIBi55z8FMh/JaC pFh0WVDZBeudyCe8UOKj0U3zG8+Ssvvn83P/U2QGqkGxd1QP/lo2SrN9En5eo+NT X+jkAi1gZkTy1Fp1YwdPpED9gYn65EKyaV39Z9zdN4w7WSJgu9MsjTz4ofLb0R8B 0zcB53LMKKjWMnqlgRrXPG3EqhS6TbjuAJnC1TO3X3QBSLMLg+9Dr2FMbNczna86 yFE3CTM9Zu/HCKtVjB+NZcyGeH23XqANearHBYGfO12FrWUnoygO0sCdbGO13EO6 wwn5CzxyAPD2cIZMhcpyvJC/z1/H+UQ/P87q5xBrntSFK6N64mI680wAkk8m7zia qhXxiVoh8LD+4DSncLHJw8kDHum3mmN69YYpbT2egOd/rPORvtnyJe9gdPRXiIwd r40AMyQ8wnasxNf5M7zbOxjBUJ3aoeC7FCaVY8DwNgBvPR36hFEs0m7aAcHPOKGv 0sXdKwwoLPXHWStVWAPZo8llB1qiv3kDn8I4dg+iePvn3sLh8/DicmUyC3W4leXK SKeqGx41OMxPtXFehHKcF6/fyV2l9oUcA7KW6vXmkPsuCB6TRUY= =D6CI -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmevThQACgkQYKtH/8kJ UicOMQ/+JOeolAosgKmKc+L/yHQ+ImtAqFf/Hpy45TgTIM3rGfvAT+vCsuozBJ7k qPvioKGuh+M0GZydqLHIQcC+8y1LxoVLJDqgPjkR4+GJtcEEDAeY8Rb+ue6ftyQ8 ZK5duPxRYD/v3obYqlKKY6HcXzYeMXqAFkyNZYakK1WDHpaxRIQCTi2FPD3bUBLx AHxyJTu/J5fCK7Y9JU2kBhBKDYpjdsVEtAwvl4OYyAf/1XmD2+yEHu5NMZwo1aXa P59TmS2kHBTEhEWV8Hr1p/3RXiWrleTMbPlT+Fld8+a/Gl+QpOnLZP9zeR8aPyio p+E4bVMH5DhsRL8UJvYYIaYQB6zYEb+Y9BbXMcNgtPWNxAPq+K1/xS1ULByExEWA 1iJQWVjxOsaWL6lU5fEHT5IzRhyG+Mfwv+bcwVruUcXdMx9CXhxTuCvZif5sbEPb 8fXuM8EaRIvfITclZmwdzY+uZ7qrnpNM2cKUnGFy0ruOPoCGDR7U0uJntUQt16rH mNJlw4TTGrNz1NbV+cjBgBoz3ieg2gM/0T9cy+Qa44+3CCLqBKaMXyksbghHr+AU N7ffXZv+7+U+6c14q4L6mjTD1HCFCB7L94oO693iL7ULB3l45ApKFQQP1ZYdW5BU qzIqNnmK/os/6E893gGxwAf8f8oig+71qVAuVps+ut7+kU/pCxc= =fC/c -----END PGP SIGNATURE----- Merge tag 'ti-k3-config-fixes-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into HEAD TI K3 defconfig fixes for v6.14 - Enable TISCI Interrupt Router, Interrupt Aggregator and related drivers. * tag 'ti-k3-config-fixes-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux: arm64: defconfig: Enable TISCI Interrupt Router and Aggregator Link: https://lore.kernel.org/r/20250212112857.pm6ptaqbx545qnv7@eternity 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.