No description
Find a file
Linus Torvalds 95faf6992d mm: make vm_area_dup() actually copy the old vma data
.. and re-initialize th eanon_vma_chain head.

This removes some boiler-plate from the users, and also makes it clear
why it didn't need use the 'zalloc()' version.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-07-21 14:48:45 -07:00
arch mm: use helper functions for allocating and freeing vm_area structs 2018-07-21 13:48:51 -07:00
block
certs
crypto
Documentation - Fix DM writecache target to allow an optional offset to the start of 2018-07-20 14:24:17 -07:00
drivers VFIO fixes for v4.18 2018-07-20 14:27:02 -07:00
firmware
fs mm: use helper functions for allocating and freeing vm_area structs 2018-07-21 13:48:51 -07:00
include mm: use helper functions for allocating and freeing vm_area structs 2018-07-21 13:48:51 -07:00
init
ipc
kernel mm: make vm_area_dup() actually copy the old vma data 2018-07-21 14:48:45 -07:00
lib
LICENSES
mm mm: make vm_area_dup() actually copy the old vma data 2018-07-21 14:48:45 -07:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Peter has moved 2018-07-21 12:50:46 -07:00
Makefile
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.