mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
Linux kernel source tree
This series implements support for booting GSP-RM firmware version 570.144, and adds support for GH100, GB10x, and GB20x GPUs. Signed-off-by: Dave Airlie <airlied@redhat.com> -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmgqTooACgkQDHTzWXnE hr5pSA/+Ljsa9uf611yYlHBYoM2ry96tFwj2P8UrcH2RjmAAJ0rv9DswvMnTgzCJ UijN/pwHk8Q30ZuToE/57DOS03X2/58ZVqAn4ygJYTCndCm1k5sBhpSjhn7lnETB F3bfxUNO2xOojPkzEbqfsmC1PYndZKwM8kDjffhRWvug1GE+A9DzhiVIQ1g1uvfe zYxd38jHpjwpsnhW/aPrcAt8QlLGZvMDvoKj/52XNjUAoeBN0jXhpCx9Ek2bTojz NZZuphFpXTYC0FVORQ4bO6D/5ZHG8U95fdftO4bX7NRaE6Jqs5kUT8TxTowokltA uIs5Ga7BdMmc98Gp71bzUfK+bXOs44JBmckQYIy2I2qmb0sOK37m196TK6rGtRJS 9sdDjsia+U+jCJZceM6Ls39XHssF2OLWTJLXnEEVXDRZXWgCu7UYC4qYxUwRUute sQu44gxNop5GPsfPBCkdzSZm+gVfZ/CzsTy1jbv/FohQ3J6k4QpS2h/FaDiNV/2T K5VDTUPHpgmph2mPnZCQH/ngV8BuV7M5Bv27ECIaq+5h09iFB7c2rGUfj8+t+yoT 0IuIFj1hduGjA0mTEOFvWLASGKb6ayxRmJsxAuFlGHd+UMtDr9GlhZLnAPaWzfLo /haWHiV26UEXpIW7gMUVrwqcVga28RekbspOadI0Ci8CfNeYTVo= =v7Vr -----END PGP SIGNATURE----- Merge tag 'topic/drm-next-nouveau-r570-2025-05-19-1' of https://gitlab.freedesktop.org/drm/kernel into drm-next drm/nouveau: r570 and hopper/blackwell support This series implements support for booting GSP-RM firmware version 570.144, and adds support for GH100, GB10x, and GB20x GPUs. Signed-off-by: Dave Airlie <airlied@redhat.com> |
||
|---|---|---|
| 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.