public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-15 15:49:21 to 2017-02-17 09:42:39 UTC [more...]

[PATCH v4 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-17  9:42 UTC  (8+ 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] KVM: race-free exit from KVM_RUN without POSIX signals
 2017-02-17  9:40 UTC  (6+ messages)

[PATCH] KVM: x86: remove code for lazy FPU handling
 2017-02-17  9:37 UTC  (4+ messages)

[PATCH 0/5] KVM: rename and extend vcpu->requests API
 2017-02-17  9:30 UTC  (11+ messages)
` [PATCH 1/5] KVM: change API for requests to match bit operations
` [PATCH 2/5] KVM: add KVM request variants without barrier
` [PATCH 3/5] KVM: optimize kvm_make_all_cpus_request
` [PATCH 4/5] KVM: add __kvm_request_needs_mb
` [PATCH 5/5] KVM: add kvm_request_pending

[PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls
 2017-02-17  8:41 UTC  (5+ messages)

[PATCH RFC v3 00/15] basic vfio-ccw infrastructure
 2017-02-17  8:29 UTC  (16+ messages)
` [PATCH RFC v3 01/15] s390: cio: introduce cio_cancel_halt_clear
` [PATCH RFC v3 02/15] s390: cio: export more interfaces
` [PATCH RFC v3 03/15] vfio: ccw: define device_api strings
` [PATCH RFC v3 04/15] vfio: ccw: basic implementation for vfio_ccw driver
` [PATCH RFC v3 05/15] vfio: ccw: introduce channel program interfaces
` [PATCH RFC v3 06/15] vfio: ccw: register vfio_ccw to the mediated device framework
` [PATCH RFC v3 07/15] vfio: ccw: introduce ccw_io_region
` [PATCH RFC v3 08/15] vfio: ccw: handle ccw command request
` [PATCH RFC v3 09/15] vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctl
` [PATCH RFC v3 10/15] vfio: ccw: realize VFIO_DEVICE_RESET ioctl
` [PATCH RFC v3 11/15] vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctls
` [PATCH RFC v3 12/15] vfio: ccw: return I/O results asynchronously
` [PATCH RFC v3 13/15] vfio: ccw: introduce a finite state machine
` [PATCH RFC v3 14/15] docs: add documentation for vfio-ccw
` [PATCH RFC v3 15/15] vfio: ccw: introduce support for ccw0

[PATCH RFC v3 00/11] basic channel IO passthrough infrastructure based on vfio
 2017-02-17  8:28 UTC  (12+ messages)
` [PATCH RFC v3 01/11] vfio: linux-headers update for vfio-ccw
` [PATCH RFC v3 02/11] s390x/css: add s390-squash-mcss machine option
` [PATCH RFC v3 03/11] s390x/css: realize css_sch_build_schib
` [PATCH RFC v3 04/11] s390x/css: realize css_create_sch
` [PATCH RFC v3 05/11] s390x/css: device support for s390-ccw passthrough
` [PATCH RFC v3 06/11] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH RFC v3 07/11] vfio/ccw: get io region info
` [PATCH RFC v3 08/11] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH RFC v3 09/11] s390x/css: introduce and realize ccw-request callback
` [PATCH RFC v3 10/11] s390x/css: ccw translation infrastructure
` [PATCH RFC v3 11/11] vfio/ccw: update sense data if a unit check is pending

[PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots
 2017-02-17  8:28 UTC  (9+ 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

CHÚ Ý,
 2017-02-17  6:19 UTC 

[PATCH RFC v2 00/12] basic channel IO passthrough infrastructure based on vfio
 2017-02-17  2:08 UTC  (3+ messages)
` [PATCH RFC v2 03/12] s390x/css: add s390-map-css machine option

Introduction + new project: "rootkit detection using virtualization"
 2017-02-17  1:16 UTC  (9+ messages)

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

[PATCH] KVM: PPC: Turn "KVM guest htab" message into a debug message
 2017-02-16 21:07 UTC 

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-16 20:06 UTC  (34+ messages)
` [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
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 17/28] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 20/28] iommu/amd: Disable AMD IOMMU if memory encryption is active
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs
` [RFC PATCH v4 22/28] x86: Do not specify encrypted memory for video mappings
  ` [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 08/28] x86: Extend the early_memremap support with additional attrs
  ` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
  ` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
  ` [RFC PATCH v4 12/28] efi: Add an EFI table address match function
  ` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
  ` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
  ` [RFC PATCH v4 23/28] x86/kvm: Enable Secure Memory Encryption of nested page tables
  ` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
  ` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
  ` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[PATCH V10 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-16 18:32 UTC  (16+ 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 v2] KVM: PPC: Book3S: Ratelimit copy data failure error messages
 2017-02-16 17:10 UTC 

[kvm:queue 38/38] drivers/ptp/ptp_kvm.c:190:17: error: expected ';' before ':' token
 2017-02-16 16:45 UTC 

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

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

[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 v4 2/4] KVM: New data type and ioctl for ring-based dirty memory tracking
 2017-02-15 21:51 UTC  (3+ messages)

[PATCH v3 1/4] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-15 21:08 UTC  (5+ messages)

[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 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  (11+ messages)
` [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)


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