mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
Linux kernel source tree
firmware: - Add debugfs interface - Wire versal-net compatible string - Change SOC family detection -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSXAixArPbWpRanWW+rB/7wTvUR9QUCaMQDRAAKCRCrB/7wTvUR 9a+wAQDT/jrl9UsCceOwNUuysSQ8ZpUxrJnEO2NOl5P8MJwvVgD+Kz97DvSaVCI6 ufj0Bo7J5rNVm/aqSTct4uxOGdXxTgU= =n3Rq -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmjyQ3EACgkQmmx57+YA GNk9Pg/+KfHUUa2/11speQTYaHMj3m3O3S4mwKBBLRryglU78pYRIanyPm9JwUvL tThXJbDcD2pMwH1yuIBOjnvqgr+xOQCMBSAQdA3QvCtbvh1yjfD62VmUeYPnpGNi M9zcfnkF+Wlj8JphGhB0nirh7tsnOxcfAOB2W/3RF69mkwPdUS8CHb5SaV2nJvH/ 9YE5+Q7dIvOAFqL0J/lQPZxBF5WUNI2ya7SYoIWQTdkJMVEnen2ZjuzDXrYw6FFK AFtHTf3Xdo2rfK/+QOR/HMsmFwP0x75bah65v8owPyPwu10Zf8xRIxB/8PjUcRvB Tf7NTu3ASh26frF/wcMMSfUoAhNPGajWmOzIC166dVjggia1cAjRavvj7+3XH/FK I7GLR6vJP7YzooilSAZc0ErVQgCCQOBLGWNlVWF+fJId95fx9eV/adDZFJYfP+wM RptQI3bDkyRNMaU3ODOBjkIA1hCrg93ZtvcPO0ClGrLpOOwa73WTuTtSyyWcRq3/ 0yyHnXbyFv5hdKZmlE198ynCA60qpHHKqU6nEzMlhkx60IyzN5vBZSMiVX9e/9LV Na505HOANe8xlVJpl7++PMce7hHwn5qC43mAw6Ns0hANNUnIxdysABDg1WHBf6a8 T0VNqFqt5vyKezSrML0KXSrI3TSCJAtMhz1XerGIbGe5SHAbTGM= =5Nk6 -----END PGP SIGNATURE----- Merge tag 'zynqmp-soc-for-6.18' of https://github.com/Xilinx/linux-xlnx into soc/drivers arm64: Xilinx SOC changes for 6.18 firmware: - Add debugfs interface - Wire versal-net compatible string - Change SOC family detection * tag 'zynqmp-soc-for-6.18' of https://github.com/Xilinx/linux-xlnx: drivers: firmware: xilinx: Switch to new family code in zynqmp_pm_get_family_info() drivers: firmware: xilinx: Add unique family code for all platforms firmware: xilinx: Add Versal NET platform compatible string firmware: xilinx: Add debugfs support for PM_GET_NODE_STATUS |
||
|---|---|---|
| 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 | ||
| .pylintrc | ||
| .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.