index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-25
io_uring: clean io_wq_submit_work()'s main loop
Pavel Begunkov
1
-28
/
+12
2021-10-23
io-wq: use helper for worker refcounting
Pavel Begunkov
1
-2
/
+1
2021-10-22
io_uring: implement async hybrid mode for pollable requests
Hao Xu
1
-1
/
+35
2021-10-20
io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
Changcheng Deng
1
-1
/
+1
2021-10-19
io_uring: split logic of force_nonblock
Hao Xu
1
-22
/
+26
2021-10-19
io_uring: warning about unused-but-set parameter
Arnd Bergmann
1
-4
/
+1
2021-10-19
io_uring: inform block layer of how many requests we are submitting
Jens Axboe
1
-1
/
+3
2021-10-19
io_uring: simplify io_file_supports_nowait()
Pavel Begunkov
1
-12
/
+22
2021-10-19
io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags
Pavel Begunkov
1
-40
/
+21
2021-10-19
io_uring: arm poll for non-nowait files
Pavel Begunkov
1
-7
/
+0
2021-10-19
fs/io_uring: Prioritise checking faster conditions first in io_write
Noah Goldstein
1
-1
/
+1
2021-10-19
io_uring: clean io_prep_rw()
Pavel Begunkov
1
-4
/
+3
2021-10-19
io_uring: optimise fixed rw rsrc node setting
Pavel Begunkov
1
-7
/
+4
2021-10-19
io_uring: return iovec from __io_import_iovec
Pavel Begunkov
1
-22
/
+23
2021-10-19
io_uring: optimise io_import_iovec fixed path
Pavel Begunkov
1
-3
/
+6
2021-10-19
io_uring: kill io_wq_current_is_worker() in iopoll
Pavel Begunkov
1
-5
/
+5
2021-10-19
io_uring: optimise req->ctx reloads
Pavel Begunkov
1
-2
/
+1
2021-10-19
io_uring: rearrange io_read()/write()
Pavel Begunkov
1
-38
/
+37
2021-10-19
io_uring: clean up io_import_iovec
Pavel Begunkov
1
-15
/
+25
2021-10-19
io_uring: optimise io_import_iovec nonblock passing
Pavel Begunkov
1
-22
/
+25
2021-10-19
io_uring: optimise read/write iov state storing
Pavel Begunkov
1
-42
/
+37
2021-10-19
io_uring: encapsulate rw state
Pavel Begunkov
1
-19
/
+23
2021-10-19
io_uring: optimise rw comletion handlers
Pavel Begunkov
1
-2
/
+2
2021-10-19
io_uring: prioritise read success path over fails
Pavel Begunkov
1
-1
/
+1
2021-10-19
io_uring: consistent typing for issue_flags
Pavel Begunkov
1
-3
/
+3
2021-10-19
io_uring: optimise rsrc referencing
Pavel Begunkov
1
-3
/
+49
2021-10-19
io_uring: optimise io_req_set_rsrc_node()
Pavel Begunkov
1
-5
/
+4
2021-10-19
io_uring: fix io_free_batch_list races
Pavel Begunkov
1
-2
/
+3
2021-10-19
io_uring: remove extra io_ring_exit_work wake up
Pavel Begunkov
1
-1
/
+0
2021-10-19
io_uring: optimise out req->opcode reloading
Pavel Begunkov
1
-14
/
+17
2021-10-19
io_uring: reshuffle io_submit_state bits
Pavel Begunkov
1
-9
/
+5
2021-10-19
io_uring: safer fallback_work free
Pavel Begunkov
1
-1
/
+1
2021-10-19
io_uring: optimise plugging
Pavel Begunkov
1
-16
/
+16
2021-10-19
io_uring: correct fill events helpers types
Pavel Begunkov
1
-12
/
+12
2021-10-19
io_uring: inline io_poll_complete
Pavel Begunkov
1
-11
/
+2
2021-10-19
io_uring: inline io_req_needs_clean()
Pavel Begunkov
1
-6
/
+1
2021-10-19
io_uring: remove struct io_completion
Pavel Begunkov
1
-17
/
+7
2021-10-19
io_uring: control ->async_data with a REQ_F flag
Pavel Begunkov
1
-26
/
+46
2021-10-19
io_uring: optimise io_free_batch_list()
Pavel Begunkov
1
-2
/
+4
2021-10-19
io_uring: mark cold functions
Pavel Begunkov
1
-59
/
+64
2021-10-19
io_uring: optimise ctx referencing by requests
Pavel Begunkov
1
-12
/
+14
2021-10-19
io_uring: merge CQ and poll waitqueues
Pavel Begunkov
1
-7
/
+1
2021-10-19
io_uring: don't wake sqpoll in io_cqring_ev_posted
Pavel Begunkov
1
-2
/
+0
2021-10-19
io_uring: optimise INIT_WQ_LIST
Pavel Begunkov
1
-1
/
+0
2021-10-19
io_uring: optimise request allocation
Pavel Begunkov
1
-8
/
+20
2021-10-19
io_uring: delay req queueing into compl-batch list
Pavel Begunkov
1
-10
/
+16
2021-10-19
io_uring: add more likely/unlikely() annotations
Pavel Begunkov
1
-3
/
+3
2021-10-19
io_uring: optimise kiocb layout
Pavel Begunkov
1
-2
/
+5
2021-10-19
io_uring: add flag to not fail link after timeout
Pavel Begunkov
2
-2
/
+7
2021-10-19
io_uring: clean up buffer select
Pavel Begunkov
1
-34
/
+12
[next]