Linux kernel source tree
Find a file
Alex Deucher 6ac55eab4f drm/amdgpu: move reset support type checks into the caller
Rather than checking in the callbacks, check if the reset
type is supported in the caller.

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2025-07-17 12:36:56 -04:00
arch drm-misc-next for 6.17: 2025-06-27 09:58:05 +10:00
block
certs
crypto
Documentation UAPI Changes: 2025-07-11 11:08:53 +02:00
drivers drm/amdgpu: move reset support type checks into the caller 2025-07-17 12:36:56 -04:00
fs
include drm/amdgpu: Replace HQD terminology with slots naming 2025-07-16 16:17:36 -04:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust Merge remote-tracking branch 'drm/drm-next' into drm-misc-next 2025-07-08 16:49:07 +02:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS UAPI Changes: 2025-07-11 11:08:53 +02:00
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.