Show patches with: Submitter = Emilio Cota       |    State = Action Required       |   1334 patches
« 1 2 3 413 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] translate-all: add missing fold of tb_ctx into tcg_ctx - - - --- 2016-04-05 Emilio Cota New
[02/10] compiler.h: add QEMU_CACHELINE + QEMU_ALIGN() + QEMU_CACHELINE_ALIGNED - - - --- 2016-04-05 Emilio Cota New
[03/10] seqlock: remove optional mutex - - - --- 2016-04-05 Emilio Cota New
[04/10] seqlock: rename write_lock/unlock to write_begin/end - - - --- 2016-04-05 Emilio Cota New
[05/10] include: add spinlock wrapper - - - --- 2016-04-05 Emilio Cota New
[06/10] include: add xxhash.h - - - --- 2016-04-05 Emilio Cota New
[07/10] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-04-05 Emilio Cota New
[08/10] qht: QEMU's fast, resizable and scalable Hash Table - - - --- 2016-04-05 Emilio Cota New
[09/10] qht: add test program - - - --- 2016-04-05 Emilio Cota New
[10/10] tb hash: track translated blocks with qht - - - --- 2016-04-05 Emilio Cota New
[07/10] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-04-06 Emilio Cota New
[07/10] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-04-06 Emilio Cota New
tb: consistently use uint32_t for tb->flags - - - --- 2016-04-07 Emilio Cota New
[v2,02/13] compiler.h: add QEMU_ALIGNED() to enforce struct alignment - - - --- 2016-04-07 Emilio Cota New
[v2,03/13] seqlock: remove optional mutex - - - --- 2016-04-07 Emilio Cota New
[v2,04/13] seqlock: rename write_lock/unlock to write_begin/end - - - --- 2016-04-07 Emilio Cota New
[v2,05/13] include/processor.h: define cpu_relax() - - - --- 2016-04-07 Emilio Cota New
[v2,06/13] qemu-thread: add simple test-and-set spinlock - - - --- 2016-04-07 Emilio Cota New
[v2,07/13] qemu-thread: call cpu_relax() while spinning - - - --- 2016-04-07 Emilio Cota New
[v2,08/13] qemu-thread: optimize spin_lock for uncontended locks - - - --- 2016-04-07 Emilio Cota New
[v2,09/13] exec: add tb_hash_func5, derived from xxhash - - - --- 2016-04-07 Emilio Cota New
[v2,10/13] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-04-07 Emilio Cota New
[v2,12/13] qht: add test program - - - --- 2016-04-07 Emilio Cota New
[v3,01/11] compiler.h: add QEMU_ALIGNED() to enforce struct alignment - - - --- 2016-04-19 Emilio Cota New
[v3,02/11] seqlock: remove optional mutex - - - --- 2016-04-19 Emilio Cota New
[v3,03/11] seqlock: rename write_lock/unlock to write_begin/end - - - --- 2016-04-19 Emilio Cota New
[v3,04/11] include/processor.h: define cpu_relax() - - - --- 2016-04-19 Emilio Cota New
[v3,05/11] qemu-thread: add simple test-and-set spinlock - - - --- 2016-04-19 Emilio Cota New
[v3,06/11] exec: add tb_hash_func5, derived from xxhash - - - --- 2016-04-19 Emilio Cota New
[v3,07/11] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-04-19 Emilio Cota New
[v3,08/11] qht: QEMU's fast, resizable and scalable Hash Table - - - --- 2016-04-19 Emilio Cota New
[v3,09/11] qht: add test program - - - --- 2016-04-19 Emilio Cota New
[v3,10/11] tb hash: track translated blocks with qht - - - --- 2016-04-19 Emilio Cota New
[v3,11/11] translate-all: add tb hash bucket info to 'info jit' dump - - - --- 2016-04-19 Emilio Cota New
[UPDATED,v3,04/11] include/processor.h: define cpu_relax() - - - --- 2016-04-20 Emilio Cota New
[UPDATED,v3,05/11] qemu-thread: add simple test-and-set spinlock - - - --- 2016-04-20 Emilio Cota New
[v3,05/11] qemu-thread: add simple test-and-set spinlock - - - --- 2016-04-21 Emilio Cota New
[1/2] translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size - - - --- 2016-04-22 Emilio Cota New
[2/2] translate-all: add missing munmap of the code_gen guard page for MIPS - - - --- 2016-04-22 Emilio Cota New
[RFC] translate-all: protect code_gen_buffer with RCU - - - --- 2016-04-22 Emilio Cota New
[RFC,v2] translate-all: protect code_gen_buffer with RCU - - - --- 2016-04-24 Emilio Cota New
[RFC,v3] translate-all: protect code_gen_buffer with RCU - - - --- 2016-04-25 Emilio Cota New
[v4,01/14] compiler.h: add QEMU_ALIGNED() to enforce struct alignment - - - --- 2016-04-30 Emilio Cota New
[v4,02/14] seqlock: remove optional mutex - - - --- 2016-04-30 Emilio Cota New
[v4,03/14] seqlock: rename write_lock/unlock to write_begin/end - - - --- 2016-04-30 Emilio Cota New
[v4,04/14] include/processor.h: define cpu_relax() - - - --- 2016-04-30 Emilio Cota New
[v4,05/14] atomics: add atomic_test_and_set - - - --- 2016-04-30 Emilio Cota New
[v4,06/14] qemu-thread: add simple test-and-set spinlock - - - --- 2016-04-30 Emilio Cota New
[v4,07/14] exec: add tb_hash_func5, derived from xxhash - - - --- 2016-04-30 Emilio Cota New
[v4,08/14] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-04-30 Emilio Cota New
[v4,09/14] qdist: add module to represent frequency distributions of data - - - --- 2016-04-30 Emilio Cota New
[v4,10/14] qdist: add test program - - - --- 2016-04-30 Emilio Cota New
[v4,11/14] qht: QEMU's fast, resizable and scalable Hash Table - - - --- 2016-04-30 Emilio Cota New
[v4,12/14] qht: add test program - - - --- 2016-04-30 Emilio Cota New
[v4,13/14] tb hash: track translated blocks with qht - - - --- 2016-04-30 Emilio Cota New
[v4,14/14] translate-all: add tb hash bucket info to 'info jit' dump - - - --- 2016-04-30 Emilio Cota New
[v5,01/18] compiler.h: add QEMU_ALIGNED() to enforce struct alignment - - - --- 2016-05-14 Emilio Cota New
[v5,02/18] seqlock: remove optional mutex - - - --- 2016-05-14 Emilio Cota New
[v5,03/18] seqlock: rename write_lock/unlock to write_begin/end - - - --- 2016-05-14 Emilio Cota New
[v5,04/18] include/processor.h: define cpu_relax() - - - --- 2016-05-14 Emilio Cota New
[v5,05/18] atomics: add atomic_test_and_set_acquire - - - --- 2016-05-14 Emilio Cota New
[v5,06/18] atomics: add atomic_read_acquire and atomic_set_release - - - --- 2016-05-14 Emilio Cota New
[v5,07/18] qemu-thread: add simple test-and-set spinlock - - - --- 2016-05-14 Emilio Cota New
[v5,08/18] exec: add tb_hash_func5, derived from xxhash - - - --- 2016-05-14 Emilio Cota New
[v5,09/18] tb hash: hash phys_pc, pc, and flags with xxhash - - - --- 2016-05-14 Emilio Cota New
[v5,10/18] qdist: add module to represent frequency distributions of data - - - --- 2016-05-14 Emilio Cota New
[v5,11/18] qdist: add test program - - - --- 2016-05-14 Emilio Cota New
[v5,12/18] qht: QEMU's fast, resizable and scalable Hash Table - 1 - --- 2016-05-14 Emilio Cota New
[v5,13/18] qht: support parallel writes - - - --- 2016-05-14 Emilio Cota New
[v5,14/18] qht: add test program - - - --- 2016-05-14 Emilio Cota New
[v5,15/18] qht: add qht-bench, a performance benchmark - - - --- 2016-05-14 Emilio Cota New
[v5,16/18] qht: add test-qht-par to invoke qht-bench from 'check' target - - - --- 2016-05-14 Emilio Cota New
[v5,17/18] tb hash: track translated blocks with qht - - - --- 2016-05-14 Emilio Cota New
[v5,18/18] translate-all: add tb hash bucket info to 'info jit' dump - - - --- 2016-05-14 Emilio Cota New
[v5,07/18] qemu-thread: add simple test-and-set spinlock - - - --- 2016-05-17 Emilio Cota New
[v5,07/18] qemu-thread: add simple test-and-set spinlock - - - --- 2016-05-18 Emilio Cota New
[v5,04/18] include/processor.h: define cpu_relax() - - - --- 2016-05-18 Emilio Cota New
[1/2] atomics: do not use __atomic primitives for RCU atomics - - - --- 2016-05-21 Emilio Cota New
[2/2] docs/atomics: update atomic_read/set comparison with Linux - - - --- 2016-05-21 Emilio Cota New
[1/2] atomics: do not use __atomic primitives for RCU atomics - - - --- 2016-05-24 Emilio Cota New
[v2,1/3] docs/atomics: update atomic_read/set comparison with Linux - - - --- 2016-05-24 Emilio Cota New
[v2,2/3] atomics: emit an smp_read_barrier_depends() barrier only for Sparc and Thread Sanitizer - - - --- 2016-05-24 Emilio Cota New
[v2,3/3] atomics: do not emit consume barrier for atomic_rcu_read - - - --- 2016-05-24 Emilio Cota New
[v6,01/15] compiler.h: add QEMU_ALIGNED() to enforce struct alignment - 3 - --- 2016-05-25 Emilio Cota New
[v6,02/15] seqlock: remove optional mutex - 3 - --- 2016-05-25 Emilio Cota New
[v6,03/15] seqlock: rename write_lock/unlock to write_begin/end - 3 - --- 2016-05-25 Emilio Cota New
[v6,04/15] include/processor.h: define cpu_relax() - 3 - --- 2016-05-25 Emilio Cota New
[v6,05/15] qemu-thread: add simple test-and-set spinlock - - - --- 2016-05-25 Emilio Cota New
[v6,06/15] exec: add tb_hash_func5, derived from xxhash - 2 - --- 2016-05-25 Emilio Cota New
[v6,07/15] tb hash: hash phys_pc, pc, and flags with xxhash - 3 - --- 2016-05-25 Emilio Cota New
[v6,08/15] qdist: add module to represent frequency distributions of data - 1 - --- 2016-05-25 Emilio Cota New
[v6,09/15] qdist: add test program 1 1 - --- 2016-05-25 Emilio Cota New
[v6,10/15] qht: QEMU's fast, resizable and scalable Hash Table - - - --- 2016-05-25 Emilio Cota New
[v6,11/15] qht: add test program 1 2 - --- 2016-05-25 Emilio Cota New
[v6,12/15] qht: add qht-bench, a performance benchmark - - - --- 2016-05-25 Emilio Cota New
[v6,13/15] qht: add test-qht-par to invoke qht-bench from 'check' target - - - --- 2016-05-25 Emilio Cota New
[v6,14/15] tb hash: track translated blocks with qht - 3 - --- 2016-05-25 Emilio Cota New
[v6,15/15] translate-all: add tb hash bucket info to 'info jit' dump 1 1 - --- 2016-05-25 Emilio Cota New
[v6,12/15] qht: add qht-bench, a performance benchmark - - - --- 2016-06-03 Emilio Cota New
[v6,08/15] qdist: add module to represent frequency distributions of data - - - --- 2016-06-06 Emilio Cota New
« 1 2 3 413 14 »