public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-10 11:57:21 to 2017-02-16 15:43:07 UTC [more...]

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-16 15:43 UTC  (6+ messages)
  ` [RFC PATCH v4 01/28] x86: Documentation for AMD Secure Memory Encryption (SME)
  ` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
  ` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 03/28] x86: Add the Secure Memory Encryption CPU feature
` [RFC PATCH v4 04/28] x86: Handle reduction in physical address size with SME

[PATCH v4 0/4] KVM: Ring-based dirty memory tracking for performant checkpointing solutions
 2017-02-16 14:58 UTC  (3+ messages)

[PATCH v4 4/4] KVM: Implement ring-based dirty memory tracking
 2017-02-16 14:56 UTC  (5+ messages)

[PATCH v4 1/4] KVM: Add new generic capability for ring-based dirty memory logging
 2017-02-16 14:53 UTC  (3+ messages)

[kvm/x86]: single step fails to exit VM after some instructions
 2017-02-16 14:52 UTC 

[PATCH] KVM: arm64: VGIC: fix command handling while ITS being disabled
 2017-02-16 12:22 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Ratelimit copy data failure error messages
 2017-02-16 10:33 UTC  (3+ messages)

[PATCH] KVM: x86: remove code for lazy FPU handling
 2017-02-16  9:33 UTC 

CHÚ Ý,
 2017-02-16  6:46 UTC 

Introduction + new project: "rootkit detection using virtualization"
 2017-02-16  6:31 UTC  (13+ messages)
` [kernel-hardening] "

[Help] Windows2012 as Guest 64+cores on KVM Halts
 2017-02-16  6:26 UTC  (9+ messages)
      ` [Qemu-devel] "

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

[PATCH 3.16 163/306] KVM: MIPS: Make ERET handle ERL before EXL
 2017-02-15 22:41 UTC  (3+ messages)
` [PATCH 3.16 165/306] KVM: MIPS: Precalculate MMIO load resume PC
` [PATCH 3.16 164/306] MIPS: KVM: Fix unused variable build warning

[PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots
 2017-02-15 22:00 UTC  (4+ messages)
` [PATCH 1/3] KVM: only retrieve memslots once when initializing cache
` [PATCH 2/3] KVM: use separate generations for each address space
` [PATCH 3/3] KVM: Support vCPU-based gfn->hva cache

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

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

[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 3/4] KVM: Add new exit reason for dirty ring full conditions
 2017-02-15 18:27 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  (2+ messages)

[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 

[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 

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  (5+ 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

[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)


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