开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
napi.c
Age
Commit message (
Expand
)
Author
2024-08-25
io_uring: user registered clockid for wait timeouts
Pavel Begunkov
2024-08-25
io_uring/napi: postpone napi timeout adjustment
Pavel Begunkov
2024-08-25
io_uring/napi: refactor __io_napi_busy_loop()
Pavel Begunkov
2024-08-12
io_uring/napi: remove duplicate io_napi_entry timeout assignation
Olivier Langlois
2024-08-12
io_uring/napi: check napi_enabled in io_napi_add() before proceeding
Olivier Langlois
2024-07-30
io_uring: remove unused local list heads in NAPI functions
Olivier Langlois
2024-07-26
io_uring/napi: pass ktime to io_napi_adjust_timeout
Pavel Begunkov
2024-07-26
io_uring/napi: use ktime in busy polling
Pavel Begunkov
2024-07-24
io_uring: don't allow netpolling with SETUP_IOPOLL
Pavel Begunkov
2024-07-10
io_uring/napi: Remove unnecessary s64 cast
Thorsten Blum
2024-06-04
io_uring/napi: fix timeout calculation
Jens Axboe
2024-02-15
io_uring/napi: enable even with a timeout of 0
Jens Axboe
2024-02-14
io_uring/napi: ensure napi polling is aborted when work is available
Jens Axboe
2024-02-09
io_uring: add register/unregister napi function
Stefan Roesch
2024-02-09
io-uring: add sqpoll support for napi busy poll
Stefan Roesch
2024-02-09
io-uring: add napi busy poll support
Stefan Roesch