public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-09 14:59:48 to 2017-02-15 21:37:48 UTC [more...]

[PATCH v4 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 21:37 UTC 

[PATCH 0/8] kvm: nVMX: Checkpoint/restore support for VMX state
 2017-02-15 21:28 UTC  (22+ messages)
` [PATCH 7/8] kvm: nVMX: Introduce KVM_CAP_VMX_STATE

[PATCH v4 2/4] KVM: New data type and ioctl for ring-based dirty memory tracking
 2017-02-15 21:13 UTC  (2+ messages)

[PATCH v3 1/4] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-15 21:08 UTC  (12+ messages)
` [PATCH v3 2/4] x86: Remap GDT tables in the Fixmap section
` [PATCH v3 3/4] x86: Make the GDT remapping read-only on 64-bit
` [PATCH v3 4/4] KVM: VMX: Simplify segment_base

[PATCH] ptp_kvm: try to detect hypercall availability
 2017-02-15 20:58 UTC  (2+ messages)

[PATCH V9 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-15 20:52 UTC  (14+ messages)
` [PATCH V9 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V9 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V9 03/10] efi: parse ARM processor error
` [PATCH V9 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V9 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V9 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V9 07/10] efi: print unrecognized CPER section
` [PATCH V9 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V9 09/10] trace, ras: add ARM processor error trace event
` [PATCH V9 10/10] arm/arm64: KVM: add guest SEA support

[PATCH V10 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-15 20:31 UTC  (13+ messages)
` [PATCH V10 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V10 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V10 03/10] efi: parse ARM processor error
` [PATCH V10 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V10 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V10 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V10 07/10] efi: print unrecognized CPER section
` [PATCH V10 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V10 09/10] trace, ras: add ARM processor error trace event
` [PATCH V10 10/10] arm/arm64: KVM: add guest SEA support

[PATCH v3 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 20:28 UTC  (4+ messages)
` [PATCH v3 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
` [PATCH v3 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[BISECT 4.1.y] [PATCH] regression: kvm: migration hangs guest
 2017-02-15 18:36 UTC  (6+ messages)

[PATCH v4 4/4] KVM: Implement ring-based dirty memory tracking
 2017-02-15 18:28 UTC 

[PATCH v4 3/4] KVM: Add new exit reason for dirty ring full conditions
 2017-02-15 18:27 UTC 

[PATCH v4 1/4] KVM: Add new generic capability for ring-based dirty memory logging
 2017-02-15 18:26 UTC 

[PATCH v4 0/4] KVM: Ring-based dirty memory tracking for performant checkpointing solutions
 2017-02-15 18:25 UTC 

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-15 17:07 UTC  (14+ messages)
` [PATCH V8 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V8 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V8 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

[PATCH qemu 0/7] KVM: race-free exit from KVM_RUN without POSIX signals
 2017-02-15 15:57 UTC  (10+ messages)
` [PATCH 1/7] cpus: remove ugly cast on sigbus_handler
` [PATCH 2/7] KVM: x86: cleanup SIGBUS handlers
` [PATCH 3/7] cpus: reorganize signal handling code
` [PATCH 4/7] KVM: remove kvm_arch_on_sigbus
` [PATCH 5/7] KVM: do not use sigtimedwait to catch SIGBUS
` [PATCH 6/7] KVM: move SIG_IPI handling to kvm-all.c
` [PATCH 7/7] KVM: use KVM_CAP_IMMEDIATE_EXIT

[PATCH] KVM: race-free exit from KVM_RUN without POSIX signals
 2017-02-15 15:56 UTC  (3+ messages)

Fwd: Re: KVM call for 2016-02-14
 2017-02-15 15:20 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls
 2017-02-15 14:44 UTC 

[PATCH] KVM: nVMX: Fix L2 fails to boot due to VM entry with invalid control field
 2017-02-15 11:35 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with the powerpc tree
 2017-02-15 11:28 UTC  (6+ messages)

linux-next: manual merge of the kvm tree with the powerpc tree
 2017-02-15 10:52 UTC  (2+ messages)

vm bad performance - where is the culprit ?
 2017-02-15 10:50 UTC 

kvm: WARNING In kvm_apic_accept_events
 2017-02-15 10:10 UTC  (7+ messages)

[PATCH V2] vhost: introduce O(1) vq metadata cache
 2017-02-15  5:37 UTC  (2+ messages)

[PATCH] KVM: Prevent double-free on HPT resize commit path
 2017-02-15  3:40 UTC 

Introduction + new project: "rootkit detection using virtualization"
 2017-02-15  3:31 UTC  (12+ messages)
` [kernel-hardening] "

[Bug 106621] New: Failure to install Hyper-V role on nested KVM guest
 2017-02-14 17:51 UTC  (4+ messages)
` [Bug 106621] "

[PATCH v2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-14 16:18 UTC  (23+ messages)
                      ` [Xen-devel] "

[PATCH] KVM: svm: inititalize hash table structures directly
 2017-02-14 15:56 UTC  (2+ messages)

KVM call for 2016-02-14
 2017-02-14 13:53 UTC  (2+ messages)

getting error when running x86-run
 2017-02-14 13:09 UTC  (2+ messages)

[PATCH kvmtool] kvmtool/run: Fix debug-single-step
 2017-02-14 11:38 UTC 

[PATCH] KVM: PPC: Book3S: Ratelimit copy data failure error messages
 2017-02-14  6:12 UTC 

linux-next: manual merge of the kvm tree with the powerpc tree
 2017-02-14  3:20 UTC 

linux-next: manual merge of the kvm tree with the powerpc tree
 2017-02-14  3:16 UTC 

linux-next: manual merge of the kvm tree with the powerpc tree
 2017-02-14  3:12 UTC 

[kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks
 2017-02-13 19:50 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] pci: Rework pci_bar_is_valid()

kvm bug in __rmap_clear_dirty during live migration
 2017-02-13 13:19 UTC  (6+ messages)
    ` [Qemu-devel] "

[RFC v2 00/19] vITS save/restore
 2017-02-13 10:09 UTC  (6+ messages)
` [RFC v2 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access

[Help] Windows2012 as Guest 64+cores on KVM Halts
 2017-02-13 10:05 UTC  (7+ messages)
      ` [Qemu-devel] "

[Bug 191451] New: Host hangs when hyperv/pvspinlock are disabled
 2017-02-13  5:31 UTC  (2+ messages)
` [Bug 191451] "

Please pull my kvm-ppc-next branch again
 2017-02-10 16:35 UTC  (2+ messages)

[PATCH -next] vfio/type1: fix error return code in vfio_iommu_type1_attach_group()
 2017-02-10 12:51 UTC  (5+ messages)

[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-02-10 13:07 UTC  (2+ messages)

[PATCH kernel v4 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-02-10  7:58 UTC  (12+ messages)
` [PATCH kernel v4 08/10] KVM: PPC: Separate TCE validation from update
` [PATCH kernel v4 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

linux-next: manual merge of the kvm tree with the powerpc tree
 2017-02-10  3:47 UTC 

[PATCH 09/10] compiler-gcc: disable -ftracer for __noclone functions
 2017-02-10  0:19 UTC 

[PATCH v2] vfio/mdev: Use a module softdep for vfio_mdev
 2017-02-09 19:05 UTC  (2+ messages)

[GIT PULL] VFIO fixes for v4.10
 2017-02-09 15:38 UTC 

[PATCH] KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit
 2017-02-09 15:24 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86: cleanup and speedup for APICv
 2017-02-09 15:11 UTC  (5+ messages)
` [PATCH 6/6] kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection

[GIT PULL] KVM/ARM updates for 4.11
 2017-02-09 15:04 UTC  (7+ messages)
` [PATCH 06/25] irqchip/gic-v3: Add missing system register definitions
` [PATCH 07/25] KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH 08/25] KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH 12/25] arm/arm64: KVM: Stop propagating cacheability status of a faulted page
` [PATCH 14/25] KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irq


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox