index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-04
io_uring: Create a helper to return the SQE size
Breno Leitao
1
-0
/
+10
2023-04-12
io_uring: add irq lockdep checks
Pavel Begunkov
1
-0
/
+2
2023-04-06
io_uring: reduce scheduling due to tw
Pavel Begunkov
1
-0
/
+9
2023-04-06
io_uring: add tw add flags
Pavel Begunkov
1
-2
/
+7
2023-04-06
io_uring: refactor io_cqring_wake()
Pavel Begunkov
1
-9
/
+2
2023-04-03
io_uring: cap io_sqring_entries() at SQ ring size
Jens Axboe
1
-1
/
+3
2023-04-03
io_uring: encapsulate task_work state
Pavel Begunkov
1
-7
/
+7
2023-02-06
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
1
-1
/
+3
2023-01-29
io_uring: refactor req allocation
Pavel Begunkov
1
-8
/
+11
2023-01-29
io_uring: Enable KASAN for request cache
Breno Leitao
1
-3
/
+8
2023-01-29
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
1
-0
/
+8
2023-01-29
io_uring: don't export io_put_task()
Pavel Begunkov
1
-10
/
+0
2023-01-29
io_uring: add lazy poll_wq activation
Pavel Begunkov
1
-4
/
+3
2023-01-29
io_uring: separate wq for ring polling
Pavel Begunkov
1
-0
/
+9
2023-01-29
io_uring: move io_run_local_work_locked
Pavel Begunkov
1
-17
/
+0
2023-01-29
io_uring: mark io_run_local_work static
Pavel Begunkov
1
-1
/
+0
2023-01-29
io_uring: move defer tw task checks
Pavel Begunkov
1
-0
/
+5
2023-01-29
io_uring: kill io_run_task_work_ctx
Pavel Begunkov
1
-20
/
+0
2023-01-29
io_uring: rearrange defer list checks
Pavel Begunkov
1
-1
/
+1
2023-01-03
io_uring: lockdep annotate CQ locking
Pavel Begunkov
1
-0
/
+15
2022-12-17
io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work
Jens Axboe
1
-2
/
+1
2022-12-14
io_uring: revise completion_lock locking
Pavel Begunkov
1
-11
/
+0
2022-12-07
io_uring: skip spinlocking for ->task_complete
Pavel Begunkov
1
-1
/
+9
2022-11-30
io_uring: don't raw spin unlock to match cq_lock
Pavel Begunkov
1
-0
/
+5
2022-11-29
Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-next
Jens Axboe
1
-14
/
+29
2022-11-25
io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
Jens Axboe
1
-2
/
+7
2022-11-25
io_uring: remove io_req_complete_post_tw
Dylan Yudaken
1
-7
/
+0
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
1
-2
/
+1
2022-11-25
io_uring: make io_fill_cqe_aux static
Dylan Yudaken
1
-2
/
+0
2022-11-25
io_uring: add io_aux_cqe which allows deferred completion
Dylan Yudaken
1
-0
/
+2
2022-11-25
io_uring: defer all io_req_complete_failed
Dylan Yudaken
1
-1
/
+1
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
1
-2
/
+8
2022-11-23
io_uring: remove io_req_tw_post_queue
Pavel Begunkov
1
-1
/
+7
2022-11-22
io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
Jens Axboe
1
-4
/
+11
2022-11-21
io_uring: inline __io_req_complete_post()
Pavel Begunkov
1
-1
/
+0
2022-11-21
io_uring: inline io_req_task_work_add()
Pavel Begunkov
1
-1
/
+6
2022-11-17
io_uring: fix multishot accept request leaks
Pavel Begunkov
1
-2
/
+2
2022-10-27
io_uring: unlock if __io_run_local_work locked inside
Dylan Yudaken
1
-2
/
+11
2022-10-12
io_uring: optimise locking for local tw with submit_wait
Pavel Begunkov
1
-0
/
+7
2022-10-12
io_uring: remove redundant memory barrier in io_req_local_work_add
Pavel Begunkov
1
-2
/
+9
2022-09-29
io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
Jens Axboe
1
-4
/
+4
2022-09-23
io_uring: fix CQE reordering
Pavel Begunkov
1
-3
/
+9
2022-09-21
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
1
-7
/
+2
2022-09-21
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
1
-0
/
+11
2022-09-21
io_uring: ensure iopoll runs local task work as well
Jens Axboe
1
-0
/
+6
2022-09-21
io_uring: add local task_work run helper that is entered locked
Jens Axboe
1
-0
/
+1
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
1
-4
/
+25
2022-07-27
io_uring: export req alloc from core
Pavel Begunkov
1
-0
/
+21
2022-07-24
io_uring: flush notifiers after sendzc
Pavel Begunkov
1
-0
/
+10
2022-07-24
io_uring: add zc notification infrastructure
Pavel Begunkov
1
-0
/
+2
[next]