mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
Linux kernel source tree
- Implement CpuId rust abstraction and use it to fix doctest failure (Viresh Kumar). - Minor cleanups in the `# Safety` sections for cpufreq abstractions (Viresh Kumar). -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEx73Crsp7f6M6scA70rkcPK6BEhwFAmhKreUACgkQ0rkcPK6B EhwSig/8D9TI2KP7lP3NCAs1xiaw/KJxnIK9XiZMibr/3jBifISAbe1kBSD3Gpsp +vc2gJmTLTarlUKuJmcQSY1kCgQpIZIzZbu4XZp61senmZcwZNtTj0nB4nCmc7Va gk/410J5GKjB9ee1AQLUouw9Cw7xILNApfdazwI1OK2nBsgJZl89Iq3HcClI9R1T QMqhrP+DYrYOIs+Vkp8dPkfOt5G5XNMbdh3Z8Zc//6BR+U8e5/3cq7yjqC8uRcBQ x8Tq5GsjmCsze7q4rBjgL9KyL4MFjuPTZuMJHEIiNbbO2TCMAhbkH5c+LKX/uMBz xC9bO5Qg7x/XbrQWZR8nU1P9VkfrzF/GTQoIHkqe0tYspapQ8bSUhr3wF2wb4ktl B8Ess9VYcGio5+aB5hYvF1LAQbr254k2H7mbsSNDCAuCiE74KhQO7LQHH0DPjw+Z lIxCvu1chlS0AtaZy7OlVXeLTWJLbgGmCWQp/EVPt2loWKIxqEdz04l2OJJQ4zgq GRJiPykZRJQBpdJeQzF9U8a13hBAqKMojEE4A/CzjFImz/2pLSilhCIVEmj5qm2g fhSecXCHk0YrAca/FrXV+TmKni+Cp2b+HfP6MHuHjPgTlKpYMZ1M+7ziEPZtHWsk +LgtZXxXcinbZKF1zTQCcjO2Le2A4jo4S5AU8LKHFh/Dz+xTL/w= =SgvH -----END PGP SIGNATURE----- Merge tag 'cpufreq-arm-fixes-6.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm Merge CPUFreq fixes for 6.16-rc from Viresh Kumar: "- Implement CpuId rust abstraction and use it to fix doctest failure (Viresh Kumar). - Minor cleanups in the `# Safety` sections for cpufreq abstractions (Viresh Kumar)." * tag 'cpufreq-arm-fixes-6.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm: rust: cpu: Add CpuId::current() to retrieve current CPU ID rust: Use CpuId in place of raw CPU numbers rust: cpu: Introduce CpuId abstraction cpufreq: Convert `/// SAFETY` lines to `# Safety` sections |
||
|---|---|---|
| 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.