Show patches with: Submitter = Alex Bennée       |    State = Action Required       |    Archived = No       |   2258 patches
« 1 2 3 422 23 »
Patch Series S/W/F Date Submitter Delegate State
cpus: make qemu_mutex_iothread_locked() understand co-routines --- 2016-10-21 Alex Bennée New
[v5,01/33] cpus: make all_vcpus_paused() return bool --- 2016-10-27 Alex Bennée New
[v5,05/33] docs: new design document multi-thread-tcg.txt (DRAFTING) --- 2016-10-27 Alex Bennée New
[v5,06/33] tcg: comment on which functions have to be called with tb_lock held --- 2016-10-27 Alex Bennée New
[v5,08/33] translate-all: Add assert_(memory|tb)_lock annotations --- 2016-10-27 Alex Bennée New
[v5,09/33] tcg: protect translation related stuff with tb_lock. --- 2016-10-27 Alex Bennée New
[v5,19/33] tcg: move locking for tb_invalidate_phys_page_range up --- 2016-10-27 Alex Bennée New
[v5,22/33] atomic: introduce cmpxchg_bool --- 2016-10-27 Alex Bennée New
[v5,23/33] *_run_on_cpu: introduce run_on_cpu_data type --- 2016-10-27 Alex Bennée New
[v5,27/33] cputlb: atomically update tlb fields used by tlb_reset_dirty --- 2016-10-27 Alex Bennée New
[v5,28/33] cputlb: make tlb_flush_by_mmuidx safe for MTTCG --- 2016-10-27 Alex Bennée New
[1/6] tests/docker/Makefile.include: fix diff-index call --- 2016-10-28 Alex Bennée New
[2/6] tests/docker/test-user: a simple linux-user test --- 2016-10-28 Alex Bennée New
[3/6] tests/docker: add optional libs to travis.docker --- 2016-10-28 Alex Bennée New
[4/6] tests/docker/Makefile: Add a rule for Debian user images --- 2016-10-28 Alex Bennée New
[5/6] tests/docker/docker.py: expand images command --- 2016-10-28 Alex Bennée New
[6/6] tests/docker/Makefile.include: expand docker help text --- 2016-10-28 Alex Bennée New
[v6,02/19] tcg: add options for enabling MTTCG --- 2016-11-09 Alex Bennée New
[v6,07/19] tcg: enable tb_lock() for SoftMMU --- 2016-11-09 Alex Bennée New
[v6,10/19] cputlb: add assert_cpu_is_self checks --- 2016-11-09 Alex Bennée New
[v6,11/19] cputlb: introduce tlb_flush_* async work. --- 2016-11-09 Alex Bennée New
[v6,13/19] cputlb: atomically update tlb fields used by tlb_reset_dirty --- 2016-11-09 Alex Bennée New
[v6,15/19] target-arm/cpu: don't reset TLB structures, use cputlb to do it --- 2016-11-09 Alex Bennée New
[v6,19/19] tcg: enable MTTCG by default for ARM on x86 hosts --- 2016-11-09 Alex Bennée New
[kvm-unit-tests,v7,10/11] arm/barrier-litmus-tests: add simple mp and sal litmus tests --- 2016-11-24 Alex Bennée New
[RISU,3/9] risu: add simple trace and replay support --- 2016-12-02 Alex Bennée New
[RISU,8/9] new: record_traces.sh helper script --- 2016-12-02 Alex Bennée New
exec.c: simplify the breakpoint invalidation logic --- 2016-12-06 Alex Bennée New
[RFC,for,2.9] gdbstub: remove spurious tb_flush() calls --- 2016-12-06 Alex Bennée New
[RISU,v3,01/10] risu: a bit more verbosity when running --- 2016-12-09 Alex Bennée New
[RISU,v3,02/10] aarch64: add hand-coded risu skeleton for directed testing --- 2016-12-09 Alex Bennée New
[RISU,v3,03/10] risu: paramterise send/receive functions --- 2016-12-09 Alex Bennée New
[RISU,v3,04/10] risu: add simple trace and replay support --- 2016-12-09 Alex Bennée New
[RISU,v3,05/10] risu: add support compressed tracefiles --- 2016-12-09 Alex Bennée New
[RISU,v3,06/10] risu_aarch64: it's -> it is --- 2016-12-09 Alex Bennée New
[RISU,v3,07/10] risugen: remove grocer's apostrophe from REs --- 2016-12-09 Alex Bennée New
[RISU,v3,08/10] new: generate_all.sh script --- 2016-12-09 Alex Bennée New
[v4,61/64] qemu/host-utils.h: Reduce the operation count in the fallback ctpop --- 2016-12-09 Alex Bennée New
[RFC/POC,1/4] tests/docker: add basic user mapping support --- 2016-12-14 Alex Bennée New
[RFC/POC,2/4] new tests/docker/dockerfiles/debian-multiarch-cross.docker --- 2016-12-14 Alex Bennée New
[RFC/POC,3/4] tests/tcg: don't run tests by default --- 2016-12-14 Alex Bennée New
[RFC/POC,4/4] tests/tcg/Makefile: use docker target for arm-tcg-tests --- 2016-12-14 Alex Bennée New
[PULL,1/2] travis: trim out most clang builds --- 2017-01-12 Alex Bennée New
[PULL,2/2] travis: add Trusty with clang stable build --- 2017-01-12 Alex Bennée New
[v7,08/27] tcg: drop global lock during TCG code execution Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,16/27] cputlb: add tlb_flush_by_mmuidx async routines Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,18/27] cputlb: introduce tlb_flush_*_all_cpus Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,20/27] target-arm: ensure BQL taken for ARM_CP_IO register access Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,21/27] target-arm: helpers which may affect global state need the BQL Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,27/27] target-ppc: take global mutex for set_irq Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v2,3/7] .travis.yml: DEBUG MacOSX build [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,4/7] tests/docker: add basic user mapping support [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,5/7] new debian-multiarch-cross.docker: a cross-compiling docker guest [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,6/7] .shippable.yml: new CI provider [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,7/7] qemu-options: remove stray space [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v8,16/25] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap [v8,01/25] docs: new design document multi-thread-tcg.txt --- 2017-01-27 Alex Bennée New
[v8,24/25] target-arm: ensure all cross vCPUs TLB flushes complete [v8,01/25] docs: new design document multi-thread-tcg.txt --- 2017-01-27 Alex Bennée New
[v9,20/25] target-arm/powerctl: defer cpu reset work to CPU context MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,22/25] target-arm/cpu.h: make ARM_CP defined consistent MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,23/25] target-arm: introduce ARM_CP_EXIT_PC MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,24/25] target-arm: ensure all cross vCPUs TLB flushes complete MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,25/25] tcg: enable MTTCG by default for ARM on x86 hosts MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v10,20/23] target-arm/powerctl: defer cpu reset work to CPU context MTTCG Base enabling patches with ARM enablement --- 2017-02-06 Alex Bennée New
[v11,12/24] tcg: handle EXCP_ATOMIC exception for system emulation MTTCG Base enabling patches with ARM enablement --- 2017-02-09 Alex Bennée New
[v11,16/24] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap MTTCG Base enabling patches with ARM enablement --- 2017-02-09 Alex Bennée New
[PULL,1/2] .travis.yml: don't specify CONFIG twice Travis updates --- 2017-02-10 Alex Bennée New
[PULL,2/2] .travis.yml: split VM based builds Travis updates --- 2017-02-10 Alex Bennée New
[v12,09/24] tcg: remove global exit_request MTTCG Base enabling patches with ARM enablement --- 2017-02-13 Alex Bennée New
[v12,12/24] tcg: handle EXCP_ATOMIC exception for system emulation MTTCG Base enabling patches with ARM enablement --- 2017-02-13 Alex Bennée New
[v3,2/3] new: debian docker targets for cross-compiling Docker cross-compile targets and user build support --- 2017-02-14 Alex Bennée New
[v3,3/3] .shippable.yml: new CI provider Docker cross-compile targets and user build support --- 2017-02-14 Alex Bennée New
[v4,3/4] .shippable.yml: new CI provider Docker cross-compile targets and user build support --- 2017-02-16 Alex Bennée New
[v5,2/4] new: debian docker targets for cross-compiling Docker cross-compile targets and user build support --- 2017-02-20 Alex Bennée New
[v5,3/4] .shippable.yml: new CI provider Docker cross-compile targets and user build support --- 2017-02-20 Alex Bennée New
[v5,4/4] MAINTAINERS: merge Build and test automation with Docker tests Docker cross-compile targets and user build support --- 2017-02-20 Alex Bennée New
hmp: add PC information for ARM vCPUs --- 2017-02-22 Alex Bennée New
[PULL,10/24] tcg: enable tb_lock() for SoftMMU MTTCG Base enabling patches with ARM enablement --- 2017-02-24 Alex Bennée New
[PULL,13/24] cputlb: add assert_cpu_is_self checks MTTCG Base enabling patches with ARM enablement --- 2017-02-24 Alex Bennée New
[v2,04/11] translate: downgrade IRQ BQL asserts to tcg_debug_assert MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[v2,05/11] translate-all: exit cpu_restore_state early if translating MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[v2,06/11] sparc/sparc64: grab BQL before calling cpu_check_irqs MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[v2,09/11] target/mips/op_helper: hold BQL before calling cpu_mips_get_count MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
target/i386: move nested exception check to x86_cpu_exec_interrupt --- 2017-03-06 Alex Bennée New
fixup! qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h --- 2017-03-10 Alex Bennée New
[v1,1/3] cputlb: ensure tbl_set_dirty1 updates addr_write atomically MTTCG regression fixes for 2.9-rc1 --- 2017-03-20 Alex Bennée New
[RFC,v1,9/9] replay: gracefully handle backward time events MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée New
[v2,11/12] cpus: call cpu_update_icount on read icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée New
[PULL,10/11] cpus: call cpu_update_icount on read Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée New
[v1,1/3] cputlb: fix and enhance TLB statistics Fix cputlb flush stats and exporting data --- 2017-04-11 Alex Bennée New
[v1,2/3] cpus: dump TLB flush counts as trace event Fix cputlb flush stats and exporting data --- 2017-04-11 Alex Bennée New
[v1,3/3] new script/analyse-tlb-flushes-simpletrace.py Fix cputlb flush stats and exporting data --- 2017-04-11 Alex Bennée New
[RFC,v1,1/9] target/arm/arm-powertctl: drop BQL assertions BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,2/9] cpus: push BQL lock to qemu_*_wait_io_event BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,3/9] cpus: only take BQL for sleeping threads BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,4/9] replay/replay-internal.c: track holding of replay_lock BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,5/9] replay: make locking visible outside replay code BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,6/9] replay: push replay_mutex_lock up the call tree BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,8/9] util/qemu-thread-*: add qemu_lock, locked and unlock trace events BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[v2,1/6] scripts/replay-dump.py: replay log dumper gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[v2,3/6] scripts/qemu-gdb/tcg: new helper to dump tcg state gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
« 1 2 3 422 23 »