Show patches with: State = Action Required       |   110114 patches
« 1 2 ... 849 850 8511101 1102 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GIT,PULL,6/8] KVM: s390: add ioctl to inject local interrupts - - - --- 2015-03-31 Christian Borntraeger New
[GIT,PULL,5/8] KVM: s390: cpu timer irq priority - - - --- 2015-03-31 Christian Borntraeger New
[GIT,PULL,4/8] KVM: s390: deliver floating interrupts in order of priority - - - --- 2015-03-31 Christian Borntraeger New
[GIT,PULL,3/8] KVM: s390: fix get_all_floating_irqs - - - --- 2015-03-31 Christian Borntraeger New
[GIT,PULL,2/8] KVM: s390: enable more features that need no hypervisor changes - - - --- 2015-03-31 Christian Borntraeger New
[GIT,PULL,1/8] KVM: s390: store the breaking-event address on pgm interrupts - - - --- 2015-03-31 Christian Borntraeger New
[11/25] x86: Use bool function return values of true/false not 1/0 - - - --- 2015-03-30 Joe Perches New
[06/25] powerpc: Use bool function return values of true/false not 1/0 - - - --- 2015-03-30 Joe Perches New
[01/25] arm: Use bool function return values of true/false not 1/0 - - - --- 2015-03-30 Joe Perches New
[5/5] KVM: x86: BSP in MSR_IA32_APICBASE is writable - - - --- 2015-03-30 Nadav Amit New
[v4,15/15] target-s390x: Enable cpu model usage - - - --- 2015-03-30 Michael Mueller New
[v4,14/15] target-s390x: Introduce facility test routine - - - --- 2015-03-30 Michael Mueller New
[v4,13/15] target-s390x: Extend QMP command query-cpu-definitions - - - --- 2015-03-30 Michael Mueller New
[v4,12/15] Add optional parameters to QMP command query-cpu-definitions - - - --- 2015-03-30 Michael Mueller New
[v4,11/15] target-s390x: New QMP command query-cpu-model - - - --- 2015-03-30 Michael Mueller New
[v4,10/15] target-s390x: Prepare accelerator during cpu object realization - - - --- 2015-03-30 Michael Mueller New
[v4,09/15] target-s390x: Add cpu class initialization routines - - - --- 2015-03-30 Michael Mueller New
[v4,08/15] target-s390x: Add KVM VM attribute interface for cpu models - - - --- 2015-03-30 Michael Mueller New
[v4,07/15] target-s390x: Update linux-headers/asm-s390/kvm.h - - - --- 2015-03-30 Michael Mueller New
[v4,06/15] target-s390x: Add cpu model alias definition routines - - - --- 2015-03-30 Michael Mueller New
[v4,05/15] target-s390x: Define cpu model specific facility lists - - - --- 2015-03-30 Michael Mueller New
[v4,04/15] target-s390x: Introduce cpu models - - - --- 2015-03-30 Michael Mueller New
[v4,03/15] target-s390x: Generate facility defines per cpu model - - - --- 2015-03-30 Michael Mueller New
[v4,02/15] target-s390x: Introduce cpu facilities - - - --- 2015-03-30 Michael Mueller New
[v4,01/15] Introduce stub routine cpu_desc_avail - - - --- 2015-03-30 Michael Mueller New
[5/5] KVM: x86: BSP in MSR_IA32_APICBASE is writable - - - --- 2015-03-30 Nadav Amit New
[4/5] KVM: x86: INIT and reset sequences are different - - - --- 2015-03-30 Nadav Amit New
[3/5] KVM: x86: BSF and BSR emulation change register unnecassarily - - - --- 2015-03-30 Nadav Amit New
[2/5] KVM: x86: POPA emulation may not clear bits [63:32] - - - --- 2015-03-30 Nadav Amit New
[1/5] KVM: x86: CMOV emulation on legacy mode is wrong - - - --- 2015-03-30 Nadav Amit New
[2/2] KVM: PPC: Remove page table walk helpers - - - --- 2015-03-30 Aneesh Kumar K.V New
[1/2] KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer - - - --- 2015-03-30 Aneesh Kumar K.V New
kvm: mmu: lazy collapse small sptes into large sptes - - - --- 2015-03-29 Wanpeng Li New
[3/3] KVM: nVMX: nested_vmx_check_msr_switch_controls simplification: remove unnecessary caching of… - - - --- 2015-03-29 Eugene Korenevsky New
[2/3] KVM: nVMX: add missing checks for address bits beyond physical address width on VM-entry - - - --- 2015-03-29 Eugene Korenevsky New
[1/3] KVM: x86: optimization: cache physical address width to avoid excessive enumerations of CPUID… - - - --- 2015-03-29 Eugene Korenevsky New
[2/2] KVM: x86: Remove redundant definitions - - - --- 2015-03-29 Nadav Amit New
[1/2] KVM: x86: removing redundant eflags bits definitions - - - --- 2015-03-29 Nadav Amit New
copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008 - - - --- 2015-03-29 Hugh Dickins New
[RFC,2/2] KVM: task switch: generate #DB trap if TSS.T is set - - - --- 2015-03-28 Eugene Korenevsky New
[RFC,1/2] KVM: remove useless check of "ret" variable prior to returning the same value - - - --- 2015-03-28 Eugene Korenevsky New
[12/12] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 - - - --- 2015-03-28 Paul Mackerras New
[11/12] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C - - - --- 2015-03-28 Paul Mackerras New
[10/12] KVM: PPC: Book3S HV: Streamline guest entry and exit - - - --- 2015-03-28 Paul Mackerras New
[09/12] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count - - - --- 2015-03-28 Paul Mackerras New
[08/12] KVM: PPC: Book3S HV: Use decrementer to wake napping threads - - - --- 2015-03-28 Paul Mackerras New
[07/12] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI - - - --- 2015-03-28 Paul Mackerras New
[06/12] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken - - - --- 2015-03-28 Paul Mackerras New
[05/12] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu - - - --- 2015-03-28 Paul Mackerras New
[04/12] KVM: PPC: Book3S HV: Minor cleanups - - - --- 2015-03-28 Paul Mackerras New
[03/12] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update - - - --- 2015-03-28 Paul Mackerras New
[02/12] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code - - - --- 2015-03-28 Paul Mackerras New
[01/12] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT - - - --- 2015-03-28 Paul Mackerras New
KVM: arm/arm64: avoid using kvm_run for in-kernel emulation - - - --- 2015-03-28 Andre Przywara New
[v3a,11/11] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus - - - --- 2015-03-28 Andre Przywara New
kvmtool: Add minimal support for macvtap - - - --- 2015-03-27 Marc Zyngier New
kvm: vfio: fix fail to set error notification - - - --- 2015-03-27 Wanpeng Li New
[12/12] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 - - - --- 2015-03-27 Paul Mackerras New
[11/12] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C - - - --- 2015-03-27 Paul Mackerras New
[10/12] KVM: PPC: Book3S HV: Streamline guest entry and exit - - - --- 2015-03-27 Paul Mackerras New
[09/12] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count - - - --- 2015-03-27 Paul Mackerras New
[08/12] KVM: PPC: Book3S HV: Use decrementer to wake napping threads - - - --- 2015-03-27 Paul Mackerras New
[07/12] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI - - - --- 2015-03-27 Paul Mackerras New
[06/12] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken - - - --- 2015-03-27 Paul Mackerras New
[05/12] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu - - - --- 2015-03-27 Paul Mackerras New
[04/12] KVM: PPC: Book3S HV: Minor cleanups - - - --- 2015-03-27 Paul Mackerras New
[03/12] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update - - - --- 2015-03-27 Paul Mackerras New
[02/12] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code - - - --- 2015-03-27 Paul Mackerras New
[01/12] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT - - - --- 2015-03-27 Paul Mackerras New
[v2,20/20] MIPS: KVM: Wire up MSA capability - - - --- 2015-03-26 James Hogan New
[v2,19/20] MIPS: KVM: Expose MSA registers - - - --- 2015-03-26 James Hogan New
[v2,15/20] MIPS: KVM: Wire up FPU capability - - - --- 2015-03-26 James Hogan New
[Qemu-devel] E5-2620v2 - emulation stop error - - - --- 2015-03-26 Radim Krčmář New
[v3,11/11] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus - - - --- 2015-03-26 Andre Przywara New
[v3,10/11] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling - - - --- 2015-03-26 Andre Przywara New
[v3,09/11] KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames - - - --- 2015-03-26 Andre Przywara New
[v3,08/11] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus - - - --- 2015-03-26 Andre Przywara New
[v3,07/11] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC - - - --- 2015-03-26 Andre Przywara New
[v3,06/11] KVM: arm/arm64: simplify vgic_find_range() and callers - - - --- 2015-03-26 Andre Przywara New
[v3,05/11] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range - - - --- 2015-03-26 Andre Przywara New
[v3,04/11] KVM: x86: remove now unneeded include directory from Makefile - - - --- 2015-03-26 Andre Przywara New
[v3,03/11] KVM: arm/arm64: remove now unneeded include directory from Makefile - - - --- 2015-03-26 Andre Przywara New
[v3,02/11] KVM: move iodev.h from virt/kvm/ to include/kvm - - - --- 2015-03-26 Andre Przywara New
[v3,01/11] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. - - - --- 2015-03-26 Andre Przywara New
kvm: x86: vmx: rename some ops - - - --- 2015-03-26 Tiejun Chen New
[v5,3/3] drivers/vfio: Support EEH error injection - - - --- 2015-03-26 Gavin Shan New
[v5,2/3] powerpc/eeh: Introduce eeh_pe_inject_err() - - - --- 2015-03-26 Gavin Shan New
[v5,1/3] powerpc/eeh: Move PE state constants around - - - --- 2015-03-26 Gavin Shan New
[v4,4/4] drivers/vfio: Remove duplicated PE states - - - --- 2015-03-25 Gavin Shan New
[v4,3/4] drivers/vfio: Support EEH error injection - - - --- 2015-03-25 Gavin Shan New
[v4,2/4] powerpc/eeh: Introduce eeh_pe_inject_err() - - - --- 2015-03-25 Gavin Shan New
[v4,1/4] powerpc/eeh: Eliminate duplicated PE states - - - --- 2015-03-25 Gavin Shan New
[Qemu-devel] E5-2620v2 - emulation stop error - - - --- 2015-03-25 Kevin O'Connor New
[PULL,3/3] KVM: PPC: Book3S HV: Fix instruction emulation - - - --- 2015-03-25 Alexander Graf New
[PULL,2/3] KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count - - - --- 2015-03-25 Alexander Graf New
[PULL,1/3] KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr() - - - --- 2015-03-25 Alexander Graf New
[3.16.y-ckt,070/165] KVM: MIPS: Fix trace event to save PC directly - - - --- 2015-03-25 Luis Henriques New
x86: kvm: Revert "remove sched notifier for cross-cpu migrations" - - - --- 2015-03-25 Radim Krčmář New
[v2,9/9] mips/kvm: Support MSA in MIPS KVM guests - - - --- 2015-03-25 James Hogan New
[v2,8/9] mips/kvm: Support FPU in MIPS KVM guests - - - --- 2015-03-25 James Hogan New
« 1 2 ... 849 850 8511101 1102 »