Go to file
Christoph Hellwig 8a164fef9c mm: simplify ZONE_DEVICE page private data
Remove the clumsy hmm_devmem_page_{get,set}_drvdata helpers, and
instead just access the page directly.  Also make the page data
a void pointer, and thus much easier to use.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-07-02 14:32:45 -03:00
Documentation mm: remove hmm_devmem_add 2019-07-02 14:32:45 -03:00
LICENSES
arch memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag 2019-07-02 14:32:44 -03:00
block
certs
crypto
drivers mm: simplify ZONE_DEVICE page private data 2019-07-02 14:32:45 -03:00
fs mm: remove MEMORY_DEVICE_PUBLIC support 2019-07-02 14:32:43 -03:00
include mm: simplify ZONE_DEVICE page private data 2019-07-02 14:32:45 -03:00
init
ipc
kernel memremap: provide an optional internal refcount in struct dev_pagemap 2019-07-02 14:32:44 -03:00
lib XArray updates for 5.2-rc6 2019-06-29 17:14:57 +08:00
mm mm: simplify ZONE_DEVICE page private data 2019-07-02 14:32:45 -03:00
net
samples
scripts
security
sound
tools memremap: provide an optional internal refcount in struct dev_pagemap 2019-07-02 14:32:44 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.2-rc7 2019-06-30 11:25:36 +08: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.