Show patches with: Submitter = Shannon Zhao       |    State = Action Required       |    Archived = No       |   196 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[for,3.14.y,stable,11/47] ARM: KVM: trap VM system registers until MMU and caches are ON --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,12/47] KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,13/47] KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address. --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,14/47] arm64: kvm: use inner-shareable barriers for inner-shareable maintenance --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,15/47] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,16/47] arm/arm64: KVM: Fix and refactor unmap_range --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,17/47] ARM: KVM: Unmap IPA on memslot delete/move --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,18/47] ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,19/47] arm64: KVM: export demux regids as KVM_REG_ARM64 --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,20/47] ARM: virt: fix wrong HSCTLR.EE bit setting --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,21/47] ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,22/47] KVM: ARM/arm64: fix non-const declaration of function returning const --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,23/47] KVM: ARM/arm64: fix broken __percpu annotation --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,24/47] KVM: ARM/arm64: avoid returning negative error code as bool --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,25/47] KVM: vgic: return int instead of bool when checking I/O ranges --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,26/47] ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,27/47] KVM: ARM: vgic: plug irq injection race --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,28/47] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,29/47] arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,30/47] arm: kvm: fix CPU hotplug --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,31/47] arm/arm64: KVM: fix potential NULL dereference in user_mem_abort() --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,32/47] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,33/47] arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,34/47] arm64: KVM: fix unmapping with 48-bit VAs --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,35/47] arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,36/47] arm64/kvm: Fix assembler compatibility of macros --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,37/47] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,38/47] arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,39/47] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,40/47] arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,41/47] arm/arm64: KVM: Introduce stage2_unmap_vm --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,42/47] arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,43/47] arm/arm64: KVM: Require in-kernel vgic for the arch timers --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,44/47] arm64: KVM: Fix TLB invalidation by IPA/VMID --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,45/47] arm64: KVM: Fix HCR setting for 32bit guests --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,46/47] arm64: KVM: Do not use pgd_index to index stage-2 pgd --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,47/47] arm/arm64: KVM: Keep elrsr/aisr in sync with software model --- 2015-05-04 Shannon Zhao New
[for,3.14.y,stable,01/32] arm/arm64: KVM: Fix and refactor unmap_range --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,02/32] ARM: KVM: Unmap IPA on memslot delete/move --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,03/32] ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,04/32] arm64: KVM: export demux regids as KVM_REG_ARM64 --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,05/32] ARM: virt: fix wrong HSCTLR.EE bit setting --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,06/32] ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,07/32] KVM: ARM/arm64: fix non-const declaration of function returning const --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,08/32] KVM: ARM/arm64: fix broken __percpu annotation --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,09/32] KVM: ARM/arm64: avoid returning negative error code as bool --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,10/32] KVM: vgic: return int instead of bool when checking I/O ranges --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,11/32] ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,12/32] KVM: ARM: vgic: plug irq injection race --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,13/32] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,14/32] arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,15/32] arm: kvm: fix CPU hotplug --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,16/32] arm/arm64: KVM: fix potential NULL dereference in user_mem_abort() --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,17/32] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,18/32] arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,19/32] arm64: KVM: fix unmapping with 48-bit VAs --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,20/32] arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,21/32] arm64/kvm: Fix assembler compatibility of macros --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,22/32] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,23/32] arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,24/32] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,25/32] arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,26/32] arm/arm64: KVM: Introduce stage2_unmap_vm --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,27/32] arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,28/32] arm/arm64: KVM: Require in-kernel vgic for the arch timers --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,29/32] arm64: KVM: Fix TLB invalidation by IPA/VMID --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,30/32] arm64: KVM: Fix HCR setting for 32bit guests --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,31/32] arm64: KVM: Do not use pgd_index to index stage-2 pgd --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,32/32] arm/arm64: KVM: Keep elrsr/aisr in sync with software model --- 2015-06-02 Shannon Zhao New
[for,3.14.y,stable,01/22] ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,02/22] KVM: ARM: vgic: plug irq injection race --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,03/22] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,04/22] arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,05/22] arm: kvm: fix CPU hotplug --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,06/22] arm/arm64: KVM: fix potential NULL dereference in user_mem_abort() --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,07/22] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,08/22] arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,09/22] arm64: KVM: fix unmapping with 48-bit VAs --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,10/22] arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,11/22] arm64/kvm: Fix assembler compatibility of macros --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,12/22] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,13/22] arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,14/22] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,15/22] arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,16/22] arm/arm64: KVM: Introduce stage2_unmap_vm --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,17/22] arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,18/22] arm/arm64: KVM: Require in-kernel vgic for the arch timers --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,19/22] arm64: KVM: Fix TLB invalidation by IPA/VMID --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,20/22] arm64: KVM: Fix HCR setting for 32bit guests --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,21/22] arm64: KVM: Do not use pgd_index to index stage-2 pgd --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,22/22] arm/arm64: KVM: Keep elrsr/aisr in sync with software model --- 2015-06-30 Shannon Zhao New
[for,3.14.y,stable,1/5] arm/arm64: KVM: Require in-kernel vgic for the arch timers --- 2015-07-02 Shannon Zhao New
[for,3.14.y,stable,2/5] arm64: KVM: Fix TLB invalidation by IPA/VMID --- 2015-07-02 Shannon Zhao New
[for,3.14.y,stable,3/5] arm64: KVM: Fix HCR setting for 32bit guests --- 2015-07-02 Shannon Zhao New
[for,3.14.y,stable,4/5] arm64: KVM: Do not use pgd_index to index stage-2 pgd --- 2015-07-02 Shannon Zhao New
[for,3.14.y,stable,5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model --- 2015-07-02 Shannon Zhao New
« 1 2 »