Show patches with: Submitter = Emilio Cota       |    State = Action Required       |    Archived = No       |   1350 patches
« 1 2 3 413 14 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/3] rcu: use call_rcu semantics from liburcu - - - - --- 2015-02-03 Emilio Cota New
[2/3] rcu: use rcu_{dereference, assign_pointer} instead of atomic_rcu_{read, set} - - - - --- 2015-02-03 Emilio Cota New
[3/3] rcu: add liburcu knob to configure script - - - - --- 2015-02-03 Emilio Cota New
[qemu] How to reliably obtain physaddr from vaddr - - - - --- 2015-03-16 Emilio Cota New
[qemu] How to reliably obtain physaddr from vaddr - - - - --- 2015-03-16 Emilio Cota New
translate-all: remove superfluous #ifdef FOO || 1 - - - - --- 2015-03-21 Emilio Cota New
translate-all: use bitmap helpers for PageDesc's bitmap - - - - --- 2015-03-21 Emilio Cota New
tcg: pack TCGTemp to reduce size by 8 bytes - - 1 - --- 2015-03-21 Emilio Cota New
target-i386: remove superfluous TARGET_HAS_SMC macro - - 1 - --- 2015-03-21 Emilio Cota New
tcg: optimise memory layout of TCGTemp - - - - --- 2015-03-25 Emilio Cota New
tcg: optimise memory layout of TCGTemp - - - - --- 2015-03-27 Emilio Cota New
[v2] tcg: optimise memory layout of TCGTemp - - 3 - --- 2015-04-03 Emilio Cota New
translate-all: remove redundant page_find from tb_invalidate_phys_page - - 1 - --- 2015-04-08 Emilio Cota New
translate-all: use g_malloc0 for all page descriptor allocations - - - - --- 2015-04-09 Emilio Cota New
[v2] translate-all: use glib for all page descriptor allocations - - - - --- 2015-04-09 Emilio Cota New
[v3] translate-all: use glib for all page descriptor allocations - - - - --- 2015-04-09 Emilio Cota New
[v2] translate-all: use bitmap helpers for PageDesc's bitmap - - - - --- 2015-04-22 Emilio Cota New
[v3] translate-all: use bitmap helpers for PageDesc's bitmap - - - - --- 2015-04-22 Emilio Cota New
i440fx-test: remove ARRAY_SIZE redefinition - - 2 - --- 2015-04-26 Emilio Cota New
[1/6] cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus) - - - - --- 2015-04-27 Emilio Cota New
[2/6] input: remove unused mouse_handlers list - - 1 - --- 2015-04-27 Emilio Cota New
[3/6] qemu-char: remove unused list node from FDCharDriver - - - - --- 2015-04-27 Emilio Cota New
[4/6] gitignore: ignore *.patch files - - - - --- 2015-04-27 Emilio Cota New
[5/6] coroutine: remove unnecessary parentheses in qemu_co_queue_empty - - - - --- 2015-04-27 Emilio Cota New
[6/6] linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it - - - - --- 2015-04-27 Emilio Cota New
[1/8] tls: require compiler support for __thread - - - - --- 2015-04-28 Emilio Cota New
i440fx-test: guard ARRAY_SIZE definition with #ifndef - - - - --- 2015-04-30 Emilio Cota New
tests: consolidate common includes under libqtest.h - - - - --- 2015-04-30 Emilio Cota New
[RFC,1/8] cputlb: add physical address to CPUTLBEntry - - - - --- 2015-05-08 Emilio Cota New
[RFC,2/8] softmmu: add helpers to get ld/st physical addresses - - - - --- 2015-05-08 Emilio Cota New
[RFC,3/8] tiny_set: add module to test for membership in a tiny set of pointers - - - - --- 2015-05-08 Emilio Cota New
[RFC,4/8] radix-tree: add generic lockless radix tree module - - - - --- 2015-05-08 Emilio Cota New
[RFC,5/8] aie: add module for Atomic Instruction Emulation - - - - --- 2015-05-08 Emilio Cota New
[RFC,6/8] aie: add target helpers - - - - --- 2015-05-08 Emilio Cota New
[RFC,7/8] target-arm: emulate atomic instructions using AIE - - - - --- 2015-05-08 Emilio Cota New
[RFC,8/8] target-i386: emulate atomic instructions using AIE - - - - --- 2015-05-08 Emilio Cota New
[RFC,1/8] cputlb: add physical address to CPUTLBEntry - - - - --- 2015-05-10 Emilio Cota New
[RFC,01/38] cpu-exec: add missing mmap_lock in tb_find_slow - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,02/38] hw/i386/kvmvapic: add missing include of tcg.h - - - - --- 2015-08-24 Emilio Cota New
[RFC,03/38] cpu-exec: set current_cpu at cpu_exec() - - - - --- 2015-08-24 Emilio Cota New
[RFC,04/38] translate-all: remove volatile from have_tb_lock - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,05/38] thread-posix: inline qemu_spin functions - - - - --- 2015-08-24 Emilio Cota New
[RFC,06/38] seqlock: add missing 'inline' to seqlock_read_retry - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,07/38] seqlock: read sequence number atomically - - - - --- 2015-08-24 Emilio Cota New
[RFC,08/38] rcu: init rcu_registry_lock after fork - - - - --- 2015-08-24 Emilio Cota New
[RFC,09/38] rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/ - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,10/38] translate-all: remove obsolete comment about l1_map - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,11/38] qemu-thread: handle spurious futex_wait wakeups - - - - --- 2015-08-24 Emilio Cota New
[RFC,12/38] linux-user: call rcu_(un)register_thread on pthread_(exit|create) - - - - --- 2015-08-24 Emilio Cota New
[RFC,13/38] cputlb: add physical address to CPUTLBEntry - - - - --- 2015-08-24 Emilio Cota New
[RFC,14/38] softmmu: add helpers to get ld/st physical addresses - - - - --- 2015-08-24 Emilio Cota New
[RFC,15/38] radix-tree: add generic lockless radix tree module - - - - --- 2015-08-24 Emilio Cota New
[RFC,16/38] aie: add module for Atomic Instruction Emulation - - - - --- 2015-08-24 Emilio Cota New
[RFC,17/38] aie: add target helpers - - - - --- 2015-08-24 Emilio Cota New
[RFC,18/38] tcg: add fences - - - - --- 2015-08-24 Emilio Cota New
[RFC,19/38] tcg: add tcg_gen_smp_rmb() - - - - --- 2015-08-24 Emilio Cota New
[RFC,20/38] tcg/i386: implement fences - - - - --- 2015-08-24 Emilio Cota New
[RFC,21/38] target-i386: emulate atomic instructions + barriers using AIE - - - - --- 2015-08-24 Emilio Cota New
[RFC,22/38] cpu: update interrupt_request atomically - - - - --- 2015-08-24 Emilio Cota New
[RFC,23/38] cpu-exec: grab iothread lock during interrupt handling - - - - --- 2015-08-24 Emilio Cota New
[RFC,24/38] cpu-exec: reset mmap_lock after exiting the CPU loop - - - - --- 2015-08-24 Emilio Cota New
[RFC,25/38] cpu: add barriers around cpu->tcg_exit_req - - - - --- 2015-08-24 Emilio Cota New
[RFC,26/38] cpu: protect tb_jmp_cache with seqlock - - - - --- 2015-08-24 Emilio Cota New
[RFC,27/38] cpu-exec: convert tb_invalidated_flag into a per-TB flag - - - - --- 2015-08-24 Emilio Cota New
[RFC,28/38] cpu-exec: use RCU to perform lockless TB lookups - - - - --- 2015-08-24 Emilio Cota New
[RFC,29/38] tcg: export have_tb_lock - - - - --- 2015-08-24 Emilio Cota New
[RFC,30/38] translate-all: add tb_lock assertions - - - - --- 2015-08-24 Emilio Cota New
[RFC,31/38] cpu: protect l1_map with tb_lock in full-system mode - - - - --- 2015-08-24 Emilio Cota New
[RFC,32/38] cpu list: convert to RCU QLIST - - - - --- 2015-08-24 Emilio Cota New
[RFC,33/38] cpu: introduce cpu_tcg_sched_work to run work while other CPUs sleep - - - - --- 2015-08-24 Emilio Cota New
[RFC,34/38] translate-all: use tcg_sched_work for tb_flush - - - - --- 2015-08-24 Emilio Cota New
[RFC,35/38] cputlb: use cpu_tcg_sched_work for tlb_flush_all - - - - --- 2015-08-24 Emilio Cota New
[RFC,36/38] cputlb: use tcg_sched_work for tlb_flush_page_all - - - - --- 2015-08-24 Emilio Cota New
[RFC,37/38] cpus: remove async_run_safe_work_on_cpu - - - - --- 2015-08-24 Emilio Cota New
[RFC,38/38] Revert "target-i386: yield to another VCPU on PAUSE" - - - - --- 2015-08-24 Emilio Cota New
[1/4] cpus: add qemu_cpu_thread_init_common() to avoid code duplication - - - - --- 2015-08-25 Emilio Cota New
[2/4] linux-user: add helper to set current_cpu before cpu_loop() - - - - --- 2015-08-25 Emilio Cota New
[3/4] linux-user: call rcu_(un)register_thread on thread creation/deletion - - - - --- 2015-08-25 Emilio Cota New
[4/4] bsd-user: add helper to set current_cpu before cpu_loop() - - - - --- 2015-08-25 Emilio Cota New
[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 - - 1 - --- 2016-04-05 Emilio Cota New
[04/10] seqlock: rename write_lock/unlock to write_begin/end - - 1 - --- 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 - - 1 - --- 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 - - 2 1 --- 2016-04-07 Emilio Cota New
[v2,02/13] compiler.h: add QEMU_ALIGNED() to enforce struct alignment - - 1 - --- 2016-04-07 Emilio Cota New
[v2,03/13] seqlock: remove optional mutex - - 2 - --- 2016-04-07 Emilio Cota New
[v2,04/13] seqlock: rename write_lock/unlock to write_begin/end - - 2 - --- 2016-04-07 Emilio Cota New
[v2,05/13] include/processor.h: define cpu_relax() - - 1 - --- 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
« 1 2 3 413 14 »