mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQFEBAABCAAuFiEE7v+35S2Q1vLNA3Lx86Z5yZzRHYEFAmMb410QHGhlaWtvQHNu dGVjaC5kZQAKCRDzpnnJnNEdgcXVB/9WBLLMqcuNRWx4/rrr5Wqyvp9VycLX4L17 iz/VYBAdetbUPmmqOSr+F1lRG/7GSG95vLhPxUUq1h7YlizfEE6hyPOT8j2xEjpv tj7qF3zZHaAbqNegq7NXJQ2vMBJVXe73HNHqom89Seiv1H7gWfvOdUhHCEbzyv9M Hf9XpdT27QxmDp9iiz1HKG5OAS6lO8XKsO2UnVR/WW8r1UIaamslP3663IHFNzIj hP0GTKp22FH7XXDuUZga2VQNhp8cfGMoHxoE+HlyZeuyxQtQvxAuYITykkHeGJOH ZjS3btzKU8/WrJrP9I1AjcXuJNJw8ozb4kIt9E/gtkUKGzAYVMho =QnDl -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmMfPpEACgkQmmx57+YA GNl44hAApMqPA21l3oGyX5OglYNkyrS5yxAkJE/WtQuWyCC1vOyyl5NY3w12D2mF /AvsGCL8oVWJHB2pzURNhFS10vmS2T/kswjbJUKhJ8T0XLrmPHevkP0sjwZyakSz Iha93YsmWf9Ugpca8JDuNELYFYCdEO905lMOZTeD+W9dokkJzwLNmPO/DJelywh1 H7YhwOhKrV6kL9hTEyLSgdQk+e26cG0xQo1n8kIJsBTH/oODa9ogDcrBLYJLgMcq laUlj40CyYF17NrHv1JVp+Bdi8kBg34CvJkv2uDFNcpdDkwh0GFvGUSgdyb/pmBT N7UIMzlf4YFZtCjXDkxzudsFEMbaV943uoQp6iczt6L8cjtKD5V8czASaOR43NIe 0gCIe5et/9FU98A+5PW1iuIhvlQq0LuWGmAWecNEYrWPhFtzYJGs95GqxxcSGHGY 8az5bkFqxXMtBOu7lyIatxctfXGIzKXXTcDzNTGGwDiLy4vpghi0IzMUd6inDj/v TXTdJ/3RCrGOed3rtpontU4CSyn9l70C29gZNYRGRCOzOk5u8AcHOdEeLWq4kalK VxGIttYsVvmVRuwE7qQSGI/sX146bqBjB6Q2sxC12jlS+OQYRZaum6n1m3mqw0VA tIyqpnwJE8WTyK7vG1fHJaIcJE5LHoI24V6cZyCBLSJV1WdCLmg= =AbAT -----END PGP SIGNATURE----- Merge tag 'v6.1-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dt Adapt emac nodes to make them conform to the newly yaml-converted binding. * tag 'v6.1-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: restyle emac nodes ARM: dts: rockchip: fix rk3036 emac node compatible string Link: https://lore.kernel.org/r/4766760.31r3eYUQgx@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 | ||
| 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.