No description
Find a file
xinhui pan cb9038aa8a drm/amdgpu: VCE avoid memory allocation during IB test
alloc extra msg from direct IB pool.

Signed-off-by: xinhui pan <xinhui.pan@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2021-09-14 15:59:58 -04:00
arch Bus: Make remove callback return void tag 2021-08-11 08:47:08 +10:00
block
certs
crypto
Documentation Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm into drm-next 2021-08-17 10:53:52 +10:00
drivers drm/amdgpu: VCE avoid memory allocation during IB test 2021-09-14 15:59:58 -04:00
fs
include drm/tegra: Changes for v5.15-rc1 2021-08-26 13:05:19 +10:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound Bus: Make remove callback return void tag 2021-08-11 08:47:08 +10:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.