Linux kernel source tree
Go to file
Ralph Campbell f7ebd9ed77 mm/doc: add usage description for migrate_vma_*()
The migrate_vma_setup(), migrate_vma_pages(), and migrate_vma_finalize()
API usage by device drivers is not well documented.
Add a description for how device drivers are expected to use it.

Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
Reviewed-by: Alistair Popple <apopple@nvidia.com>
Link: https://lore.kernel.org/r/20200909212956.20104-1-rcampbell@nvidia.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-09-16 12:19:51 -06:00
Documentation mm/doc: add usage description for migrate_vma_*() 2020-09-16 12:19:51 -06:00
LICENSES
arch
block
certs
crypto
drivers
fs io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
include iio: iio.h: fix a warning at the kernel-doc markup 2020-09-11 09:39:57 -06:00
init
ipc
kernel io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
lib
mm
net
samples docs: trace: fix the location of kprobes.rst 2020-09-10 10:46:24 -06:00
scripts scripts: device_attr_show.cocci: update location of sysfs doc 2020-09-10 10:47:52 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: docs: ignore sphinx_*/ directories 2020-09-10 10:44:31 -06:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: fix location of qlogic/LICENSE.qla3xxx 2020-09-10 10:46:54 -06:00
Makefile Linux 5.9-rc1 2020-08-16 13:04:57 -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.