Linux kernel source tree
Go to file
Matthew Wilcox (Oracle) ccf953d8f3 fb_defio: Remove custom address_space_operations
There's no need to give the page an address_space.  Leaving the
page->mapping as NULL will cause the VM to handle set_page_dirty()
the same way that it's handled now, and that was the only reason to
set the address_space in the first place.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210310185530.1053320-1-willy@infradead.org
2021-03-12 15:10:03 +01:00
Documentation dma-fence: Document recoverable page fault implications 2021-03-12 15:10:03 +01:00
LICENSES
arch
block
certs
crypto
drivers fb_defio: Remove custom address_space_operations 2021-03-12 15:10:03 +01:00
fs
include fb_defio: Remove custom address_space_operations 2021-03-12 15:10:03 +01:00
init
ipc
kernel
lib lib/vsprintf: Add support for printing V4L2 and DRM fourccs 2021-02-17 12:52:20 +01:00
mm
net
samples
scripts lib/vsprintf: Add support for printing V4L2 and DRM fourccs 2021-02-17 12:52:20 +01:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/arc: Move to drm/tiny 2021-02-25 13:19:04 +01:00
Makefile
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.