Go to file
Christoph Hellwig 514caf23a7 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
Add a flags field to struct dev_pagemap to replace the altmap_valid
boolean to be a little more extensible.  Also add a pgmap_altmap() helper
to find the optional altmap and clean up the code using the altmap using
it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Tested-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-07-02 14:32:44 -03:00
Documentation dt-bindings: riscv: resolve 'make dt_binding_check' warnings 2019-06-26 10:28:53 -07:00
LICENSES
arch memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag 2019-07-02 14:32:44 -03:00
block block, bfq: fix operator in BFQQ_TOTALLY_SEEKY 2019-06-25 11:38:08 -06:00
certs
crypto
drivers memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag 2019-07-02 14:32:44 -03:00
fs mm: remove MEMORY_DEVICE_PUBLIC support 2019-07-02 14:32:43 -03:00
include memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag 2019-07-02 14:32:44 -03:00
init initramfs: fix populate_initrd_image() section mismatch 2019-06-29 16:43:45 +08:00
ipc
kernel memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag 2019-07-02 14:32:44 -03:00
lib XArray updates for 5.2-rc6 2019-06-29 17:14:57 +08:00
mm memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag 2019-07-02 14:32:44 -03:00
net Two more NFS client fixes for Linux 5.2 2019-06-29 17:02:22 +08:00
samples samples: make pidfd-metadata fail gracefully on older kernels 2019-06-24 15:55:50 +02:00
scripts
security
sound
tools memremap: pass a struct dev_pagemap to ->kill and ->cleanup 2019-07-02 14:32:44 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info 2019-06-29 16:43:45 +08:00
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.