Current Team Memberships

Show patches with: none      |   9196 patches
« 1 2 ... 89 90 91 92 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,1/4] configure: move EXTRA_CFLAGS append to the end --- 2016-01-25 Alex Bennée New
[v2] .travis.yml: migrate to container builds --- 2016-01-21 Alex Bennée Superseded
.travis.yml: migrate to container builds --- 2016-01-15 Alex Bennée Superseded
[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
[v10,6/6] tests/guest-debug: introduce basic gdbstub tests --- 2015-12-08 Alex Bennée Accepted
[v10,5/6] target-arm: kvm - re-inject guest debug exceptions --- 2015-12-08 Alex Bennée Accepted
[v10,4/6] target-arm: kvm - add support for HW assisted debug --- 2015-12-08 Alex Bennée Accepted
[v10,3/6] target-arm: kvm - support for single step --- 2015-12-08 Alex Bennée New
[v10,2/6] target-arm: kvm - implement software breakpoints --- 2015-12-08 Alex Bennée New
[v10,1/6] target-arm: kvm64 - introduce kvm_arm_init_debug() --- 2015-12-08 Alex Bennée New
[v9,6/6] tests/guest-debug: introduce basic gdbstub tests --- 2015-11-12 Alex Bennée Superseded
[v9,5/6] target-arm: kvm - re-inject guest debug exceptions --- 2015-11-12 Alex Bennée New
[v9,4/6] target-arm: kvm - add support for HW assisted debug --- 2015-11-12 Alex Bennée New
[v9,3/6] target-arm: kvm - support for single step --- 2015-11-12 Alex Bennée New
[v9,2/6] target-arm: kvm - implement software breakpoints --- 2015-11-12 Alex Bennée New
[v9,1/6] target-arm: kvm64 - introduce kvm_arm_init_debug() --- 2015-11-12 Alex Bennée Superseded
[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,11/11] cputlb: modernise the debug support --- 2015-08-03 Alex Bennée Superseded
[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,08/11] qemu-log: dfilter-ise exec, out_asm, and op_opt --- 2015-08-03 Alex Bennée Superseded
[v4,07/11] qemu-log: new option -dfilter to limit output --- 2015-08-03 Alex Bennée New
[v4,06/11] qemu-log: support simple pid substitution in logfile --- 2015-08-03 Alex Bennée Superseded
[v4,05/11] qemu-log: Improve the "exec" TB execution logging --- 2015-08-03 Alex Bennée Superseded
[v4,04/11] qemu-log: Avoid function call for disabled qemu_log_mask logging --- 2015-08-03 Alex Bennée Superseded
[v4,03/11] qemu-log: correct help text for -d cpu --- 2015-08-03 Alex Bennée Superseded
[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,10/11] new: add isaac prng library from CCAN --- 2015-07-31 Alex Bennée Superseded
[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
[v8,11/11] KVM: arm64: add trace points for guest_debug debug --- 2015-07-07 Alex Bennée Superseded
[v8,10/11] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-07-07 Alex Bennée New
[v8,09/11] KVM: arm64: guest debug, HW assisted debug support --- 2015-07-07 Alex Bennée New
[v8,08/11] KVM: arm64: introduce vcpu->arch.debug_ptr --- 2015-07-07 Alex Bennée Superseded
[v8,07/11] KVM: arm64: re-factor hyp.S debug register code --- 2015-07-07 Alex Bennée Superseded
[v8,06/11] KVM: arm64: guest debug, add support for single-step --- 2015-07-07 Alex Bennée Superseded
[v8,05/11] KVM: arm64: guest debug, add SW break point support --- 2015-07-07 Alex Bennée Superseded
[v8,04/11] KVM: arm: introduce kvm_arm_init/setup/clear_debug --- 2015-07-07 Alex Bennée New
[v8,03/11] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 2015-07-07 Alex Bennée Superseded
[v8,02/11] KVM: arm64: guest debug, define API headers --- 2015-07-07 Alex Bennée Superseded
[v8,01/11] KVM: add comments for kvm_debug_exit_arch struct --- 2015-07-07 Alex Bennée Superseded
[v7,09/11] KVM: arm64: guest debug, HW assisted debug support --- 2015-07-02 Alex Bennée New
[v7,11/11] KVM: arm64: add trace points for guest_debug debug --- 2015-07-01 Alex Bennée New
[v7,10/11] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-07-01 Alex Bennée New
[v7,09/11] KVM: arm64: guest debug, HW assisted debug support --- 2015-07-01 Alex Bennée New
[v7,08/11] KVM: arm64: introduce vcpu->arch.debug_ptr --- 2015-07-01 Alex Bennée New
[v7,07/11] KVM: arm64: re-factor hyp.S debug register code --- 2015-07-01 Alex Bennée Superseded
[v7,06/11] KVM: arm64: guest debug, add support for single-step --- 2015-07-01 Alex Bennée Superseded
[v7,05/11] KVM: arm64: guest debug, add SW break point support --- 2015-07-01 Alex Bennée Superseded
[v7,04/11] KVM: arm: introduce kvm_arm_init/setup/clear_debug --- 2015-07-01 Alex Bennée New
[v7,03/11] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 2015-07-01 Alex Bennée Superseded
[v7,02/11] KVM: arm64: guest debug, define API headers --- 2015-07-01 Alex Bennée Superseded
[v7,01/11] KVM: add comments for kvm_debug_exit_arch struct --- 2015-07-01 Alex Bennée Superseded
[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
[v6,12/12] KVM: arm64: add trace points for guest_debug debug --- 2015-06-19 Alex Bennée New
[v6,11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-06-19 Alex Bennée New
[v6,10/12] KVM: arm64: guest debug, HW assisted debug support --- 2015-06-19 Alex Bennée New
[v6,09/12] KVM: arm64: introduce vcpu->arch.debug_ptr --- 2015-06-19 Alex Bennée New
[v6,08/12] KVM: arm64: re-factor hyp.S debug register code --- 2015-06-19 Alex Bennée New
[v6,07/12] KVM: arm64: guest debug, add support for single-step --- 2015-06-19 Alex Bennée New
[v6,06/12] KVM: arm64: guest debug, add SW break point support --- 2015-06-19 Alex Bennée New
[v6,05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug --- 2015-06-19 Alex Bennée New
[v6,04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 2015-06-19 Alex Bennée New
[v6,03/12] KVM: arm64: guest debug, define API headers --- 2015-06-19 Alex Bennée Superseded
[v6,02/12] KVM: arm64: fix misleading comments in save/restore --- 2015-06-19 Alex Bennée New
[v6,01/12] KVM: add comments for kvm_debug_exit_arch struct --- 2015-06-19 Alex Bennée Superseded
target-arm/cpu.h: remove pending_exception --- 2015-06-11 Alex Bennée Superseded
[RFC] cputlb: modernise the debug support --- 2015-06-05 Alex Bennée New
[v2] KVM: arm64: fix misleading comments in save/restore --- 2015-06-04 Alex Bennée Superseded
configure: append --extra-ldflags to LDFLAGS --- 2015-06-03 Alex Bennée Superseded
configure: postfix --extra-cflags to QEMU_CFLAGS --- 2015-06-03 Alex Bennée Superseded
[v5,6/6] target-arm: kvm - re-inject guest debug exceptions --- 2015-05-29 Alex Bennée New
[v5,5/6] target-arm: kvm - add support for HW assisted debug --- 2015-05-29 Alex Bennée New
[v5,4/6] target-arm: kvm - support for single step --- 2015-05-29 Alex Bennée New
[v5,3/6] target-arm: kvm - implement software breakpoints --- 2015-05-29 Alex Bennée New
[v5,2/6] target-arm: kvm64: introduce kvm_arm_init_debug() --- 2015-05-29 Alex Bennée Superseded
[v5,1/6] linux-headers: sync from my kernel tree (DEV) --- 2015-05-29 Alex Bennée New
configure: don't apply -O2 if extra-cflags sets -O --- 2015-05-29 Alex Bennée Superseded
configure: don't apply -O2 if extra-cflags sets -O --- 2015-05-29 Alex Bennée New
[v5,12/12] KVM: arm64: add trace points for guest_debug debug --- 2015-05-29 Alex Bennée New
[v5,11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-05-29 Alex Bennée New
[v5,10/12] KVM: arm64: guest debug, HW assisted debug support --- 2015-05-29 Alex Bennée New
[v5,09/12] KVM: arm64: introduce vcpu->arch.debug_ptr --- 2015-05-29 Alex Bennée New
[v5,08/12] KVM: arm64: re-factor hyp.S debug register code --- 2015-05-29 Alex Bennée New
[v5,07/12] KVM: arm64: guest debug, add support for single-step --- 2015-05-29 Alex Bennée New
[v5,06/12] KVM: arm64: guest debug, add SW break point support --- 2015-05-29 Alex Bennée New
[v5,05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug --- 2015-05-29 Alex Bennée New
« 1 2 ... 89 90 91 92 »

Bundling

Create bundle: