mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
6.6, please pull the following: - Krzysztof adds missing spaces between node names/labels -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEm+Rq3+YGJdiR9yuFh9CWnEQHBwQFAmTdOFUACgkQh9CWnEQH BwTMSxAAqp53NDlGkR41/2uTc2jKtoVPM4gvvHsN3ZMK87IYKPAB+3zSgO5I5ZLh nrFUt9n3tNnm/WmHtLGri7j1HuHuwtvT2P1PbxYbYiu5HzkzkvsrnUDpyJcA+EDA n6BiNTlENZCiMkkb9pcRNKVbr1wmbSKvJ7gQCYFpaKM0P16c+lsKPX6DnkoctVK1 44E/lkY4AbqLbPQhQMoZ/ER6x0aMfM5Foa/3fl5iT62ePsKzLk5Yqq7ioZmymGm/ jGHC4nc1I8WrNnuJD2pBmmtQArCJEWT3ztrM8R4Wm1QNAfLpjOthh48jh2TorvKF Hp4gmxV9IVbu2cIla0rU6Zlq+T67+xHfvs3oq+5xfkZ72dOQixP9UNFHA/Smv/S1 GsFsX35z1gqo6dBI/YKaB5kaR+cQ/YXMHx7/6rVoH6G3bLPSfVgyAxjVs+irwTYW QOk6YKKxaKqVDqi44yL2Y4RLgLSj51zY3n5075j+v3V1LP74et1oaXyqnRQjJoo6 amQh46VQhv7r05yTT33lPN78vtzahy2nLU/tQd/yTCK63Rfnwlke35wbtlOSden/ nPF0dCIznrUyF/KksOLId+ByeMfdK/ZjDlPghfy7wbyPQvUkQyf2IFqimaIX+mZs RoCM5r3wJ01u9R5RoASdy5OgzhnXc5S9aFhL0ts4OhKEjC3RoR8= =Wzyp -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIyBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTkGH4ACgkQYKtH/8kJ Uid/SA/4q5n4l84xgPfDHjZeinRQuYq+2wwq6n6SiKS7c+6wyGWXGR5IUS6wP8Mv WlkrNFZeFp/0Ijw1oKCEbZB7ng/hVud6RHycYdvHU7aDvX1q2axpHH0kNpJl8D2I cZgfdWSt90K7kDz2F44lFqQSn8xK92D/Ojl7y7BKdOEIIKsqUPPTuHvWbqHJV12R skbhXfYtifmbViyCfTh9PYnECFtmM3WdS4ZLxcHVzIyKVaVcAvyteTJjGCxujdUc omCTDu0MCPtRgryvIuxtN8AxSOCW3fRDUpDpy3aPQQuAlfhfCcHrBRXwfOUdQZrh Un1HO/0jFBHbH8eHINGDj/MYgLmm8EpbHXw/3ZmlFYDGQoisgN/fRJuQhXoIwPkq W3xN7gtOhYibGlrOJf0Ii9LgHNMOPUT7UP8njTT/fmelpwT+MVhIg09vEUP7kZDu DVD9c+s7t7sTjk2hNkg1SJeCA9PKL990G5KY2MxnxQms+XoirCFJFypWfBzk7GIi IUb2HQkwXZIyqrcs113X5H3PTTkC8Szob22rb3+4bFjJ6TOYzez6g5vCQV3iqr8B vb2HCk4TD1FdeWHB84bxS0QKrDHDRiZfAjycomsAH3bMy0hJRKY+qDsab513km59 Z2EracriKpe/zAEMIGzbMZAddGlTK7En4SrHcUpYeNrRcJehpg== =Hi61 -----END PGP SIGNATURE----- Merge tag 'arm-soc/for-6.6/devicetree-arm64' of https://github.com/Broadcom/stblinux into soc/dt This pull request contains Broadcom ARM64-based Device Tree changes for 6.6, please pull the following: - Krzysztof adds missing spaces between node names/labels * tag 'arm-soc/for-6.6/devicetree-arm64' of https://github.com/Broadcom/stblinux: arm64: dts: broadcom: add missing space before { Link: https://lore.kernel.org/r/20230818164539.2871539-2-florian.fainelli@broadcom.com 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 | ||
| .cocciconfig | ||
| .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 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.