1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
Maxime Ripard f45cdbc9e1
drm/doc: Include new drm-compute documentation
Commit b168ed458d ("kernel/cgroup: Add "dmem" memory accounting
cgroup") introduced a new documentation file, but didn't link it
anywhere. It was thus triggering a documentation build warning. Make
sure it's included as part of the DRM documentation.

Fixes: b168ed458d ("kernel/cgroup: Add "dmem" memory accounting cgroup")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/r/20250113155000.4a99e7b0@canb.auug.org.au/
Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20250113092608.1349287-3-mripard@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
2025-01-15 09:45:54 +01:00
arch Linux 6.13-rc6 2025-01-10 14:24:17 +10:00
block
certs
crypto
Documentation drm/doc: Include new drm-compute documentation 2025-01-15 09:45:54 +01:00
drivers drm/display: hdmi: Do not read EDID on disconnected connectors 2025-01-14 18:53:33 +01:00
fs 25 hotfixes. 16 are cc:stable. 18 are MM and 7 are non-MM. 2025-01-05 10:37:45 -08:00
include Merge drm/drm-next into drm-misc-next-fixes 2025-01-14 18:21:58 +01:00
init cgroup/dmem: Select PAGE_COUNTER 2025-01-15 09:45:20 +01:00
io_uring
ipc
kernel cgroup/dmem: Fix parameters documentation 2025-01-15 09:45:24 +01:00
lib Linux 6.13-rc6 2025-01-10 14:24:17 +10:00
LICENSES
mm kernel/cgroup: Add "dmem" memory accounting cgroup 2025-01-06 17:24:38 +01:00
net
rust
samples
scripts Kbuild fixes for v6.13 (3rd) 2025-01-05 10:52:47 -08:00
security
sound Linux 6.13-rc6 2025-01-10 14:24:17 +10:00
tools 25 hotfixes. 16 are cc:stable. 18 are MM and 7 are non-MM. 2025-01-05 10:37:45 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.13-rc6 2025-01-10 14:24:17 +10:00
Makefile Linux 6.13-rc6 2025-01-05 14:13:40 -08:00
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.