mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
Linux kernel source tree
- amlogic: Fix T7 ISP secpower -----BEGIN PGP SIGNATURE----- iQJLBAABCgA1FiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAmfZZUgXHHVsZi5oYW5z c29uQGxpbmFyby5vcmcACgkQ/iaEJXNYjCkg2RAAtNe31yxJDXXhw7OO13XmgEu1 Gxq+8Ez+FcbDX6QUS5OOlog57lYSORCt1WaxJlnhZxPZS09K0pCRb/RYBUWXe64V tY3ySG66YvbKM1uTSZIwZnjJd/DHWU6Jl7RMZ1Nf1VD9B4Z8Y1tFjvCn1ASfdjwI zYL/xffMGcgarO8x2QHq416LSu8yBPgfN3t8qRX0MFEQbDkhPVaNNyR0M0xl/9xA NZQ7fiqG0hN4QwUCyru7ouWHvaojMFMdqCspozwcnOpmLpRIlrNbttq1ZpKd4om2 u+O4U6rbUIzxhImf1w4KY7tTbQ+yEUKApb1CYuPKSitmT3qnBtq/CsADDVnuS1X2 9ZQnTD2hX2tGEI9QBYoprLxXOoexV7IM57NxyTAzpJYuHI7bEFjq1mlvmgC2QOMM ItObGVStOcKrnxSZ9mN90a41Zqpy59Vbbf7/yhnQssFRrDDUeujkuiyr7Xw+ONMi pegmBnvhpv76kC/AWptVpb5qYT4w8RPWOJZV/Ii8ut5YVZV87NTXm6xF/UgYCDI/ AW89LUVFnRbF12J+fdQdrTN+lCW01j+yynJHhGVIAEMquOhyiRfVP8v53zMZ8lQz s/ezwavgXPJJrAiiJEKybK9n9t901v06G6ipTmq55Bw8lUoli+E9obtMZpG4sWll 7ydCVx8aUc0APf8CWVw= =/rtS -----END PGP SIGNATURE----- Merge tag 'pmdomain-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm Pull pmdomain fix from Ulf Hansson: - Fix amlogic T7 ISP secpower * tag 'pmdomain-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm: pmdomain: amlogic: fix T7 ISP secpower |
||
|---|---|---|
| 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.