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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-11
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
7
-307
/
+824
2020-03-09
aio-posix: remove idle poll handlers to improve scalability
Stefan Hajnoczi
3
-7
/
+90
2020-03-09
aio-posix: support userspace polling of fd monitoring
Stefan Hajnoczi
4
-3
/
+16
2020-03-09
aio-posix: add io_uring fd monitoring implementation
Stefan Hajnoczi
4
-5
/
+362
2020-03-09
aio-posix: simplify FDMonOps->update() prototype
Stefan Hajnoczi
3
-16
/
+16
2020-03-09
aio-posix: extract ppoll(2) and epoll(7) fd monitoring
Stefan Hajnoczi
5
-274
/
+330
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-03-09
util/osdep: Improve error report by calling error_setg_win32()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-25
mem-prealloc: optimize large guest startup
bauerchen
1
-8
/
+24
2020-02-22
module: check module wasn't already initialized
Alexander Bulekov
1
-0
/
+7
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
util/async: make bh_aio_poll() O(1)
Stefan Hajnoczi
1
-99
/
+138
2020-02-22
aio-posix: avoid reacquiring rcu_read_lock() when polling
Stefan Hajnoczi
1
-0
/
+11
2020-02-21
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...
Peter Maydell
2
-0
/
+30
2020-02-21
mem: move nvdimm_device_list to utilities
Shivaprasad G Bhat
2
-0
/
+30
2020-02-20
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
1
-0
/
+2
2020-02-19
linux-user: Use `qemu_log' for strace
Josh Kunz
1
-0
/
+2
2020-02-18
Report stringified errno in VFIO related errors
Michal Privoznik
1
-3
/
+3
2020-02-12
Remove support for CLOCK_MONOTONIC not being defined
Peter Maydell
1
-7
/
+4
2020-01-31
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-12
/
+16
2020-01-30
qemu_set_log_filename: filename argument may be NULL
Salvador Fandino
1
-12
/
+16
2020-01-30
util/async: add aio interfaces for io_uring
Aarushi Mehta
1
-0
/
+36
2020-01-21
util/cacheinfo: fix crash when compiling with uClibc
Carlos Santos
1
-2
/
+8
2020-01-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-0
/
+1
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+11
2020-01-08
util/module: fix a memory leak
Pan Nengyuan
1
-0
/
+1
2020-01-07
chardev: generate an internal id when none given
Marc-André Lureau
1
-0
/
+1
2020-01-07
replay: record and replay random number sources
Pavel Dovgalyuk
1
-2
/
+11
2020-01-06
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...
Peter Maydell
2
-0
/
+60
2020-01-06
util: add dbus helper unit
Marc-André Lureau
2
-0
/
+60
2020-01-02
osdep: add qemu_unlink()
Marc-André Lureau
1
-0
/
+15
2019-12-20
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
1
-24
/
+76
2019-12-20
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-3
/
+5
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-14
/
+11
2019-12-18
Add use of RCU for qemu_logfile.
Robert Foley
1
-21
/
+51
2019-12-18
Add a mutex to guarantee single writer to qemu_logfile handle.
Robert Foley
1
-0
/
+12
2019-12-18
Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
Robert Foley
1
-6
/
+15
2019-12-18
Fix double free issue in qemu_set_log_filename().
Robert Foley
1
-0
/
+1
2019-12-18
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster
1
-3
/
+5
2019-12-18
error: make Error **errp const where it is appropriate
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2019-12-18
error: Fix -msg timestamp default
Markus Armbruster
1
-2
/
+4
2019-12-17
qsp: Use WITH_RCU_READ_LOCK_GUARD
Dr. David Alan Gilbert
1
-12
/
+10
2019-12-17
stubs: replace stubs with lnot if applicable
Paolo Bonzini
1
-2
/
+1
2019-12-16
Memory: Enable writeback for given memory region
Beata Michalska
1
-0
/
+38
2019-11-25
util/cutils: Fix incorrect integer->float conversion caught by clang
Fangrui Song
1
-3
/
+5
[next]