public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-18 13:57:51 to 2016-08-24 08:11:02 UTC [more...]

[Bug 153571] New: 100% CPU usage on guest VM
 2016-08-24  8:10 UTC  (4+ messages)
` [Bug 153571] "

[PULL] vhost: fix for 4.8
 2016-08-24  3:35 UTC 

SWIOTLB allocates unneeded 64 MB buffer in guests
 2016-08-24  2:44 UTC  (2+ messages)

[PART2 PATCH v7 00/12] iommu/AMD: Introduce IOMMU AVIC support
 2016-08-23 18:52 UTC  (13+ messages)
` [PART2 PATCH v7 01/12] iommu/amd: Detect and enable guest vAPIC support
` [PART2 PATCH v7 02/12] iommu/amd: Move and introduce new IRTE-related unions and structures
` [PART2 PATCH v7 03/12] iommu/amd: Introduce interrupt remapping ops structure
` [PART2 PATCH v7 04/12] iommu/amd: Add support for multiple IRTE formats
` [PART2 PATCH v7 05/12] iommu/amd: Detect and initialize guest vAPIC log
` [PART2 PATCH v7 06/12] iommu/amd: Adding GALOG interrupt handler
` [PART2 PATCH v7 07/12] iommu/amd: Introduce amd_iommu_update_ga()
` [PART2 PATCH v7 08/12] iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pass-through devices
` [PART2 PATCH v7 09/12] iommu/amd: Enable vAPIC interrupt remapping mode by default
` [PART2 PATCH v7 10/12] svm: Introduces AVIC per-VM ID
` [PART2 PATCH v7 11/12] svm: Introduce AMD IOMMU avic_ga_log_notifier
` [PART2 PATCH v7 12/12] svm: Implements update_pi_irte hook to setup posted interrupt

[kvm-unit-tests PATCH v7 00/13] PCI bus support
 2016-08-23 18:28 UTC  (3+ messages)

[PART2 PATCH v6 00/12] iommu/AMD: Introduce IOMMU AVIC support
 2016-08-23 10:51 UTC  (21+ messages)
` [PART2 PATCH v6 01/12] iommu/amd: Detect and enable guest vAPIC support
` [PART2 PATCH v6 02/12] iommu/amd: Move and introduce new IRTE-related unions and structures
` [PART2 PATCH v6 03/12] iommu/amd: Introduce interrupt remapping ops structure
` [PART2 PATCH v6 04/12] iommu/amd: Add support for multiple IRTE formats
` [PART2 PATCH v6 05/12] iommu/amd: Detect and initialize guest vAPIC log
` [PART2 PATCH v6 06/12] iommu/amd: Adding GALOG interrupt handler
` [PART2 PATCH v6 07/12] iommu/amd: Introduce amd_iommu_update_ga()
` [PART2 PATCH v6 08/12] iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pass-through devices
` [PART2 PATCH v6 09/12] iommu/amd: Enable vAPIC interrupt remapping mode by default
` [PART2 PATCH v6 10/12] svm: Introduces AVIC per-VM ID
` [PART2 PATCH v6 11/12] svm: Introduce AMD IOMMU avic_ga_log_notifier
` [PART2 PATCH v6 12/12] svm: Implements update_pi_irte hook to setup posted interrupt

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-23  7:14 UTC  (30+ messages)
` [RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes
` [RFC PATCH v1 02/28] kvm: svm: Add kvm_fast_pio_in support
` [RFC PATCH v1 03/28] kvm: svm: Use the hardware provided GPA instead of page walk
` [RFC PATCH v1 04/28] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v1 05/28] KVM: SVM: prepare for new bit definition in nested_ctl
` [RFC PATCH v1 06/28] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v1 07/28] x86: Do not encrypt memory areas if SEV is enabled
` [RFC PATCH v1 08/28] Access BOOT related data encrypted with SEV active
` [RFC PATCH v1 09/28] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v1 10/28] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v1 11/28] x86: Don't decrypt trampoline area if SEV is active
` [RFC PATCH v1 12/28] x86: DMA support for SEV memory encryption
` [RFC PATCH v1 13/28] iommu/amd: AMD IOMMU support for SEV
` [RFC PATCH v1 14/28] x86: Don't set the SME MSR bit when SEV is active
` [RFC PATCH v1 15/28] x86: Unroll string I/O "
` [RFC PATCH v1 16/28] x86: Add support to determine if running with SEV enabled
` [RFC PATCH v1 17/28] KVM: SVM: Enable SEV by setting the SEV_ENABLE cpu feature
` [RFC PATCH v1 18/28] crypto: add AMD Platform Security Processor driver
` [RFC PATCH v1 19/28] KVM: SVM: prepare to reserve asid for SEV guest
` [RFC PATCH v1 20/28] KVM: SVM: prepare for SEV guest management API support
` [RFC PATCH v1 21/28] KVM: introduce KVM_SEV_ISSUE_CMD ioctl
` [RFC PATCH v1 22/28] KVM: SVM: add SEV launch start command
` [RFC PATCH v1 23/28] KVM: SVM: add SEV launch update command
` [RFC PATCH v1 24/28] KVM: SVM: add SEV_LAUNCH_FINISH command
` [RFC PATCH v1 25/28] KVM: SVM: add KVM_SEV_GUEST_STATUS command
` [RFC PATCH v1 26/28] KVM: SVM: add KVM_SEV_DEBUG_DECRYPT command
` [RFC PATCH v1 27/28] KVM: SVM: add KVM_SEV_DEBUG_ENCRYPT command
` [RFC PATCH v1 28/28] KVM: SVM: add command to query SEV API version

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-22 23:21 UTC 

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-22 22:39 UTC  (21+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 04/20] x86: Secure Memory Encryption (SME) support
  ` [RFC PATCH v2 05/20] x86: Add the Secure Memory Encryption cpu feature
  ` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
  ` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 06/20] x86: Handle reduction in physical address size with SME
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 08/20] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v2 09/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU support for memory encryption
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 17/20] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption

