mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQFEBAABCAAuFiEE7v+35S2Q1vLNA3Lx86Z5yZzRHYEFAmgo3c0QHGhlaWtvQHNu dGVjaC5kZQAKCRDzpnnJnNEdgVnsCACZKgutcNF8nYQXWJ5cnuRI+EekrdRsYVNm 1cPJVSx34bBrnZASM/fXcKj5GjHHXsMkNg7DLdHdtouUgYAeYr75DWFQ3kYbSEYB Dm7ZdMlJY+L82olU32gwv3lWMtFiZuZBFulcopFdsjJ2R0mS2vl3u3MsxSb4jd52 MkXSNHnKHsOqiPd6IMnVV7Cu1dC4tm5XG4UDYcCFFB3GXd6I0XfxjcWiosuSXuLa xc/JhrIEClndliSkZCn4CgFtIf+uy7xauNFxisZfPHdgSXL/xxhIbbD+WL6wT+g7 Sqd/QN1kwqZpnsJxvsXUOUGaJhGmfomVfrEFRvqxvyT0CoGpc4JB =rn5c -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmguT4QACgkQmmx57+YA GNlpRg//RW6651qaOSezbfjVXBodndXmA+YUn8/gi4U3UQwhKOw66aS6COoPHKOO iwcFhTUlHeOTTYvUk3YLFaeNhMV95uobG9iQ7PaQgmRejPPds2ep5RePtLglN3Dy VhP9VHpo/UywqH6S1M8ErQKPgpCmja2ZHTWlSEIuETEwFA9aMUpm4DXEkdIsxx+A XePIHI77RiA7Qq2rueW1j0AXQ7DiDBFFOmGRVW/3F93Xg2CspDRBkOKjQxOnJlTA 8Kmecoo4YPUz2jMnpsMHPLVbNKmtIliSf8V/KV9uQawMpctmGBYBKkwZeimsrFGe tBvi53jVQBfnYE47j+cuBDp7/YKzJOjbOULjqEayth5Fpy51iqt4S6QdF1po9TCJ 4FnPHKiD/I4YQsnEjr3eqJSwjCj0Zm3GPx/Rcmcev7XL21NHBH/ywurDfCo7PLFj tZiFrvQgb12ErtDkP1BTAn1gJqYFG9pCcjb65BVLbMfcbb+KdulyMPJoVga3E9/0 Eh2SZx+RReVp0UTnYmBK32hgHN//1n6whzMycbYn/yaTSoDgB9pXR9oIrpwzngw8 u6ED1Bn4pwgCPKzUD6RmQhBCkrIwpFLdLmpFfJcQkRRidif1eyqQQwjNItmWXyqX mBCTV7UfOxITw2XttmMBpQ3LlyZ0OAicNei/+K6lgoma0aVyypg= =IfpT -----END PGP SIGNATURE----- Merge tag 'v6.16-rockchip-dts32-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt RK3036 usbphy addition and two Sonoff iHost adjustments. * tag 'v6.16-rockchip-dts32-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: add rk3036 usb2phy nodes and enable them on kylin ARM: dts: rockchip: Sonoff-iHost: correct IO domain voltages ARM: dts: rockchip: Sonoff-iHost: adjust SDIO for stability Link: https://lore.kernel.org/r/3652020.5fSG56mABF@phil Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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.