1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 18:43:33 -05:00
No description
Find a file
Matthew Wilcox 478922e2b0 radix-tree: delete radix_tree_locate_item()
This rather complicated function can be better implemented as an
iterator.  It has only one caller, so move the functionality to the only
place that needs it.  Update the test suite to follow the same pattern.

Link: http://lkml.kernel.org/r/1480369871-5271-56-git-send-email-mawilcox@linuxonhyperv.com
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Acked-by: Konstantin Khlebnikov <koct9i@gmail.com>
Tested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-14 16:04:10 -08:00
arch mm: use vmf->address instead of of vmf->virtual_address 2016-12-14 16:04:09 -08:00
block SCSI misc on 20161213 2016-12-14 10:49:33 -08:00
certs
crypto
Documentation mm: join struct fault_env and vm_fault 2016-12-14 16:04:09 -08:00
drivers mm: use vmf->address instead of of vmf->virtual_address 2016-12-14 16:04:09 -08:00
firmware
fs radix-tree: improve multiorder iterators 2016-12-14 16:04:10 -08:00
include radix-tree: delete radix_tree_locate_item() 2016-12-14 16:04:10 -08:00
init
ipc ipc/sem: avoid idr tree lookup for interrupted semop 2016-12-14 16:04:08 -08:00
kernel mm: add locked parameter to get_user_pages_remote() 2016-12-14 16:04:08 -08:00
lib radix-tree: delete radix_tree_locate_item() 2016-12-14 16:04:10 -08:00
mm radix-tree: delete radix_tree_locate_item() 2016-12-14 16:04:10 -08:00
net
samples
scripts
security mm: add locked parameter to get_user_pages_remote() 2016-12-14 16:04:08 -08:00
sound
tools radix-tree: delete radix_tree_locate_item() 2016-12-14 16:04:10 -08:00
usr initramfs: allow again choice of the embedded initram compression algorithm 2016-12-14 16:04:08 -08:00
virt mm: unexport __get_user_pages_unlocked() 2016-12-14 16:04:09 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS SCSI misc on 20161213 2016-12-14 10:49:33 -08:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.