Go to file
Christoph Hellwig f04842734c ide: don't acquire queue_lock in ide_complete_pm_rq
blk_mq_stop_hw_queues doesn't need any locking, and the ide
dev_flags field isn't protected by it either.

Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-11-16 09:17:02 -07:00
arch ARM: SoC fixes 2018-11-07 09:13:34 -08:00
block blk-rq-qos: inline check for q->rq_qos functions 2018-11-16 08:34:19 -07:00
certs
crypto
Documentation block: remove legacy IO schedulers 2018-11-07 13:42:32 -07:00
drivers ide: don't acquire queue_lock in ide_complete_pm_rq 2018-11-16 09:17:02 -07:00
firmware
fs block: don't plug for aio/O_DIRECT HIPRI IO 2018-11-16 08:35:10 -07:00
include block: remove the rq_alloc_data request_queue field 2018-11-16 09:16:55 -07:00
init block: remove dead elevator code 2018-11-07 13:42:32 -07:00
ipc
kernel Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.21/block 2018-11-07 13:43:54 -07:00
lib
LICENSES
mm block: add polled wakeup task helper 2018-11-16 08:34:30 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-11-06 07:44:04 -08:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid 2018-11-07 09:05:58 -08: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.

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.