drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments
[platform/kernel/linux-starfive.git] / io_uring /
2023-11-20 Jens Axboeio_uring/net: ensure socket is marked connected on...
2023-11-20 Gabriel Krisman... io_uring/kbuf: Allow the full buffer id space for provi...
2023-11-20 Gabriel Krisman... io_uring/kbuf: Fix check of BID wrapping in provided...
2023-11-08 Al Viroio_uring: kiocb_done() should *not* trust ->ki_pos...
2023-11-02 Jens Axboeio_uring/fdinfo: lock SQ thread while retrieving thread...
2023-10-06 Jens Axboeio_uring/fs: remove sqe->rw_flags checking from LINKAT
2023-09-23 Pavel Begunkovio_uring/net: fix iter retargeting for selected buf
2023-09-19 Pavel Begunkovio_uring: Don't set affinity on a dying sqpoll thread
2023-09-19 Pavel Begunkovio_uring/sqpoll: fix io-wq affinity when IORING_SETUP_S...
2023-09-19 Pavel Begunkovio_uring: break out of iowq iopoll on teardown
2023-09-19 Pavel Begunkovio_uring/net: don't overflow multishot accept
2023-09-19 Pavel Begunkovio_uring: revert "io_uring fix multishot accept ordering"
2023-09-19 Pavel Begunkovio_uring: always lock in io_apoll_task_func
2023-09-13 Pavel Begunkovio_uring: break iopolling on signal
2023-09-13 Pavel Begunkovio_uring: fix drain stalls by invalid SQE
2023-09-02 Helge Dellerio_uring/parisc: Adjust pgoff in io_uring mmap() for...
2023-08-30 Jens Axboeio_uring/msg_ring: fix missing lock on overflow for...
2023-08-30 Jens Axboeio_uring/msg_ring: move double lock/unlock helpers...
2023-08-30 Pavel Begunkovio_uring: extract a io_msg_install_complete helper
2023-08-30 Pavel Begunkovio_uring: get rid of double locking
2023-08-16 Aleksa Saraiio_uring: correct check for O_TMPFILE
2023-08-11 Pavel Begunkovio_uring: annotate offset timeout races
2023-08-11 Jens Axboeio_uring: gate iowait schedule on having pending requests
2023-08-03 Ondrej Mosnacekio_uring: don't audit the capability check in io_uring_...
2023-07-27 Jens Axboeio_uring: treat -EAGAIN for REQ_F_NOWAIT as final for...
2023-07-19 Andres Freundio_uring: Use io_schedule* in cqring wait
2023-07-19 Jens Axboeio_uring: wait interruptibly for request completions...
2023-06-28 Jens Axboeio_uring/net: use the correct msghdr union member in...
2023-06-28 Jens Axboeio_uring/poll: serialize poll linked timer start with...
2023-06-28 Jens Axboeio_uring/net: disable partial retries for recvmsg with...
2023-06-28 Jens Axboeio_uring/net: clear msg_controllen on partial sendmsg...
2023-06-21 Jens Axboeio_uring/net: save msghdr->msg_control for retries
2023-06-21 Wenwen Chenio_uring: unlock sqd->lock before sq thread release CPU
2023-06-09 Ben Noordhuisio_uring: undeprecate epoll_ctl support
2023-05-11 Pavel Begunkovio_uring/rsrc: use nospec'ed indexes
2023-04-13 Wojciech Lukowiczio_uring: fix memory leak when removing provided buffers
2023-04-13 Wojciech Lukowiczio_uring: fix return value when removing provided buffers
2023-04-06 Pavel Begunkovio_uring: fix poll/netmsg alloc caches
2023-04-06 Pavel Begunkovio_uring/rsrc: fix rogue rsrc node grabbing
2023-04-06 Jens Axboeio_uring/poll: clear single/double poll flags on poll...
2023-04-06 Jens Axboeblock/io_uring: pass in issue_flags for uring_cmd task_...
2023-03-30 Savino Dicanosaio_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
2023-03-30 Jens Axboeio_uring/net: avoid sending -ECONNABORTED on repeated...
2023-03-22 Pavel Begunkovio_uring/msg_ring: let target know allocated index
2023-03-17 Jens Axboeio_uring/uring_cmd: ensure that device supports IOPOLL
2023-03-11 Jens Axboeio_uring/poll: allow some retries for poll triggering...
2023-03-11 Xinghui Liio_uring: fix two assignments in if conditions
2023-03-11 Wojciech Lukowiczio_uring: fix size calculation when registering buf...
2023-03-10 Jens Axboeio_uring: mark task TASK_RUNNING before handling resume...
2023-03-10 Joseph Qiio_uring: fix fget leak when fs don't support nowait...
2023-03-10 David Lamparterio_uring: remove MSG_NOSIGNAL from recvmsg
2023-03-10 Pavel Begunkovio_uring/rsrc: disallow multi-source reg buffers
2023-03-10 Jens Axboeio_uring: add reschedule point to handle_tw_list()
2023-03-10 Jens Axboeio_uring: add a conditional reschedule to the IOPOLL...
2023-03-10 Jens Axboeio_uring: handle TIF_NOTIFY_RESUME when checking for...
2023-03-10 Pavel Begunkovio_uring: use user visible tail in io_uring_poll()
2023-02-09 Al Virouse less confusing names for iov_iter direction initial...
2023-02-01 Dylan Yudakenio_uring: always prep_async for drain requests
2023-02-01 Pavel Begunkovio_uring: inline __io_req_complete_put()
2023-02-01 Pavel Begunkovio_uring: remove io_req_tw_post_queue
2023-02-01 Pavel Begunkovio_uring: use io_req_task_complete() in timeout
2023-02-01 Pavel Begunkovio_uring: hold locks for io_req_complete_failed
2023-02-01 Pavel Begunkovio_uring: inline __io_req_complete_post()
2023-02-01 Pavel Begunkovio_uring: inline io_req_task_work_add()
2023-02-01 Jens Axboeio_uring/net: cache provided buffer group value for...
2023-02-01 Pavel Begunkovio_uring/msg_ring: fix remote queue to disabled ring
2023-01-24 Jens Axboeio_uring/poll: don't reissue in case of poll race on...
2023-01-18 Jens Axboeio_uring/io-wq: only free worker if it was allocated...
2023-01-18 Jens Axboeio_uring/io-wq: free worker if task_work creation is...
2023-01-18 Jens Axboeio_uring/poll: attempt request issue after racy poll...
2023-01-18 Pavel Begunkovio_uring: lock overflowing for IOPOLL
2023-01-18 Jens Axboeio_uring/fdinfo: include locked hash table in fdinfo...
2023-01-18 Jens Axboeio_uring/poll: add hash if ready poll request can't...
2023-01-12 Pavel Begunkovio_uring: fix CQ waiting timeout handling
2023-01-12 Pavel Begunkovio_uring: pin context while queueing deferred tw
2023-01-12 Jens Axboeio_uring: check for valid register opcode earlier
2023-01-12 Jens Axboeio_uring/cancel: re-grab ctx mutex after finishing...
2023-01-04 Jens Axboeio_uring: pass in EPOLL_URING_WAKE for eventfd signalin...
2022-12-31 Pavel Begunkovio_uring: remove iopoll spinlock
2022-12-31 Pavel Begunkovio_uring: protect cq_timeouts with timeout_lock
2022-12-31 Pavel Begunkovio_uring/net: fix cleanup after recycle
2022-12-31 Jens Axboeio_uring/net: ensure compat import handlers clear free_iov
2022-12-31 Pavel Begunkovio_uring: improve io_double_lock_ctx fail handling
2022-12-31 Pavel Begunkovio_uring: dont remove file from msg_ring reqs
2022-12-31 Pavel Begunkovio_uring: add completion locking for iopoll
2022-12-31 Stefan Metzmacherio_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE...
2022-12-11 Linus TorvaldsMerge tag 'iommu-fix-v6.1-rc8' of git://git./linux...
2022-12-11 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-12-10-1' of git...
2022-12-10 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2022-12-09 Linus TorvaldsMerge tag 'media/v6.1-4' of git://git./linux/kernel...
2022-12-09 Linus TorvaldsMerge tag 'soc-fixes-6.1-6' of git://git./linux/kernel...
2022-12-09 Linus TorvaldsMerge tag 'drm-fixes-2022-12-09' of git://anongit.freed...
2022-12-09 Dave AirlieMerge tag 'drm-misc-fixes-2022-12-08' of git://anongit...
2022-12-08 Linus TorvaldsMerge tag 'block-6.1-2022-12-08' of git://git.kernel...
2022-12-08 Linus TorvaldsMerge tag 'io_uring-6.1-2022-12-08' of git://git.kernel...
2022-12-08 Linus TorvaldsMerge tag 'for-linus-2022120801' of git://git./linux...
2022-12-08 Linus TorvaldsMerge tag 'ata-6.1-rc8' of git://git./linux/kernel...
2022-12-07 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.1-5' of git://git...
2022-12-07 Harshit Mogalapalliio_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
2022-12-07 Paolo AbeniMerge tag 'ieee802154-for-net-2022-12-05' of git:/...
next