summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-07-27io_uring: notification completion optimisationfor-5.20/io_uring-zerocopy-send-2022-07-29Pavel Begunkov
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov
2022-07-24io_uring: wire send zc request typePavel Begunkov
2022-07-24io_uring: add notification slot registrationPavel Begunkov
2022-07-24io_uring: cache struct io_notifPavel Begunkov
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov
2022-07-24io_uring: export io_put_task()Pavel Begunkov
2022-07-24Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe
2022-07-24io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken
2022-07-24io_uring: multishot recvDylan Yudaken
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe
2022-07-24io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe
2022-07-24io_uring: add trace event for running task workDylan Yudaken
2022-07-24io_uring: lockless task listDylan Yudaken
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov
2022-07-24io_uring: move a few private types to local headersJens Axboe
2022-07-24io_uring: clean up tracing eventsPavel Begunkov
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov
2022-07-24io_uring: add support for level triggered pollJens Axboe
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-07-22Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-07-22mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE caseLinus Torvalds
2022-07-22Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-19net: introduce __skb_fill_page_desc_noaccPavel Begunkov
2022-07-19net: introduce managed frags infrastructurePavel Begunkov
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern
2022-07-19skbuff: carry external ubuf_info in msghdrPavel Begunkov