[kvm-unit-tests PATCH V5 1/5] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-22 22:23 UTC  (7+ messages)
` [kvm-unit-tests PATCH V5 2/5] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V5 3/5] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V5 4/5] lib/powerpc: Implement generic delay function for use in unit tests
` [kvm-unit-tests PATCH V5 5/5] powerpc/tm: Add a test for H_CEDE while tm suspended

[PATCH 0/4] KVM-S390: Fine-tuning for kvm_s390_import_bp_data()
 2016-08-22 21:28 UTC  (21+ messages)
` [PATCH 1/4] KVM-S390: Improve determination of sizes in kvm_s390_import_bp_data()
` [PATCH 2/4] KVM-S390: Use memdup_user() rather than duplicating its implementation
` [PATCH 3/4] KVM-S390: Less function calls in kvm_s390_import_bp_data() after error detection
` [PATCH 4/4] KVM-S390: Delete an unnecessary initialisation for a buffer variable

[PATCH V3 0/3] VFIO SRIOV support
 2016-08-22 18:51 UTC  (9+ messages)
` [PATCH V3 1/3] pci: Extend PCI IOV API
` [PATCH V3 2/3] vfio/pci: Allow control SR-IOV through sysfs interface
` [PATCH V3 3/3] vfio/pci: Add support for SR-IOV extended capablity

[PATCH] virtio_ring: Make interrupt suppression spec compliant
 2016-08-22 14:29 UTC  (7+ messages)

[PATCH 0/5] mips: audit and remove needless module.h use from core
 2016-08-22 12:14 UTC  (3+ messages)
` [PATCH 5/5] mips/kvm: Audit and remove any unnecessary uses of module.h

[PATCH] KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
 2016-08-22 10:56 UTC  (3+ messages)

[PATCH v2] arm: KVM: Fix idmap overlap detection when the kernel is idmap'ed
 2016-08-22  8:01 UTC 

openstack with KVM CPU usage issue
 2016-08-22  7:48 UTC  (2+ messages)

KVM Guest Windows 10 Anniversary Update
 2016-08-22  7:23 UTC  (3+ messages)
    ` AW: "

[PATCH 3.10 050/180] MIPS: KVM: Fix mapped fault broken commpage handling
 2016-08-21 15:29 UTC  (5+ messages)
` [PATCH 3.10 051/180] MIPS: KVM: Add missing gfn range check
` [PATCH 3.10 052/180] MIPS: KVM: Fix gfn range check in kseg0 tlb faults
` [PATCH 3.10 053/180] MIPS: KVM: Propagate kseg0/mapped tlb fault errors
` [PATCH 3.10 058/180] MIPS: KVM: Fix modular KVM under QEMU

DAX can not work on virtual nvdimm device
 2016-08-21  9:55 UTC  (4+ messages)

Attention Beneficially
 2016-08-21  6:52 UTC 

[RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)
 2016-08-20  8:07 UTC  (4+ messages)
` [PATCH 1/3] virtio: Basic implementation of virtio pstore driver
` [PATCH 2/3] qemu: Implement virtio-pstore device
` [PATCH 3/3] kvmtool: "

[RFC v6-based v1 0/5] refine mdev framework
 2016-08-19 17:29 UTC  (6+ messages)

[PATCH] MIPS: KVM: Check for pfn noslot case
 2016-08-19 15:38 UTC  (2+ messages)

KVM: nVMX: Erroneous setting of VMX_EPT_AD_ENABLE_BIT in vmcs02 EPT_POINTER
 2016-08-19 15:21 UTC  (4+ messages)

[RFC PATCH 0/7] Add support for monitoring guest TLB operations
 2016-08-19 15:18 UTC  (6+ messages)
` [RFC PATCH 4/7] arm64: tlbflush.h: add __tlbi() macro
` [RFC PATCH 6/7] arm64: KVM: Handle trappable TLB instructions

[PATCH 0/5] arm64: KVM: vgic-v2: Allow unsafe GICV accesses
 2016-08-19 14:54 UTC  (10+ messages)
` [PATCH 1/5] arm/arm64: KVM: Don't BUG_ON if IT bits are set in ARM mode
` [PATCH 2/5] arm64: KVM: Allow kvm_skip_instr32 to be shared between kernel and HYP code
` [PATCH 3/5] arm64: KVM: vgic-v2: Add the GICV emulation infrastructure
` [PATCH 4/5] arm64: KVM: vgic-v2: Add GICV access from HYP
` [PATCH 5/5] arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafe

[PATCH v3] sched/deadline: Fix the intention to re-evalute tick dependency for offline cpu
 2016-08-19 13:56 UTC  (3+ messages)

[PATCH 1/1] x86/apic: Introduce paravirq irq_domain
 2016-08-19 10:47 UTC  (11+ messages)

[PATCH 3.12 050/100] MIPS: KVM: Fix mapped fault broken commpage handling
 2016-08-19  7:10 UTC  (4+ messages)
  ` [PATCH 3.12 051/100] MIPS: KVM: Add missing gfn range check
  ` [PATCH 3.12 052/100] MIPS: KVM: Fix gfn range check in kseg0 tlb faults
  ` [PATCH 3.12 053/100] MIPS: KVM: Propagate kseg0/mapped tlb fault errors

[PATCH 00/13] Real-mode acceleration of device interrupts in HV KVM
 2016-08-19  5:35 UTC  (14+ messages)
` [PATCH 01/13] powerpc: Add simple cache inhibited MMIO accessors
` [PATCH 02/13] KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
` [PATCH 03/13] KVM: PPC: select IRQ_BYPASS_MANAGER
` [PATCH 04/13] KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
` [PATCH 05/13] powerpc/powernv: Provide facilities for EOI, usable from real mode
` [PATCH 06/13] KVM: PPC: Book3S HV: Enable IRQ bypass
` [PATCH 07/13] KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
` [PATCH 08/13] KVM: PPC: Book3S HV: Complete passthrough interrupt in host
` [PATCH 09/13] KVM: PPC: Book3S HV: Dump irqmap in debugfs
` [PATCH 10/13] KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
` [PATCH 11/13] KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
` [PATCH 12/13] KVM: PPC: Book3S HV: Set server for passed-through interrupts
` [PATCH 13/13] KVM: PPC: Book3S HV: Counters for passthrough IRQ stats

[PATCH v2 0/8] nvdimm: hotplug support
 2016-08-19  5:14 UTC  (6+ messages)

[kvm-unit-tests PATCH V4 1/5] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-19  0:41 UTC  (6+ messages)
` [kvm-unit-tests PATCH V4 4/5] lib/powerpc: Implement generic delay function for use in unit tests

[PATCH v2] powerpc: move hmi.c to arch/powerpc/kvm/
 2016-08-18 21:27 UTC  (3+ messages)

[PATCH BACKPORT 3.10-3.15 0/4] MIPS: KVM: Fix MMU/TLB management issues
 2016-08-18 20:02 UTC  (2+ messages)

[PATCH 14/16] x86: kvm: Convert to hotplug state machine
 2016-08-18 17:06 UTC  (2+ messages)

[PART2 PATCH v5 00/12] iommu/AMD: Introduce IOMMU AVIC support
 2016-08-18 15:43 UTC  (6+ messages)
` [PART2 PATCH v5 12/12] svm: Implements update_pi_irte hook to setup posted interrupt

[PATCH] arm: KVM: Fix idmap overlap detection when the kernel is idmap'ed
 2016-08-18 14:10 UTC 

[PATCH 4.7 085/186] MIPS: KVM: Fix mapped fault broken commpage handling
 2016-08-18 13:58 UTC  (4+ messages)
` [PATCH 4.7 086/186] MIPS: KVM: Add missing gfn range check
` [PATCH 4.7 087/186] MIPS: KVM: Fix gfn range check in kseg0 tlb faults
` [PATCH 4.7 088/186] MIPS: KVM: Propagate kseg0/mapped tlb fault errors

[PATCH 4.4 061/138] [PATCH BACKPORT 3.17-4.4 4/4] MIPS: KVM: Propagate kseg0/mapped tlb fault errors
 2016-08-18 13:57 UTC 


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