Show patches with: Submitter = Robert Foley       |    State = Action Required       |    Archived = No       |   442 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v10,09/73] cris: convert to helper_cpu_halted_set per-CPU locks - - 3 - --- 2020-06-17 Robert Foley New
[v10,08/73] ppc: convert to helper_cpu_halted_set per-CPU locks 1 - 2 - --- 2020-06-17 Robert Foley New
[v10,07/73] tcg-runtime: define helper_cpu_halted_set per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,06/73] cpu: make per-CPU locks an alias of the BQL in TCG rr mode per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,05/73] cpu: introduce process_queued_cpu_work_locked per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,04/73] cpu: move run_on_cpu to cpus-common per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,03/73] cpu: make qemu_work_cond per-cpu per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,02/73] cpu: introduce cpu_mutex_lock/unlock per-CPU locks - - 1 - --- 2020-06-17 Robert Foley New
[v10,01/73] cpu: rename cpu->work_mutex to cpu->lock per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v3,13/13] tests: Disable select tests under TSan, which hit TSan issue. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,12/13] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 2 - --- 2020-06-09 Robert Foley New
[v3,11/13] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,10/13] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 2 - --- 2020-06-09 Robert Foley New
[v3,09/13] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,08/13] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,07/13] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,06/13] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-06-09 Robert Foley New
[v3,05/13] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,04/13] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,03/13] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v3,02/13] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 3 - --- 2020-06-09 Robert Foley New
[v3,01/13] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-09 Robert Foley New
[v2,13/13] tests: Disable select tests under TSan, which hit TSan issue. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,12/13] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 2 - --- 2020-06-05 Robert Foley New
[v2,11/13] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,10/13] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 2 - --- 2020-06-05 Robert Foley New
[v2,09/13] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,08/13] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,07/13] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,06/13] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-06-05 Robert Foley New
[v2,05/13] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,04/13] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,03/13] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v2,02/13] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 3 - --- 2020-06-05 Robert Foley New
[v2,01/13] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - 1 - --- 2020-06-05 Robert Foley New
[v9,9/9] tests/vm: Add workaround to consume console [v9,1/9] tests/vm: pass args through to BaseVM's __init__ 1 - 1 - --- 2020-06-01 Robert Foley New
[v9,8/9] python/qemu: Add ConsoleSocket for optional use in QEMUMachine [v9,1/9] tests/vm: pass args through to BaseVM's __init__ 1 - 1 1 --- 2020-06-01 Robert Foley New
[v9,7/9] tests/vm: change scripts to use self._config [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - 1 - --- 2020-06-01 Robert Foley New
[v9,6/9] tests/vm: Added a new script for centos.aarch64. [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - 2 - --- 2020-06-01 Robert Foley New
[v9,5/9] tests/vm: Added a new script for ubuntu.aarch64. [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - 1 - --- 2020-06-01 Robert Foley New
[v9,4/9] tests/vm: Add common Ubuntu python module [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - - 1 --- 2020-06-01 Robert Foley New
[v9,3/9] tests/vm: Added configuration file support [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - 2 - --- 2020-06-01 Robert Foley New
[v9,2/9] tests/vm: Add configuration to basevm.py [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - 2 - --- 2020-06-01 Robert Foley New
[v9,1/9] tests/vm: pass args through to BaseVM's __init__ [v9,1/9] tests/vm: pass args through to BaseVM's __init__ - - 2 1 --- 2020-06-01 Robert Foley New
[v8,12/12] tests/vm: Add workaround to consume console tests/vm: Add support for aarch64 VMs 1 - 1 - --- 2020-05-29 Robert Foley New
[v8,11/12] python/qemu: Add ConsoleSocket for optional use in QEMUMachine tests/vm: Add support for aarch64 VMs 1 - 1 1 --- 2020-05-29 Robert Foley New
[v8,10/12] tests/vm: change scripts to use self._config tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-05-29 Robert Foley New
[v8,09/12] tests/vm: Added a new script for centos.aarch64. tests/vm: Add support for aarch64 VMs - - 2 - --- 2020-05-29 Robert Foley New
[v8,08/12] tests/vm: Added a new script for ubuntu.aarch64. tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-05-29 Robert Foley New
[v8,07/12] tests/vm: Add common Ubuntu python module tests/vm: Add support for aarch64 VMs - - - 1 --- 2020-05-29 Robert Foley New
[v8,06/12] tests/vm: allow wait_ssh() to specify command tests/vm: Add support for aarch64 VMs - - 3 1 --- 2020-05-29 Robert Foley New
[v8,05/12] tests/vm: Add ability to select QEMU from current build. tests/vm: Add support for aarch64 VMs - - 3 1 --- 2020-05-29 Robert Foley New
[v8,04/12] tests/vm: Pass --debug through for vm-boot-ssh. tests/vm: Add support for aarch64 VMs - - 2 - --- 2020-05-29 Robert Foley New
[v8,03/12] tests/vm: Added configuration file support tests/vm: Add support for aarch64 VMs - - 2 - --- 2020-05-29 Robert Foley New
[v8,02/12] tests/vm: Add configuration to basevm.py tests/vm: Add support for aarch64 VMs - - 2 - --- 2020-05-29 Robert Foley New
[v8,01/12] tests/vm: pass args through to BaseVM's __init__ tests/vm: Add support for aarch64 VMs - - 2 1 --- 2020-05-29 Robert Foley New
[v1,12/12] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,11/12] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,10/12] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,09/12] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,08/12] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,07/12] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,06/12] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,05/12] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,04/12] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,03/12] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,02/12] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 2 - --- 2020-05-29 Robert Foley New
[v1,01/12] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[19/19] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[18/19] target/arm: Fix tsan warning in cpu.c Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[17/19] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[16/19] util: fixed tsan warnings in thread_pool.c Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[15/19] qht: Fix tsan warnings. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[14/19] util/async: Fixed tsan warnings Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[13/19] accel/tcg: Fixed tsan warnings. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[12/19] configure: added tsan support for blacklist. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[11/19] accel/tcg: Fixed tsan warnings related to parallel_cpus Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[10/19] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[09/19] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[08/19] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[07/19] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[06/19] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[05/19] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[04/19] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[03/19] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[02/19] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 3 - --- 2020-05-22 Robert Foley New
[01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[v9,74/74] cputlb: queue async flush jobs without the BQL per-CPU locks - - 2 1 --- 2020-05-21 Robert Foley New
[v9,73/74] cpu: add async_run_on_cpu_no_bql per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
[v9,72/74] cpus-common: release BQL earlier in run_on_cpu per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
[v9,71/74] cpu: protect CPU state with cpu->lock instead of the BQL per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
[v9,70/74] cpu: rename all_cpu_threads_idle to qemu_tcg_rr_all_cpu_threads_idle per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
[v9,69/74] xtensa: convert to cpu_has_work_with_iothread_lock per-CPU locks - - 1 - --- 2020-05-21 Robert Foley New
[v9,68/74] sparc: convert to cpu_has_work_with_iothread_lock per-CPU locks 1 - 1 - --- 2020-05-21 Robert Foley New
[v9,67/74] riscv: convert to cpu_has_work_with_iothread_lock per-CPU locks - - 3 - --- 2020-05-21 Robert Foley New
[v9,66/74] s390x: convert to cpu_has_work_with_iothread_lock per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
[v9,65/74] mips: convert to cpu_has_work_with_iothread_lock per-CPU locks - - 1 - --- 2020-05-21 Robert Foley New
[v9,64/74] ppc: convert to cpu_has_work_with_iothread_lock per-CPU locks 1 - 1 - --- 2020-05-21 Robert Foley New
[v9,63/74] cpu: introduce cpu_has_work_with_iothread_lock per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
[v9,62/74] cpu: call .cpu_has_work with the CPU lock held per-CPU locks - - 2 - --- 2020-05-21 Robert Foley New
« 1 2 3 44 5 »