mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
Linux kernel source tree
This set consists of two fixes for minor issues that rarely, if ever, happen, so not urgent enough for these to go into v5.10. -----BEGIN PGP SIGNATURE----- iQJHBAABCAAxFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAl/BDJQTHHRyZWRpbmdA bnZpZGlhLmNvbQAKCRDdI6zXfz6zoSZ5D/9mNq1+PuIsCwBlIP+nBUcx1qNid4RH 4jHhwxYxQFsPL6P2BpwS5RRVk4gLvetevcpi6gjPvkj5d5/p7H/3dVvf+lcqWbm1 aIderPTitYLb63HPAEO0bLaACEboCks/NIvsdzlS34bL4e8ovz5yMDQK6bNUm0qU Q0of8O5LT+QulVyqIUuFeFqepcURP2GWAIl7cbqitx8IBI/R6anHC+E66RgSJLbv yjBscS4iRjDksBP02sms+YtwSrOylrJMshbDePeOjjAToFpnr00HSJBGppH/5eQx hblMIULs/hJ4qw57OBqiVUtTxBaYgj0FIzRvE4WgS1H3oLg7iuEwT3IXS3vKne7K ygg2SPXXE/jlwifSyG5dtV63puzcPzBkDxOitB9pn7l9XDu5AhzHXPx6AHf8OuHT 7NipTliy+dO4fDGz71k2WCpadXLP9Gn7qHs3n1d4i38ePOvhqZvOxEVhItTjFpDM 53Np6KgaUj9+ua8rmpp3OJMEjYqiuDDBDORUbR4gYPRpNhwy4rcBmKPklHIpSB+B wkJZDa/2XIU05a83K1hqAPAVLOh8WISjAERJ98pa4zjncXNjx4P7Qh1VXfyHMUSe tVxZ1QIu11HobkNIc/af+f1y406Fsb1BBWO9mKsVexa7arePIIMjlHIgkPqSkb4m Wj/gwl8eHMWzZw== =Uv4o -----END PGP SIGNATURE----- Merge tag 'for-5.11-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-tegra Pull a couple Tegra clk driver updates from Thierry Reding: This set consists of two fixes for minor issues that rarely, if ever, happen, so not urgent enough for these to go into v5.10. * tag 'for-5.11-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: clk: tegra: bpmp: Clamp clock rates on requests clk: tegra: Do not return 0 on failure |
||
|---|---|---|
| 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.