1. 6c27a0d util/qemu-thread-*: add qemu_lock, locked and unlock trace events by Alex Bennée · 7 years ago
  2. 68a9398 qemu-thread: fix races on threads that exit very quickly by linzhecheng · 7 years ago
  3. 401bc05 util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAIT by Peter Maydell · 7 years ago
  4. c096358 qemu-thread: Assert locks are initialized before using by Fam Zheng · 7 years ago
  5. 31f5a72 trace: add qemu mutex lock and unlock trace events by Jose Ricardo Ziviani · 7 years ago
  6. 598cf1c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  7. 2f75bd7 qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create() by Caoxinhua · 8 years ago
  8. fbcc3e5 qemu-thread: optimize QemuLockCnt with futexes on Linux by Paolo Bonzini · 8 years ago
  9. feadec6 qemu-thread: introduce QemuRecMutex by Paolo Bonzini · 8 years ago
  10. 374293c qemu-thread: use acquire/release to clarify semantics of QemuEvent by Paolo Bonzini · 8 years ago
  11. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  12. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  13. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  14. 16ef9d0 qemu-thread: handle spurious futex_wait wakeups by Emilio G. Cota · 9 years ago
  15. 24fa904 qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK by Paolo Bonzini · 10 years ago
  16. 158ef8c qemu-thread: fix qemu_event without futexes by Paolo Bonzini · 10 years ago
  17. ef57137 qemu-thread: add per-thread atexit functions by Paolo Bonzini · 10 years ago
  18. 5c31207 Detect pthread_setname_np at configure time by Dr. David Alan Gilbert · 11 years ago
  19. 01207d0 qemu-thread-posix: Fix build against older glibc version by Jan Kiszka · 11 years ago
  20. 4900116 Add a 'name' parameter to qemu_thread_create by Dr. David Alan Gilbert · 11 years ago
  21. 8f480de Add 'debug-threads' suboption to --name by Dr. David Alan Gilbert · 11 years ago
  22. c7c4d06 qemu-thread: add QemuEvent by Paolo Bonzini · 11 years ago
  23. 79761c6 semaphore: fix a hangup problem under load on NetBSD hosts. by Izumi Tsutsui · 11 years ago
  24. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from qemu-thread-posix.c]
  25. a795ef8 Fix semaphores fallback code by Brad Smith · 12 years ago
  26. 927fa90 Disable semaphores fallback code for OpenBSD by Brad Smith · 12 years ago
  27. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  28. c166cb7 semaphore: implement fallback counting semaphores with mutex+condvar by Paolo Bonzini · 12 years ago
  29. 38b14db qemu-thread: add QemuSemaphore by Paolo Bonzini · 13 years ago
  30. 2d797b6 qemu-thread: Let qemu_thread_is_self() return bool by Andreas Färber · 12 years ago
  31. 8763046 qemu-thread: implement joinable threads for POSIX by Jan Kiszka · 13 years ago
  32. cf21871 qemu-thread: add API for joinable threads by Jan Kiszka · 13 years ago
  33. 53380ac Abort on thread layer errors by Jan Kiszka · 13 years ago
  34. 44bc10d qemu-thread: delete unused functions by Blue Swirl · 14 years ago
  35. cc015e9 add Win32 IPI service by Paolo Bonzini · 14 years ago
  36. 89b48b5 add assertions on the owner of a QemuMutex by Paolo Bonzini · 14 years ago
  37. 9257d46 add win32 qemu-thread implementation by Paolo Bonzini · 14 years ago[Renamed from qemu-thread.c]
  38. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  39. 313b1d6 qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit by Corentin Chary · 14 years ago
  40. 55541c8 make qemu_thread_create block all signals by Paolo Bonzini · 14 years ago
  41. 609f2fa qemu-thread: use pthread_equal by Sebastian Herbszt · 15 years ago
  42. e5d355d qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) by aliguori · 15 years ago