index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
aio-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
1
-1
/
+7
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-7
/
+7
2020-08-13
aio-posix: keep aio_notify_me disabled during polling
Stefan Hajnoczi
1
-22
/
+25
2020-05-18
aio-posix: disable fdmon-io_uring when GSource is used
Stefan Hajnoczi
1
-0
/
+12
2020-05-18
aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()
Stefan Hajnoczi
1
-0
/
+1
2020-04-09
async: use explicit memory barriers
Paolo Bonzini
1
-2
/
+14
2020-03-09
aio-posix: remove idle poll handlers to improve scalability
Stefan Hajnoczi
1
-7
/
+86
2020-03-09
aio-posix: support userspace polling of fd monitoring
Stefan Hajnoczi
1
-3
/
+8
2020-03-09
aio-posix: add io_uring fd monitoring implementation
Stefan Hajnoczi
1
-4
/
+16
2020-03-09
aio-posix: simplify FDMonOps->update() prototype
Stefan Hajnoczi
1
-6
/
+1
2020-03-09
aio-posix: extract ppoll(2) and epoll(7) fd monitoring
Stefan Hajnoczi
1
-274
/
+12
2020-03-09
aio-posix: move RCU_READ_LOCK() into run_poll_handlers()
Stefan Hajnoczi
1
-10
/
+10
2020-03-09
aio-posix: completely stop polling when disabled
Stefan Hajnoczi
1
-7
/
+15
2020-03-09
aio-posix: remove confusing QLIST_SAFE_REMOVE()
Stefan Hajnoczi
1
-1
/
+1
2020-02-22
aio-posix: make AioHandler dispatch O(1) with epoll
Stefan Hajnoczi
1
-32
/
+78
2020-02-22
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
1
-18
/
+35
2020-02-22
aio-posix: don't pass ns timeout to epoll_wait()
Stefan Hajnoczi
1
-0
/
+3
2020-02-22
aio-posix: fix use after leaving scope in aio_poll()
Stefan Hajnoczi
1
-12
/
+8
2020-02-22
aio-posix: avoid reacquiring rcu_read_lock() when polling
Stefan Hajnoczi
1
-0
/
+11
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-10
aio-posix: ensure poll mode is left when aio_notify is called
Paolo Bonzini
1
-4
/
+8
2019-02-25
aio-posix: Assert that aio_poll() is always called in home thread
Kevin Wolf
1
-1
/
+2
2019-01-14
aio-posix: Fix concurrent aio_poll/set_fd_handler.
Remy Noel
1
-36
/
+53
2019-01-14
aio-posix: Unregister fd from ctx epoll when removing fd_handler.
Remy Noel
1
-0
/
+3
2018-10-29
util: aio-posix: fix a typo
Li Qiang
1
-1
/
+1
2018-09-26
aio-posix: do skip system call if ctx->notifier polling succeeds
Paolo Bonzini
1
-3
/
+4
2018-09-26
aio-posix: compute timeout before polling
Paolo Bonzini
1
-25
/
+34
2018-09-26
aio-posix: fix concurrent access to poll_disable_cnt
Paolo Bonzini
1
-11
/
+15
2018-08-15
aio-posix: Improve comment around marking node deleted
Fam Zheng
1
-1
/
+1
2018-08-15
aio: Do aio_notify_accept only during blocking aio_poll
Fam Zheng
1
-2
/
+2
2018-08-15
aio-posix: Don't count ctx->notifier as progress when polling
Fam Zheng
1
-1
/
+2
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
1
-3
/
+10
2018-02-10
async: use ARRAY_SIZE macro
Philippe Mathieu-Daudé
1
-1
/
+1
2017-11-06
aio-posix: drop QEMU_AIO_POLL_MAX_NS env var
Stefan Hajnoczi
1
-7
/
+0
2017-10-03
aio: fix assert when remove poll during destroy
Stefan Hajnoczi
1
-1
/
+8
2017-02-21
async: remove unnecessary inc/dec pairs
Paolo Bonzini
1
-5
/
+3
2017-02-21
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
1
-30
/
+14
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
1
-7
/
+0
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
1
-2
/
+0
2017-02-21
aio: push aio_context_acquire/release down to dispatching
Paolo Bonzini
1
-14
/
+11
2017-02-21
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
1
-0
/
+758