Go to file
Matthew Wilcox 444306129a rxrpc: abstract away knowledge of IDR internals
Add idr_get_cursor() / idr_set_cursor() APIs, and remove the reference
to IDR_SIZE.

Link: http://lkml.kernel.org/r/1480369871-5271-65-git-send-email-mawilcox@linuxonhyperv.com
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Reviewed-by: David Howells <dhowells@redhat.com>
Tested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Konstantin Khlebnikov <koct9i@gmail.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
block
certs
crypto
Documentation
drivers tpm: use idr_find(), not idr_find_slowpath() 2016-12-14 16:04:10 -08:00
firmware
fs radix-tree: improve multiorder iterators 2016-12-14 16:04:10 -08:00
include rxrpc: abstract away knowledge of IDR internals 2016-12-14 16:04:10 -08:00
init
ipc
kernel
lib radix-tree: fix replacement for multiorder entries 2016-12-14 16:04:10 -08:00
mm radix-tree: delete radix_tree_range_tag_if_tagged() 2016-12-14 16:04:10 -08:00
net rxrpc: abstract away knowledge of IDR internals 2016-12-14 16:04:10 -08:00
samples
scripts
security
sound
tools radix tree test suite: check multiorder iteration 2016-12-14 16:04:10 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.