Age | Commit message (Expand) | Author |
2022-03-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2022-03-08 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'... | Peter Maydell |
2022-03-08 | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int... | Peter Maydell |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-07 | util: Put qemu_vfree() in memalign.c | Peter Maydell |
2022-03-07 | util: Use meson checks for valloc() and memalign() presence | Peter Maydell |
2022-03-07 | util: Share qemu_try_memalign() implementation between POSIX and Windows | Peter Maydell |
2022-03-07 | util: Return valid allocation for qemu_try_memalign() with zero size | Peter Maydell |
2022-03-07 | util: Unify implementations of qemu_memalign() | Peter Maydell |
2022-03-07 | util: Make qemu_oom_check() a static function | Peter Maydell |
2022-03-07 | 9pfs: move qemu_dirent_dup() from osdep -> 9p-util | Christian Schoenebeck |
2022-03-07 | block/dirty-bitmap: introduce bdrv_dirty_bitmap_status() | Vladimir Sementsov-Ogievskiy |
2022-03-06 | event_notifier: add event_notifier_get_wfd() | Sergio Lopez |
2022-03-04 | rcu: use coroutine TLS macros | Stefan Hajnoczi |
2022-03-04 | util/async: replace __thread with QEMU TLS macros | Stefan Hajnoczi |
2022-02-28 | keyval: Fix grammar comment to cover downstream prefix | Markus Armbruster |
2022-02-21 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell |
2022-02-21 | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h | Peter Maydell |
2022-02-21 | include: Move qemu_mprotect_*() to new qemu/mprotect.h | Peter Maydell |
2022-02-21 | include: Move qemu_madvise() and related #defines to new qemu/madvise.h | Peter Maydell |
2022-02-17 | 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread | Vitaly Chikunov |
2022-02-16 | configure, meson: move membarrier test to meson | Paolo Bonzini |
2022-02-14 | util: adjust coroutine pool size to virtio block queue | Hiroki Narukawa |
2022-02-06 | util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc() | David Hildenbrand |
2022-02-04 | cpuid: use unsigned for max cpuid | Michael S. Tsirkin |
2022-02-01 | block/export: Fix vhost-user-blk shutdown with requests in flight | Kevin Wolf |
2022-01-14 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi |
2022-01-12 | meson: reenable filemonitor-inotify compilation | Volker Rümelin |
2022-01-08 | qemu/int128: addition of div/rem 128-bit operations | Frédéric Pétrot |
2022-01-07 | util/oslib-posix: Forward SIGBUS to MCE handler under Linux | David Hildenbrand |
2022-01-07 | util/oslib-posix: Support concurrent os_mem_prealloc() invocation | David Hildenbrand |
2022-01-07 | util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE | David Hildenbrand |
2022-01-07 | util/oslib-posix: Don't create too many threads with small memory or little p... | David Hildenbrand |
2022-01-07 | util/oslib-posix: Introduce and use MemsetContext for touch_all_pages() | David Hildenbrand |
2022-01-07 | util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc() | David Hildenbrand |
2022-01-07 | util/oslib-posix: Let touch_all_pages() return an error | David Hildenbrand |
2021-11-16 | transactions: Invoke clean() after everything else | Hanna Reitz |
2021-11-10 | rcu: Introduce force_rcu notifier | Greg Kurz |
2021-11-02 | util: Make some iova_tree parameters const | Eugenio Pérez |
2021-10-27 | host-utils: add 128-bit quotient support to divu128/divs128 | Luis Pires |
2021-10-27 | host-utils: move checks out of divu128/divs128 | Luis Pires |
2021-10-15 | qemu-option: Allow deleting opts during qemu_opts_foreach() | Kevin Wolf |
2021-10-14 | configure, meson: move more compiler checks to Meson | Paolo Bonzini |
2021-10-14 | configure, meson: move pthread_setname_np checks to Meson | Paolo Bonzini |
2021-10-13 | util/compatfd.c: use libc signalfd wrapper instead of raw syscall | Kacper Słomiński |
2021-09-30 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-09-30 | build-sys: add HAVE_IPPROTO_MPTCP | Marc-André Lureau |
2021-09-29 | host-utils: Fix overflow detection in divu128() | Luis Pires |