Go to file
Evan Quan a6d8a6eb3e drm/amd/pm: correct vddc phase control setting
Correct Polaris10 vddc phase control.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-10-27 11:59:28 -04:00
Documentation docs: amdgpu: fix a warning when building the documentation 2020-10-14 15:14:05 -04:00
LICENSES
arch ARM: SoC fixes 2020-09-13 14:54:40 -07:00
block
certs
crypto
drivers drm/amd/pm: correct vddc phase control setting 2020-10-27 11:59:28 -04:00
fs Driver core fixes for 5.9-rc5 2020-09-13 09:02:59 -07:00
include drm/amdgpu: fix some kernel-doc markups 2020-10-23 15:33:48 -04:00
init
ipc
kernel Linux 5.9-rc5 2020-09-14 17:19:11 +02:00
lib Driver core fixes for 5.9-rc5 2020-09-13 09:02:59 -07:00
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.9-rc5 2020-09-14 17:19:11 +02:00
Makefile Linux 5.9-rc5 2020-09-13 16:06:00 -07:00
README

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.