Go to file
Shaohua Li d3af3ecdc6 nvme: allocate nvme_queue in correct node
nvme_queue is per-cpu queue (mostly). Allocating it in node where blk-mq
will use it.

Signed-off-by: Shaohua Li <shli@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-03-02 08:56:04 -07:00
arch Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-03-01 17:04:50 -08:00
block blk-mq: allocate blk_mq_tags and requests in correct node 2017-03-02 08:56:04 -07:00
certs
crypto
Documentation for-f2fs-4.11 2017-03-01 15:55:04 -08:00
drivers nvme: allocate nvme_queue in correct node 2017-03-02 08:56:04 -07:00
firmware
fs NFS client updates for Linux 4.11 2017-03-01 16:10:30 -08:00
include PCI: add an API to get node from vector 2017-03-02 08:56:04 -07:00
init
ipc
kernel
lib
mm
net NFS client updates for Linux 4.11 2017-03-01 16:10:30 -08:00
samples
scripts objtool, modules: Discard objtool annotation sections for modules 2017-03-01 20:32:25 +01:00
security
sound
tools objtool, modules: Discard objtool annotation sections for modules 2017-03-01 20:32:25 +01:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS powerpc updates for 4.11 part 2 2017-03-01 10:10:16 -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.