Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-24 | atomic: introduce smp_mb_acquire and smp_mb_release | Paolo Bonzini | 1 | -20/+30 |
2016-10-12 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+2 |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange | 1 | -0/+2 |
2016-10-11 | build: Work around SIZE_MAX bug in OSX headers | Eric Blake | 1 | -0/+8 |
2016-10-10 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -5/+2 |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -3/+19 |
2016-10-08 | bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK | Wei Yang | 1 | -5/+2 |
2016-10-04 | util: Introduce qemu_get_pid_name | Michal Privoznik | 1 | -0/+10 |
2016-10-04 | seqlock: use atomic writes for the sequence | Paolo Bonzini | 1 | -2/+2 |
2016-10-04 | atomic.h: comment on use of atomic_read/set | Alex Bennée | 1 | -0/+6 |
2016-10-04 | atomic.h: fix __SANITIZE_THREAD__ build | Alex Bennée | 1 | -1/+1 |
2016-09-29 | coroutine: add a macro for the coroutine stack size | Peter Lieven | 1 | -0/+2 |
2016-09-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+5 |
2016-09-28 | coroutine: add qemu_coroutine_entered() function | Stefan Hajnoczi | 1 | -0/+13 |
2016-09-27 | compiler: Swap 'public domain' header for license | Felipe Franciosi | 1 | -1/+5 |
2016-09-27 | Jhash: add linux kernel jhashtable in qemu | Zhang Chen | 1 | -0/+59 |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng | 1 | -1/+1 |
2016-09-23 | util: Add UUID API | Fam Zheng | 1 | -0/+59 |
2016-09-20 | blockdev: Add dynamic module loading for block drivers | Marc Mari | 1 | -0/+3 |
2016-09-15 | Remove unused function declarations | Ladi Prosek | 2 | -6/+0 |
2016-09-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 4 | -35/+21 |
2016-09-13 | cutils: Add test for buffer_is_zero | Richard Henderson | 1 | -0/+1 |
2016-09-13 | cutils: Export only buffer_is_zero | Richard Henderson | 1 | -2/+0 |
2016-09-13 | atomics: Use __atomic_*_n() variant primitives | Pranith Kumar | 1 | -16/+8 |
2016-09-13 | atomics: Remove redundant barrier()'s | Pranith Kumar | 1 | -4/+4 |
2016-09-13 | timer: update comments | Cao jin | 1 | -13/+6 |
2016-09-13 | qtail: clean up direct access to tqe_prev field | Igor Mammedov | 1 | -0/+2 |
2016-09-13 | timer/cpus: fix some typos and update some comments | Cao jin | 1 | -1/+1 |
2016-09-13 | timer.h: fix inconsistency between comment and function prototype | Cao jin | 1 | -6/+11 |
2016-09-13 | timer.h: fix typo | Cao jin | 1 | -3/+3 |
2016-09-05 | coroutine: Assert that no locks are held on termination | Kevin Wolf | 1 | -0/+1 |
2016-09-05 | coroutine: Let CoMutex remember who holds it | Kevin Wolf | 1 | -0/+1 |
2016-08-09 | atomic: strip "const" from variables declared with typeof | Paolo Bonzini | 1 | -6/+48 |
2016-08-05 | tcg: Lower indirect registers in a separate pass | Richard Henderson | 1 | -0/+1 |
2016-08-05 | tcg: Include liveness info in the dumps | Richard Henderson | 1 | -1/+1 |
2016-08-03 | osdep: Document differences in rounding macros | Eric Blake | 1 | -1/+5 |
2016-08-02 | util: Drop inet_listen() | Cao jin | 1 | -2/+0 |
2016-08-02 | util: drop unix_nonblocking_connect() | Cao jin | 1 | -3/+0 |