mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 04:40:06 +02:00
Linux kernel source tree
This cpupower update for Linux 5.17-rc4 consists of minor typo fix
and renaming of file TODO to match the kernel naming convention.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEPZKym/RZuOCGeA/kCwJExA0NQxwFAmH5odgACgkQCwJExA0N
Qxxc9Q//SFHV4RVI5fNbm7KgrWzf/exiQHpOyyLODrjFpf/S8yEwz7ExaduMyOO+
DBLbF8g5fJc3TYsSK5pGLDlT+oyMXgPG+euRd8G04Q16wkc6LcX/TKe5vZt/wq2m
lbEGUwchicUfgWHyN/QMHu23VSbm9Y+aHdITBxY7ByJlPTIeD4txE3/+LJpCJ6jU
psGkYp98RJg47fLD4aBiDOWJFvdlsmA5nvKZvoRvbCdD/t4daLxR55CvZtarZDIc
xz+MqPrluE6jvg8OZRbHLSZqj13gr2ul9tmTYkRJL4etILQvf1MVCKL7o778BEYt
prMJo62n3Pto4tYhFprhEe1owN1uHsAIkSx6/3snblrJsY+FFNJwanpn2RAKRcFQ
6srsPzLJyrbLpNgd8msapt9+K6crk3SuRAMcl9vTYDQIFDxmizdB+Jj7TTLyLFJE
YqURghpcTEJPPDm6zgcj8VdtKKz/+a+MJ3eZnuZmDSRcKM76o2VX0x8uy+nMaj0m
ELEzrdn8rTlqgb08IUjZwq1P4p5V33MP8GzoHWz7fzr/YMIxZRd1YLHdts+GJM/w
5yfBvgs2m9CmaR1UdxmXumn+10nAP23Rk5CSu8KAL+36CQNXHyX8j7H5hFCO0Ah0
iJYQMK8Fra2M7V7EAs2Goy435+mDqtteCvUrHWS85RjRoYti6Go=
=hPMF
-----END PGP SIGNATURE-----
Merge tag 'linux-cpupower-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Pull a cpupower update from Shuah Khan:
"This update consists of minor typo fix and renaming of file TODO to
match the kernel naming convention."
* tag 'linux-cpupower-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux:
tools/power/cpupower/{ToDo => TODO}: Rename the todo file
tools: cpupower: fix typo in cpupower-idle-set(1) manpage
|
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| 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 Restructured Text 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.