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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-21
coroutine-lock: make CoRwlock thread-safe and fair
Paolo Bonzini
1
-1
/
+2
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-3
/
+5
2017-02-21
coroutine-lock: place CoMutex before CoQueue in header
Paolo Bonzini
1
-45
/
+44
2017-02-21
coroutine-lock: add limited spinning to CoMutex
Paolo Bonzini
1
-0
/
+5
2017-02-21
coroutine-lock: make CoMutex thread-safe
Paolo Bonzini
1
-2
/
+15
2017-02-21
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
1
-1
/
+10
2017-02-09
util: add iterators for QemuOpts values
Daniel P. Berrange
1
-0
/
+9
2017-02-02
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...
Peter Maydell
1
-0
/
+27
2017-02-01
ARRAY_SIZE: check that argument is an array
Michael S. Tsirkin
1
-1
/
+8
2017-02-01
compiler: expression version of QEMU_BUILD_BUG_ON
Michael S. Tsirkin
1
-0
/
+3
2017-02-01
compiler: rework BUG_ON using a struct
Michael S. Tsirkin
1
-3
/
+7
2017-02-01
QEMU_BUILD_BUG_ON: use __COUNTER__
Michael S. Tsirkin
1
-1
/
+5
2017-01-31
compiler: drop ; after BUILD_BUG_ON
Michael S. Tsirkin
1
-1
/
+2
2017-01-31
host-utils: Implement unsigned quadword left/right shift and unit tests
Jose Ricardo Ziviani
1
-0
/
+27
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-1
/
+1
2017-01-26
hbitmap: Add hbitmap_is_serializable()
Max Reitz
1
-0
/
+13
2017-01-25
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2
-2
/
+2
2017-01-24
include: Fix typos found by codespell
Stefan Weil
2
-2
/
+2
2017-01-24
migration: migrate QTAILQ
Jianjun Duan
1
-0
/
+60
2017-01-23
arch_init: Remove unnecessary default_config_files table
Eduardo Habkost
1
-4
/
+0
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
1
-0
/
+2
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-3
/
+15
2017-01-16
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2
-3
/
+15
2017-01-16
qemu-thread: optimize QemuLockCnt with futexes on Linux
Paolo Bonzini
2
-0
/
+38
2017-01-16
qemu-thread: introduce QemuLockCnt
Paolo Bonzini
1
-0
/
+110
2017-01-10
qemu/host-utils.h: Reduce the operation count in the fallback ctpop
Richard Henderson
1
-14
/
+11
2017-01-09
coroutine: Introduce qemu_coroutine_enter_if_inactive()
Kevin Wolf
1
-0
/
+6
2016-12-22
main-loop: update comment for qemu_mutex_lock/unlock_iothread
Yaowei Bai
1
-2
/
+2
2016-12-22
timer: fix misleading comment in timer.h
Yaowei Bai
1
-1
/
+1
2016-12-22
exec: introduce MemoryRegionCache
Paolo Bonzini
1
-0
/
+1
2016-11-15
bitops: fix rol/ror when shift is zero
Nikunj A Dadhania
1
-8
/
+8
2016-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
2
-0
/
+4
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
1
-0
/
+3
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
1
-0
/
+16
2016-11-01
qemu-error: remove dependency of stubs on monitor
Paolo Bonzini
1
-0
/
+1
2016-10-31
util/qemu-sockets: Make inet_connect_saddr() public
Ashijeet Acharya
1
-0
/
+2
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
1
-54
/
+0
2016-10-28
qemu-thread: introduce QemuRecMutex
Paolo Bonzini
3
-0
/
+19
2016-10-26
tcg: Add atomic128 helpers
Richard Henderson
1
-0
/
+6
2016-10-26
int128: Add int128_make128
Richard Henderson
1
-5
/
+15
2016-10-26
int128: Use __int128 if available
Richard Henderson
1
-1
/
+134
2016-10-26
exec: Avoid direct references to Int128 parts
Richard Henderson
1
-0
/
+10
2016-10-26
atomics: Add __nocheck atomic operations
Richard Henderson
1
-9
/
+27
2016-10-26
atomics: add atomic_op_fetch variants
Emilio G. Cota
1
-0
/
+17
2016-10-26
atomics: add atomic_xor
Emilio G. Cota
1
-0
/
+4
2016-10-26
atomics: Add parameters to macros
Richard Henderson
1
-5
/
+5
2016-10-24
hbitmap: serialization
Vladimir Sementsov-Ogievskiy
1
-0
/
+79
2016-10-24
HBitmap: Introduce "meta" bitmap to track bit changes
Fam Zheng
1
-0
/
+21
2016-10-24
block: Hide HBitmap in block dirty bitmap interface
Fam Zheng
1
-0
/
+1
2016-10-24
atomic: base mb_read/mb_set on load-acquire and store-release
Paolo Bonzini
1
-62
/
+33
[next]