Show patches with: Submitter = Alex Bennée       |    State = Action Required       |    Archived = No       |   2261 patches
« 1 2 ... 20 21 22 23 »
Patch Series S/W/F Date Submitter Delegate State
[v5,13/13] cpu-exec: replace cpu->queued_work with GArray --- 2016-08-02 Alex Bennée New
[v5,01/13] atomic: introduce atomic_dec_fetch. --- 2016-08-02 Alex Bennée New
[v6,0/8] docker: Support building qemu-user powered docker test images --- 2016-07-19 Alex Bennée New
[v5,3/7] tests/docker/docker.py: check and run .pre script --- 2016-07-12 Alex Bennée New
[v2,6/6] tcg: cpu-exec: roll-up tb_find_fast/slow --- 2016-07-05 Alex Bennée New
[v2,5/6] tcg: introduce tb_lock_recursive() --- 2016-07-05 Alex Bennée New
[v2,4/6] tcg: cpu-exec: factor out TB patching code --- 2016-07-05 Alex Bennée New
[v2,3/6] tcg: cpu-exec: remove tb_lock from the hot-path --- 2016-07-05 Alex Bennée New
[v3,4/5] tests/docker/dockerfiles: new debian-bootstrap.docker --- 2016-06-28 Alex Bennée New
[PULL,2/3] .travis.yml: add trusty GCE target --- 2016-06-21 Alex Bennée New
[RFC,7/7] watchpoints: put watchpoints under RCU control --- 2016-06-17 Alex Bennée New
[RFC,6/7] linux-user: don't clone watchpoints --- 2016-06-17 Alex Bennée New
[RFC,5/7] breakpoints: put breakpoints under RCU control --- 2016-06-17 Alex Bennée New
[RFC,4/7] break/watchpoints: store inside array --- 2016-06-17 Alex Bennée New
[RFC,3/7] exec: keep CPUBreakpoint references internal --- 2016-06-17 Alex Bennée New
[RFC,2/7] exec: keep CPUWatchpoint references internal --- 2016-06-17 Alex Bennée New
[RFC,1/7] cpu: move break/watchpoints into arrays. --- 2016-06-17 Alex Bennée New
[v2,3/3] add debian-bootstrap.docker target (and pre script) --- 2016-06-08 Alex Bennée New
[v2,2/3] tests/docker/docker.py: support --include-executable --- 2016-06-08 Alex Bennée New
[RFC,v3,19/19] cpu-exec: remove tb_lock from the hot-path --- 2016-06-03 Alex Bennée New
[RFC,v3,17/19] tcg: enable thread-per-vCPU --- 2016-06-03 Alex Bennée New
[RFC,v3,15/19] tcg: drop global lock during TCG code execution --- 2016-06-03 Alex Bennée New
[RFC,v3,14/19] tcg: remove global exit_request --- 2016-06-03 Alex Bennée New
[RFC,v3,13/19] tcg: rename tcg_current_cpu to tcg_current_rr_cpu --- 2016-06-03 Alex Bennée New
[RFC,v3,12/19] tcg: add kick timer for single-threaded vCPU emulation --- 2016-06-03 Alex Bennée New
[RFC,v3,10/19] tcg: cpus rm tcg_exec_all() --- 2016-06-03 Alex Bennée New
[RFC,v3,07/19] translate-all: Add assert_memory_lock annotations --- 2016-06-03 Alex Bennée New
[RFC,v3,05/19] exec: add assert_debug_safe and notes on debug structures --- 2016-06-03 Alex Bennée New
[RFC,v3,04/19] docs: new design document multi-thread-tcg.txt (DRAFTING) --- 2016-06-03 Alex Bennée New
[RFC,2/2] add debian-bootstrap.docker target --- 2016-05-26 Alex Bennée New
[RFC,1/2] tests/docker/docker.py: support --qemu option --- 2016-05-26 Alex Bennée New
libqtest: dump child invocation when QTEST_LOG set --- 2016-05-04 Alex Bennée New
[2/4] .travis.yml: reduce target list on core configure tweaks --- 2016-04-15 Alex Bennée New
[1/4] ./configure: accept stems to match a range of targets --- 2016-04-15 Alex Bennée New
[RFC,v1,12/12] cpus: default MTTCG to on for 32 bit ARM on x86 --- 2016-04-15 Alex Bennée New
[RFC,v1,06/12] cpus: pass CPUState to run_on_cpu helpers --- 2016-04-15 Alex Bennée New
[RFC,v1,03/12] qemu-thread: add simple test-and-set spinlock --- 2016-04-15 Alex Bennée New
[RFC,v2,09/11] tcg: add kick timer for single-threaded vCPU emulation --- 2016-04-05 Alex Bennée New
[RFC,v2,07/11] tcg: cpus rm tcg_exec_all() --- 2016-04-05 Alex Bennée New
[RFC,v2,06/11] target-arm/psci.c: wake up sleeping CPUs --- 2016-04-05 Alex Bennée New
[RFC,v2,03/11] docs: new design document multi-thread-tcg.txt (DRAFTING) --- 2016-04-05 Alex Bennée New
[PULL,3/3] .travis.yml: make -j3 --- 2016-04-04 Alex Bennée New
[PULL,2/3] .travis.yml: enable OSX builds --- 2016-04-04 Alex Bennée New
[v1,2/3] .travis.yml: enable OSX builds --- 2016-03-22 Alex Bennée New
[v1,1/2] cpus: don't use atomic_read for vm_clock_warp_start --- 2016-03-21 Alex Bennée New
[v9,8/9] qemu-log: support simple pid substitution for logs --- 2016-03-15 Alex Bennée New
[v9,4/9] qemu-log: Improve the "exec" TB execution logging --- 2016-03-15 Alex Bennée New
[v9,3/9] qemu-log: Avoid function call for disabled qemu_log_mask logging --- 2016-03-15 Alex Bennée New
[v9,1/9] tcg: pass down TranslationBlock to tcg_code_gen --- 2016-03-15 Alex Bennée New
[RFC,11/11] arm/tcg-test: some basic TCG exercising tests --- 2016-02-26 Alex Bennée New
[RFC,10/11] arm/barrier-litmus-tests: add some litmus tests --- 2016-02-26 Alex Bennée New
[RFC,09/11] arm/locking-tests: add comprehensive locking test --- 2016-02-26 Alex Bennée New
[RFC,08/11] arm/tlbflush-test: Add TLB torture test --- 2016-02-26 Alex Bennée New
[RFC,07/11] arm/run: allow aarch64 to start arm binaries --- 2016-02-26 Alex Bennée New
[RFC,06/11] arm/run: set indentation defaults for emacs --- 2016-02-26 Alex Bennée New
[RFC,05/11] lib: add isaac prng library from CCAN --- 2016-02-26 Alex Bennée New
[RFC,04/11] arm/arm64: Add IPI test --- 2016-02-26 Alex Bennée New
[RFC,03/11] arm/arm64: Add initial gic support --- 2016-02-26 Alex Bennée New
[RFC,02/11] arm/arm64: irq enable/disable --- 2016-02-26 Alex Bennée New
[RFC,01/11] config/config-arm-common: build-up tests-common target --- 2016-02-26 Alex Bennée New
[v7,9/9] cputlb: modernise the debug support --- 2016-02-22 Alex Bennée New
[v7,8/9] qemu-log: support simple pid substitution for logs --- 2016-02-22 Alex Bennée New
[04/12] docker: Add test runner --- 2016-02-15 Alex Bennée New
[v6,5/9] qemu-log: support simple pid substitution in logfile --- 2016-02-11 Alex Bennée New
[PULL,6/6] MAINTAINERS: Add .travis.yml --- 2016-02-09 Alex Bennée New
[PULL,4/6] .travis.yml: enable ccache for the builds --- 2016-02-09 Alex Bennée New
[v5,6/9] qemu-log: new option -dfilter to limit output --- 2016-02-04 Alex Bennée New
[v5,1/9] tcg: pass down TranslationBlock to tcg_code_gen --- 2016-02-04 Alex Bennée New
[v1,5/5] thread-pool: atomic fixes from tsan --- 2016-01-28 Alex Bennée New
[v1,4/5] async.c: various atomic fixes for tsan --- 2016-01-28 Alex Bennée New
[v1,3/5] include/qemu/atomic.h: default to __atomic functions --- 2016-01-28 Alex Bennée New
[v1,2/5] configure: ensure ldflags propagated to config_host --- 2016-01-28 Alex Bennée New
[v1,1/5] configure: introduce --extra-libs --- 2016-01-28 Alex Bennée New
[RFC,4/4] tsan: various fixes for make check --- 2016-01-25 Alex Bennée New
[RFC,3/4] include/qemu/atomic.h: default to __atomic functions --- 2016-01-25 Alex Bennée New
[RFC,2/4] configure: introduce --extra-libs --- 2016-01-25 Alex Bennée New
[RFC,1/4] configure: move EXTRA_CFLAGS append to the end --- 2016-01-25 Alex Bennée New
[RFC,1/2] softmmu_template: add smmu_helper, convert VICTIM_TLB_HIT --- 2016-01-08 Alex Bennée New
softmmu_template: POC simpler do_unl_access inline --- 2016-01-07 Alex Bennée New
[v9,4/6] target-arm: kvm - add support for HW assisted debug --- 2015-11-12 Alex Bennée New
[RFC,V7,19/19] target-arm/psci.c: wake up sleeping CPUs (MTTCG) --- 2015-08-10 Alex Bennée New
[kvm-unit-tests,v5,11/11] new: arm/barrier-test for memory barriers --- 2015-08-03 Alex Bennée New
[v4,10/11] vl.c: log system invocation when enabled --- 2015-08-03 Alex Bennée New
[v4,09/11] target-arm: dfilter support for in_asm, op, opt_op --- 2015-08-03 Alex Bennée New
[v4,07/11] qemu-log: new option -dfilter to limit output --- 2015-08-03 Alex Bennée New
[v4,02/11] tcg: light re-factor and pass down TranslationBlock --- 2015-08-03 Alex Bennée New
[v4,01/11] tcg: add ability to dump /tmp/perf-<pid>.map files --- 2015-08-03 Alex Bennée New
[kvm-unit-tests,v5,11/11] new: arm/barrier-test for memory barriers --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,09/11] arm: query /dev/kvm for maximum vcpus --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,08/11] arm/unittests.cfg: add the tlbflush tests --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,07/11] new arm/tlbflush-test: TLB torture test --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,06/11] lib/arm: add flush_tlb_page mmu function --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,05/11] lib/printf: support the %u unsigned fmt field --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,04/11] arm/run: introduce usingkvm var and use it --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,03/11] configure: emit HOST=$host to config.mak --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,02/11] README: add some CONTRIBUTING notes --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,01/11] arm/run: set indentation defaults for emacs --- 2015-07-31 Alex Bennée New
[RFC] target-arm/psci.c: wake up sleeping CPUs (MTTCG) --- 2015-06-24 Alex Bennée New
.gitignore: ignore GNU Global tags and clang compiledb --- 2015-06-24 Alex Bennée New
[RFC] qemu_mutux: make the iothread recursive (MTTCG) --- 2015-06-23 Alex Bennée New
« 1 2 ... 20 21 22 23 »