mirror of
https://github.com/torvalds/linux.git
synced 2026-08-07 07:54:18 +02:00
Linux kernel source tree
- Minor cleanups / fixes (Dan Carpenter, Neil Armstrong, and Joe Hattori). - Implement dev_pm_opp_get_bw (Neil Armstrong). - Expose reference counting helpers (Viresh Kumar). -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEx73Crsp7f6M6scA70rkcPK6BEhwFAmeNxXUACgkQ0rkcPK6B EhweQQ/+NAc0MujDEf+e9X83/6R/uSfto+SIyBw21MrR5lUi9lyOKzJwbf0WOBF+ ZSCQe12Ifty0V/xB0KFNjm/rFGQo6yBIYsZHM9NGMGmpLENnkAZ5yNpQXlEwtGkm iPQy7gqW2jesIQuXREOj/Snc0tgCZjQyiYalK7DdE0d1LNG0dW35ctMVquWlzTSc Ziuub/dabs7g0TqEUWti80i77Lqvzxi6P8teRbYLDhr5ibKfm//PoRCLy7zt9v7L WSGjVA+5cVtyA0LB6ODh0qHkjYG+WHL6BAYWsLSbuUNEksl7NsdOcgFfuEcYjzsU jWtwt9p+ir7w3y1RG1opnmleaCn1Ogais3lZ71v2ctn3J6jV7VB/79oSpKqBBXJm ZcCjgau2NNJ2oSrBYG1nqXUjBVrM0QJfkHDZvAriIPaqRG9+6w0tWMQBLMMFQbii iqrmRiVWMICp3DTGapjB0Z0VevcHFMs/E2U2Dp9dT1TtV4KHJWlBrE8VvydrdwLq pS9Nv3XLCpzczGjS4yuxOMLzPuLHZ3N9z7m6K2IsuX174oSKbngcjcuf8vGzTq64 70k9GgybLECs0k6dwq7nTDg9rpsgj7L0I5pexvW1G/lgvyQrO11E6RhR6P/vHNpE CFKJnAcB1kQtGRhV0tYzUKHwtnf/y65jodahfGNqH1Jq6lqNM8Q= =IgvW -----END PGP SIGNATURE----- Merge tag 'opp-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/vireshk/pm Merge OPP (Operating Performance Points) updates for 6.14 from Viresh Kumar: "- Minor cleanups / fixes (Dan Carpenter, Neil Armstrong, and Joe Hattori). - Implement dev_pm_opp_get_bw (Neil Armstrong). - Expose reference counting helpers (Viresh Kumar)." * tag 'opp-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/vireshk/pm: PM / OPP: Add reference counting helpers for Rust implementation OPP: OF: Fix an OF node leak in _opp_add_static_v2() OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized OPP: add index check to assert to avoid buffer overflow in _read_freq() opp: core: Fix off by one in dev_pm_opp_get_bw() opp: core: implement dev_pm_opp_get_bw |
||
|---|---|---|
| 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.