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.
Forked from
drm / kernel
12337 commits behind the upstream repository.
Simona Vetter
authored
A regression was caused by commit e4b5ccd3 ("drm/v3d: Ensure job pointer is set to NULL after job completion"), but this commit is not yet in next-fixes, fast-forward it. Note that this recreates Linus merge in 96c84703 ("Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernel" ) because I didn't want to backmerge a random point in the merge window. Signed-off-by:Simona Vetter <simona.vetter@ffwll.ch>