Go to file
Jens Axboe 69fb21310f io_uring: base SQPOLL handling off io_sq_data
Remove the SQPOLL thread from the ctx, and use the io_sq_data as the
data structure we pass in. io_sq_data has a list of ctx's that we can
then iterate over and handle.

As of now we're ready to handle multiple ctx's, though we're still just
handling a single one after this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-09-30 20:32:33 -06:00
arch Two fixes for the x86 interrupt code: 2020-09-27 12:15:21 -07:00
block
certs
crypto
Documentation Kbuild fixes for v5.9 (4th) 2020-09-27 12:18:57 -07:00
drivers A set of clocksource/clockevents updates: 2020-09-27 12:11:35 -07:00
fs io_uring: base SQPOLL handling off io_sq_data 2020-09-30 20:32:33 -06:00
include fs: align IOCB_* flags with RWF_* flags 2020-09-30 20:32:33 -06:00
init io_uring: don't rely on weak ->files references 2020-09-30 20:32:32 -06:00
ipc
kernel io_uring: don't rely on weak ->files references 2020-09-30 20:32:32 -06:00
lib
LICENSES
mm Merge branch 'io_uring-5.9' into for-5.10/io_uring 2020-09-30 20:32:25 -06:00
net io_uring: move io_uring_get_socket() into io_uring.h 2020-09-30 20:32:33 -06:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.9-rc7 2020-09-27 14:38:10 -07:00
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.