public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-23 18:43:47 to 2016-04-27 15:41:40 UTC [more...]

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-27 15:41 UTC  (37+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 04/18] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
` [RFC PATCH v1 11/18] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v1 12/18] x86: Access device tree in the clear
` [RFC PATCH v1 13/18] x86: DMA support for memory encryption
` [RFC PATCH v1 14/18] iommu/amd: AMD IOMMU "
` [RFC PATCH v1 15/18] x86: Enable memory encryption on the APs
` [RFC PATCH v1 16/18] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v1 17/18] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-04-27 15:15 UTC  (16+ messages)

[PATCH v4 0/2] let archs decide for vcpu ids
 2016-04-27 14:40 UTC  (14+ messages)
` [PATCH v4 1/2] KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUS
` [PATCH v4 2/2] KVM: move vcpu id checking to archs

Enable more than 255 VCPU support without irq remapping function in the guest
 2016-04-27 14:38 UTC  (12+ messages)

[PATCH v2 0/9] Cleanup low-level arch code
 2016-04-27 14:14 UTC  (20+ messages)
` [PATCH v2 1/9] Remove unused and unnecessary PHYS32 macro
` [PATCH v2 2/9] Move phys_addr_t type definition to lib/libcflat.h
` [PATCH v2 3/9] x86: Introduce lib/x86/asm/page.h
` [PATCH v2 4/9] x86: Introduce lib/x86/asm/io.h
` [PATCH v2 5/9] x86: Introduce lib/x86/asm/barrier.h
` [PATCH v2 6/9] x86: Optimize virt_to_phys() and phys_to_virt()
` [PATCH v2 7/9] io: Make ioremap() prototype conform to Linux one
` [PATCH v2 8/9] io/x86: Factor out ioremap()
` [PATCH v2 9/9] io: Disable memory re-ordering for generic memory barriers

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-04-27 12:43 UTC  (6+ messages)
` [PATCH 1/5] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH 2/5] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping
` [PATCH 3/5] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports "
  ` [PATCH 4/5] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
  ` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[PATCH] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-04-27 12:22 UTC 

[PATCH 0/4] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-04-27 12:17 UTC  (5+ messages)
` [PATCH 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [PATCH 2/4] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [PATCH 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH 4/4] PCI: Add support for enforcing all MMIO BARs to be page aligned

[PATCH] target-i386: add Skylake-Client cpu mode
 2016-04-27 11:56 UTC  (2+ messages)

[Bug 117301] New: Could not insert kvm_intel on dual Xeon X5355
 2016-04-27 11:55 UTC  (2+ messages)
` [Bug 117301] "

[RFC PATCH V2 0/2] basic device IOTLB support
 2016-04-27 11:45 UTC  (5+ messages)
` [RFC PATCH V2 1/2] vhost: convert pre sorted vhost memory array to interval tree
` [RFC PATCH V2 2/2] vhost: device IOTLB API

[PATCH] vhost_net: stop polling socket during rx processing
 2016-04-27 11:28 UTC 

CHARITY WORK
 2016-04-27  9:57 UTC 

我的信息在:
 2016-04-27  9:01 UTC 

CHARITY WORK
 2016-04-27  8:09 UTC 

Hi, good morning
 2016-04-27  3:59 UTC 

[PATCH 1/2] KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
 2016-04-27  2:54 UTC  (4+ messages)

[RFC v6 00/10] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-04-27  2:27 UTC  (4+ messages)

[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
 2016-04-27  1:32 UTC  (4+ messages)
` [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer

[PATCH 3.16 168/217] compiler-gcc: disable -ftracer for __noclone functions
 2016-04-26 23:02 UTC 

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-26 22:47 UTC  (11+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 04/18] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[PATCH 5/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:26 UTC 

[PATCH 2/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:23 UTC 

[PATCH 3/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:24 UTC 

[PATCH 1/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:21 UTC 

[PATCH 0/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:21 UTC 

[PATCH 6/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:26 UTC 

[PATCH 4/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-04-26 19:25 UTC 

[PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-26 18:42 UTC  (9+ messages)
` [PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework

[edk2] KVM Forum 2016: Call For Participation
 2016-04-26 17:58 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH v6 00/10] arm64: Add support for KVM with ACPI
 2016-04-26 17:52 UTC  (22+ messages)
` [PATCH v6 01/10] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v6 02/10] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v6 03/10] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v6 04/10] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v6 05/10] irqchip/gic-v3: Prefix all pr_* messages by "GICv3: "
` [PATCH v6 06/10] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v6 07/10] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v6 08/10] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v6 09/10] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v6 10/10] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter

[PATCH 0/3] x86/kvm: implement Hyper-V reference TSC page clock
 2016-04-26 14:36 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH kvm-unit-tests] KVM: x86: add hyperv clock test case
 2016-04-26 10:34 UTC  (8+ messages)

[PATCH RFC 00/15] PCI bus support
 2016-04-26  9:37 UTC  (5+ messages)
` [PATCH RFC 12/15] Factor out generic architecture code

[PATCH 1/2] vhost: simplify work flushing
 2016-04-26  7:57 UTC  (5+ messages)
` [PATCH 2/2] vhost: lockless enqueuing

[RFC v6 01/10] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
 2016-04-26  6:44 UTC  (4+ messages)
` [RFC v6 04/10] PCI: Add support for enforcing all MMIO BARs to be page aligned

[PATCH kernel 0/2] speed up live migration by skipping free pages
 2016-04-26  3:21 UTC  (15+ messages)
` [PATCH kernel 1/2] mm: add the related functions to build the free page bitmap

KVM VFIO stalls underlying host
 2016-04-25 17:38 UTC 

[PATCH] MAINTAINERS: add Radim Krčmář
 2016-04-25 16:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/8] arm: fix building by adding a feature
 2016-04-25 15:31 UTC  (2+ messages)

[kvm-unit-tests PULL] Patch queue for powerpc
 2016-04-25 15:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] MAINTAINERS: Add a section for powerpc
 2016-04-25 15:28 UTC  (4+ messages)

[PATCH 38/41] Documentation: virtual: fix spelling mistake
 2016-04-25 15:03 UTC  (3+ messages)

[RFC PATCH v5 0/7] vfio IGD assignment
 2016-04-25 14:11 UTC  (3+ messages)
  ` [Qemu-devel] "

[RFC Design Doc]Speed up live migration by skipping free pages
 2016-04-25 10:56 UTC  (11+ messages)

[PATCH 0/7] KVM: arm/arm64: Rework arch timer IRQ interface
 2016-04-25 10:49 UTC  (12+ messages)
` [PATCH 2/7] KVM: arm/arm64: directly pass virtual IRQ number on injecting mapped IRQ
` [PATCH 5/7] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH 6/7] KVM: arm/arm64: remove irq_phys_map from the arch timer

我的相册在
 2016-04-24 15:14 UTC 

Major KVM issues with kernel 4.5 on the host
 2016-04-23 23:57 UTC  (13+ messages)

[PATCH] kvm: x86: make lapic hrtimer pinned
 2016-04-23 23:06 UTC  (7+ messages)

[PATCH v3] KVM: remove buggy vcpu id check on vcpu creation
 2016-04-23 22:54 UTC  (7+ messages)

[PATCH] kvm: x86: do not leak guest xcr0 into host interrupt handlers
 2016-04-23 22:37 UTC  (4+ messages)


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