index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-24
io_uring: add notification slot registration
Pavel Begunkov
2022-07-24
io_uring: add rsrc referencing for notifiers
Pavel Begunkov
2022-07-24
io_uring: complete notifiers in tw
Pavel Begunkov
2022-07-24
io_uring: cache struct io_notif
Pavel Begunkov
2022-07-24
io_uring: add zc notification infrastructure
Pavel Begunkov
2022-07-24
io_uring: export io_put_task()
Pavel Begunkov
2022-07-24
io_uring: initialise msghdr::msg_ubuf
Pavel Begunkov
2022-07-24
Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-send
Jens Axboe
2022-07-24
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jens Axboe
2022-07-24
io_uring: ensure REQ_F_ISREG is set async offload
Jens Axboe
2022-07-24
net: fix compat pointer in get_compat_msghdr()
Jens Axboe
2022-07-24
io_uring: Don't require reinitable percpu_ref
Michal Koutný
2022-07-24
io_uring: fix types in io_recvmsg_multishot_overflow
Dylan Yudaken
2022-07-24
io_uring: Use atomic_long_try_cmpxchg in __io_account_mem
Uros Bizjak
2022-07-24
io_uring: support multishot in recvmsg
Dylan Yudaken
2022-07-24
net: copy from user before calling __get_compat_msghdr
Dylan Yudaken
2022-07-24
net: copy from user before calling __copy_msghdr
Dylan Yudaken
2022-07-24
io_uring: support 0 length iov in buffer select in compat
Dylan Yudaken
2022-07-24
io_uring: fix multishot ending when not polled
Dylan Yudaken
2022-07-24
io_uring: add netmsg cache
Jens Axboe
2022-07-24
io_uring: impose max limit on apoll cache
Jens Axboe
2022-07-24
io_uring: add abstraction around apoll cache
Jens Axboe
2022-07-24
io_uring: move apoll cache to poll.c
Jens Axboe
2022-07-24
io_uring: consolidate hash_locked io-wq handling
Pavel Begunkov
2022-07-24
io_uring: clear REQ_F_HASH_LOCKED on hash removal
Pavel Begunkov
2022-07-24
io_uring: don't race double poll setting REQ_F_ASYNC_DATA
Pavel Begunkov
2022-07-24
io_uring: don't miss setting REQ_F_DOUBLE_POLL
Pavel Begunkov
2022-07-24
io_uring: disable multishot recvmsg
Dylan Yudaken
2022-07-24
io_uring: only trace one of complete or overflow
Dylan Yudaken
2022-07-24
io_uring: fix io_uring_cqe_overflow trace format
Dylan Yudaken
2022-07-24
io_uring: multishot recv
Dylan Yudaken
2022-07-24
io_uring: fix multishot accept ordering
Dylan Yudaken
2022-07-24
io_uring: fix multishot poll on overflow
Dylan Yudaken
2022-07-24
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
2022-07-24
io_uring: add IOU_STOP_MULTISHOT return code
Dylan Yudaken
2022-07-24
io_uring: clean up io_poll_check_events return values
Dylan Yudaken
2022-07-24
io_uring: recycle buffers on error
Dylan Yudaken
2022-07-24
io_uring: allow iov_len = 0 for recvmsg and buffer select
Dylan Yudaken
2022-07-24
io_uring: restore bgid in io_put_kbuf
Dylan Yudaken
2022-07-24
io_uring: allow 0 length for buffer select
Dylan Yudaken
2022-07-24
io_uring: let to set a range for file slot allocation
Pavel Begunkov
2022-07-24
io_uring: add support for passing fixed file descriptors
Jens Axboe
2022-07-24
io_uring: split out fixed file installation and removal
Jens Axboe
2022-07-24
io_uring: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2022-07-24
io_uring: remove ctx->refs pinning on enter
Pavel Begunkov
2022-07-24
io_uring: don't check file ops of registered rings
Pavel Begunkov
2022-07-24
io_uring: remove extra TIF_NOTIFY_SIGNAL check
Pavel Begunkov
2022-07-24
io_uring: fuse fallback_node and normal tw node
Pavel Begunkov
2022-07-24
io_uring: improve io_fail_links()
Pavel Begunkov
2022-07-24
io_uring: move POLLFREE handling to separate function
Jens Axboe
[next]