summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken2022-11-254-5/+42
* io_uring: allow defer completion for aux posted cqesDylan Yudaken2022-11-252-3/+26
* io_uring: defer all io_req_complete_failedDylan Yudaken2022-11-253-11/+10
* io_uring: always lock in io_apoll_task_funcDylan Yudaken2022-11-251-1/+2
* io_uring: remove iopoll spinlockPavel Begunkov2022-11-231-3/+2
* io_uring: iopoll protect complete_postPavel Begunkov2022-11-235-12/+27
* io_uring: inline __io_req_complete_put()Pavel Begunkov2022-11-231-13/+7
* io_uring: remove io_req_tw_post_queuePavel Begunkov2022-11-233-16/+10
* io_uring: use io_req_task_complete() in timeoutPavel Begunkov2022-11-231-2/+2
* io_uring: hold locks for io_req_complete_failedPavel Begunkov2022-11-231-1/+5
* io_uring: add completion locking for iopollPavel Begunkov2022-11-231-2/+3
* io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe2022-11-221-13/+4
* Revert "io_uring: disallow self-propelled ring polling"Jens Axboe2022-11-221-2/+0
* io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2022-11-223-6/+21
* eventfd: provide a eventfd_signal_mask() helperJens Axboe2022-11-222-16/+28
* eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe2022-11-212-8/+16
* io_uring: inline __io_req_complete_post()Pavel Begunkov2022-11-212-9/+3
* io_uring: split tw fallback into a functionPavel Begunkov2022-11-211-10/+15
* io_uring: inline io_req_task_work_add()Pavel Begunkov2022-11-212-7/+7
* io_uring: update outdated comment of callbacksLin Ma2022-11-211-1/+1
* io_uring/poll: remove outdated comments of cachingLin Ma2022-11-211-6/+1
* io_uring: allow multishot recv CQEs to overflowDylan Yudaken2022-11-211-6/+2
* io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken2022-11-211-4/+4
* io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2022-11-212-3/+6
* io_uring: fix two assignments in if conditionsXinghui Li2022-11-212-9/+14
* io_uring/net: move mm accounting to a slower pathPavel Begunkov2022-11-212-18/+16
* io_uring: move zc reporting from the hot pathPavel Begunkov2022-11-213-12/+42
* io_uring/net: inline io_notif_flush()Pavel Begunkov2022-11-212-11/+10
* io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov2022-11-211-4/+3
* io_uring/net: preset notif tw handlerPavel Begunkov2022-11-211-6/+3
* io_uring/net: remove extra notif rsrc setupPavel Begunkov2022-11-211-1/+0
* io_uring: move kbuf put out of generic tw completePavel Begunkov2022-11-212-6/+6
* io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher2022-11-214-1/+38
* Linux 6.1-rc6v6.1-rc6Linus Torvalds2022-11-211-1/+1
* Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-214-20/+45
|\
| * tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| * tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| * kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
| * rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| * tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| * tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| * tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
* | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-219-46/+74
|\ \
| * | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
| * | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-181-4/+5
| * | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-181-2/+0
| * | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-181-3/+2
| * | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
| * | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
| * | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2