mirror of
https://github.com/torvalds/linux.git
synced 2026-06-16 02:52:26 +02:00
Linux kernel source tree
* Add critical flag to meson8b's fdiv2 as temporary fixup for the ethernet. * Clean up license headers with SPDX * Add round closest support to mpll driver. -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE9OFZrhjz9W1fG7cb5vwPHDfy2oUFAlsClMIACgkQ5vwPHDfy 2oULxQ/9FvxrfK7+KokmN+A/ypZDJFR6bDa7KrxgNvVEr8DlL+j36bnQTC9WKFXq jw2bBXeuvdqXoqdDTeU+UZ+o71wKY/3MfPrcaOV+ILGB3DAF+fniBRQSpWIIiHAk UwE9VZ2oFCAAI3mUn2V4TfM/lLVfTjSM30LMoF4EZUV3Zws5fXOvsEm+V6IPYTd+ 170K5NsDEuLseXo9ir/z7RXdA0++u2M7PtCVswfAratO/J/uux0C3tMTQgPsvQr2 gI74Pc7+nJND8YjEb9pQe7L22NzGZhwrRF8pHHkbhp6fhF1yuUPWzz7qEyEUqQVl UpEB3S3QFEuzLyoxSwE86ops3PiA/zUfVDKFgwjrye59I7UFdRmYbfauOCw7r1g3 HYLVRwexrqsZ71wtdHnXCVNYf5g56hhFLvOf6rIfJmNThU80/Du9N1DceQbGQGby pCmPcA2vKis1+aX+4qYVyuVeOuTaymCCuNchxFEpJPzUSwC8B6wtBO0EGERS75tH CcIQ+B62y+GaxJB2kevojN0glK51tX5fON8gJDKA1fDxObLm8Wkn5+ZrDtbPO8/5 dxlwxw/+as0aAUJSXUB3ETpUlqS/23ydI/dEdogD+C6VZ3qMH5wscy1Gt8nYfP0+ X1MrscQumHzYIlWUT4Yd/MlcgN4Aiokr+1G8wPBHkd5kxwjCG28= =1m3M -----END PGP SIGNATURE----- Merge tag 'meson-clk-4.18-2' of https://github.com/BayLibre/clk-meson into clk-meson Pull Second round of update for meson clocks from Jerome Brunet: - Add critical flag to meson8b's fdiv2 as temporary fixup for the ethernet. - Clean up license headers with SPDX - Add round closest support to mpll driver. * tag 'meson-clk-4.18-2' of https://github.com/BayLibre/clk-meson: clk: meson: axg: let mpll clocks round closest clk: meson: mpll: add round closest support clk: meson: meson8b: mark fclk_div2 gate clocks as CLK_IS_CRITICAL clk: meson: use SPDX license identifiers consistently |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| firmware | ||
| 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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.