Show patches with: Submitter = Alex Bennée       |    Archived = No       |   121 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
arm64: KVM: export demux regids as KVM_REG_ARM64 --- 2014-07-01 Alex Bennée Accepted
arm64: KVM: allow export and import of generic timer regs --- 2014-07-04 Alex Bennée Superseded
arm64: KVM: export current vcpu->pause state via pseudo regs --- 2014-07-09 Alex Bennée Awaiting Upstream
[1/2] KVM: document KVM_SET_GUEST_DEBUG api --- 2014-09-09 Alex Bennée Accepted
[2/2] KVM: fix api documentation of KVM_GET_EMULATED_CPUID --- 2014-09-09 Alex Bennée Accepted
[v2,1/5] arm: KVM: export vcpi->pause state via MP_STATE ioctls --- 2015-03-02 Alex Bennée New
[v2,2/5] arm/arm64: KVM: Implement support for unqueueing active IRQs --- 2015-03-02 Alex Bennée New
[v2,3/5] arm: KVM: add a common vgic_queue_irq_to_lr fn --- 2015-03-02 Alex Bennée New
[v2,4/5] arm/arm64: KVM: Fix migration race in the arch timer --- 2015-03-02 Alex Bennée New
[v2,5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model --- 2015-03-02 Alex Bennée New
[v3,1/5] arm/arm64: KVM: export VCPU power state via MP_STATE ioctl --- 2015-03-13 Alex Bennée New
[v3,2/5] arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn --- 2015-03-13 Alex Bennée New
[v3,3/5] arm/arm64: KVM: support for un-queuing active IRQs --- 2015-03-13 Alex Bennée New
[v3,4/5] arm/arm64: KVM: Fix migration race in the arch timer --- 2015-03-13 Alex Bennée New
[v3,5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model --- 2015-03-13 Alex Bennée New
[v2,01/10] KVM: add commentary for kvm_debug_exit_arch struct --- 2015-03-31 Alex Bennée New
[v2,02/10] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values --- 2015-03-31 Alex Bennée New
[v2,03/10] KVM: arm: guest debug, define API headers --- 2015-03-31 Alex Bennée New
[v2,04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 2015-03-31 Alex Bennée New
[v2,05/10] KVM: arm: introduce kvm_arch_setup/clear_debug() --- 2015-03-31 Alex Bennée New
[v2,06/10] KVM: arm64: guest debug, add SW break point support --- 2015-03-31 Alex Bennée New
[v2,07/10] KVM: arm64: guest debug, add support for single-step --- 2015-03-31 Alex Bennée New
[v2,08/10] KVM: arm64: guest debug, HW assisted debug support --- 2015-03-31 Alex Bennée New
[v2,09/10] KVM: arm64: trap nested debug register access --- 2015-03-31 Alex Bennée New
[v2,10/10] KVM: arm64: add trace points for guest_debug debug --- 2015-03-31 Alex Bennée New
[v3,01/12] KVM: add comments for kvm_debug_exit_arch struct --- 2015-05-06 Alex Bennée New
[v3,02/12] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values --- 2015-05-06 Alex Bennée New
[v3,03/12] KVM: arm64: guest debug, define API headers --- 2015-05-06 Alex Bennée New
[v3,04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 2015-05-06 Alex Bennée New
[v3,05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug --- 2015-05-06 Alex Bennée New
[v3,06/12] KVM: arm64: guest debug, add SW break point support --- 2015-05-06 Alex Bennée New
[v3,07/12] KVM: arm64: guest debug, add support for single-step --- 2015-05-06 Alex Bennée New
[v3,08/12] KVM: arm64: re-factor hyp.S debug register code --- 2015-05-07 Alex Bennée New
[v3,09/12] KVM: arm64: guest debug, HW assisted debug support --- 2015-05-07 Alex Bennée New
[v3,10/12] KVM: arm64: trap nested debug register access --- 2015-05-07 Alex Bennée New
[v3,11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-05-07 Alex Bennée New
[v3,12/12] KVM: arm64: add trace points for guest_debug debug --- 2015-05-07 Alex Bennée New
[v4,01/12] KVM: add comments for kvm_debug_exit_arch struct --- 2015-05-15 Alex Bennée Superseded
[v4,02/12] KVM: define common KVM_GUESTDBG_USE_SW/HW_BP bits --- 2015-05-15 Alex Bennée New
[v4,03/12] KVM: arm64: guest debug, define API headers --- 2015-05-15 Alex Bennée New
[v4,04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 2015-05-15 Alex Bennée New
[v4,05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug --- 2015-05-15 Alex Bennée New
[v4,06/12] KVM: arm64: guest debug, add SW break point support --- 2015-05-15 Alex Bennée New
[v4,07/12] KVM: arm64: guest debug, add support for single-step --- 2015-05-15 Alex Bennée New
[v4,08/12] KVM: arm64: re-factor hyp.S debug register code --- 2015-05-15 Alex Bennée New
[v4,09/12] KVM: arm64: introduce vcpu->arch.debug_ptr --- 2015-05-15 Alex Bennée New
[v4,10/12] KVM: arm64: guest debug, HW assisted debug support --- 2015-05-15 Alex Bennée New
[v4,11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-05-15 Alex Bennée New
[v4,12/12] KVM: arm64: add trace points for guest_debug debug --- 2015-05-15 Alex Bennée New
KVM: arm64: fix misleading comments in save/restore --- 2015-05-28 Alex Bennée New
[v5,01/12] KVM: add comments for kvm_debug_exit_arch struct --- 2015-05-29 Alex Bennée Superseded
[v5,02/12] KVM: arm64: fix misleading comments in save/restore --- 2015-05-29 Alex Bennée New
[v5,03/12] KVM: arm64: guest debug, define API headers --- 2015-05-29 Alex Bennée New
[v5,04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 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
[v5,06/12] KVM: arm64: guest debug, add SW break point support --- 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,08/12] KVM: arm64: re-factor hyp.S debug register code --- 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,10/12] KVM: arm64: guest debug, HW assisted debug support --- 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,12/12] KVM: arm64: add trace points for guest_debug debug --- 2015-05-29 Alex Bennée New
[v2] KVM: arm64: fix misleading comments in save/restore --- 2015-06-04 Alex Bennée Superseded
[v6,01/12] KVM: add comments for kvm_debug_exit_arch struct --- 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,03/12] KVM: arm64: guest debug, define API headers --- 2015-06-19 Alex Bennée Superseded
[v6,04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 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,06/12] KVM: arm64: guest debug, add SW break point support --- 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,08/12] KVM: arm64: re-factor hyp.S debug register code --- 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,10/12] KVM: arm64: guest debug, HW assisted debug support --- 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,12/12] KVM: arm64: add trace points for guest_debug debug --- 2015-06-19 Alex Bennée New
[v7,01/11] KVM: add comments for kvm_debug_exit_arch struct --- 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,03/11] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 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,05/11] KVM: arm64: guest debug, add SW break point support --- 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,07/11] KVM: arm64: re-factor hyp.S debug register code --- 2015-07-01 Alex Bennée Superseded
[v7,08/11] KVM: arm64: introduce vcpu->arch.debug_ptr --- 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,10/11] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-07-01 Alex Bennée New
[v7,11/11] KVM: arm64: add trace points for guest_debug debug --- 2015-07-01 Alex Bennée New
[v7,09/11] KVM: arm64: guest debug, HW assisted debug support --- 2015-07-02 Alex Bennée New
[v8,01/11] KVM: add comments for kvm_debug_exit_arch struct --- 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,03/11] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl --- 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,05/11] KVM: arm64: guest debug, add SW break point support --- 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,07/11] KVM: arm64: re-factor hyp.S debug register code --- 2015-07-07 Alex Bennée Superseded
[v8,08/11] KVM: arm64: introduce vcpu->arch.debug_ptr --- 2015-07-07 Alex Bennée Superseded
[v8,09/11] KVM: arm64: guest debug, HW assisted debug support --- 2015-07-07 Alex Bennée New
[v8,10/11] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG --- 2015-07-07 Alex Bennée New
[v8,11/11] KVM: arm64: add trace points for guest_debug debug --- 2015-07-07 Alex Bennée Superseded
[v9,1/6] target-arm: kvm64 - introduce kvm_arm_init_debug() --- 2015-11-12 Alex Bennée Superseded
[v9,2/6] target-arm: kvm - implement software breakpoints --- 2015-11-12 Alex Bennée New
« 1 2 »