mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Linux kernel source tree
- Optimize local variables for clocks -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoHhMeiyk5VmwVMwNGZQEC4GjKPQFAmgatYUACgkQGZQEC4Gj KPSGyQ/9GHBHttTsfU1CallBdgrW1DzAx00mYivTRjJgdLSu/9rzPxeGZGha2ksk UtFSBQazNx9LOUg4otDC/D6QWNc/nk0dgsWdOf6kMQH3hH1vgNe5UXofsArGTdpp jZt31T504Xsg2SMW3UaoxwIyhqBQyXXF/p1Lno7rxNv4TiCugfnJ0enBj4266Wji Qs2LIcoT+jQZ6iu3+QBUNahCj06J2Zp57j08pXXqcOpANqKS0AjLFTV7TbpSXU/X s94XII4FVkhkJBuNEZp0g0I0ZrIaqfOQkXjZeeFenpQarqeKNiqBB58eiO4dCCET 3A/nzjV0nstWci7RgmiE7RVmkgwNZnUQrr2S9+aKxQrTAPV8D0c755OwiqcVrPpC 1KZWld/piSxDotNwbiPHh5XQYhI2ETNal7sT3abt3FX2h0JgPTMEE+/ObZSZcd7E zoRCYgOto7GtHMFYMyD0g62exmZc35xLbwszFcMLInS5evLzym4d+91SXEobne8b Njx1CYkMIuTR4Rkx3GV7yjS/ZGYxXRnMMpW9HyAOYkw+GlofrznqcWo30No3ixNz 9a7na/JYsZJSfbJsgRZBWyAdMh/RGiCJFCggIRmca+kvNzBTt3ZfDExTKGGwbmWE isCT/BjG1W6jSGpcf0p/cPfal/HPlqCHUNlaZlEM463nkom3L4s= =iw/j -----END PGP SIGNATURE----- Merge tag 'socfpga_clk_updates_for_6.16_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into clk-socfpga Pull SoCFPGA clk driver updates from Dinh Nguyen: - Optimize local variables for clocks * tag 'socfpga_clk_updates_for_6.16_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux: clk: socfpga: stratix10: Optimize local variables clk: socfpga: clk-pll: Optimize local variables |
||
|---|---|---|
| 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.