public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-31 09:34:45 to 2018-02-01 17:46:35 UTC [more...]

[PATCH v5 0/5] KVM: Expose speculation control feature to guests
 2018-02-01 17:46 UTC  (45+ messages)
` [PATCH v5 1/5] KVM: x86: Update the reverse_cpuid list to include CPUID_7_EDX
` [PATCH v5 2/5] KVM: x86: Add IBPB support
` [PATCH v5 3/5] KVM: VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH v5 4/5] KVM: VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH v5 5/5] KVM: SVM: "

[Qemu-devel] [PATCH v4 0/6] nvdimm: support MAP_SYNC for memory-backend-file
 2018-02-01 17:43 UTC  (2+ messages)

[PATCH v6 00/23] x86: Secure Encrypted Virtualization (AMD)
 2018-02-01 17:27 UTC  (22+ messages)
` [PATCH v6 05/23] target/i386: add memory encryption feature cpuid support
` [PATCH v6 10/23] sev: add command to initialize the memory encryption context
` [PATCH v6 13/23] hmp: display memory encryption support in 'info kvm'
  ` [Qemu-devel] "
` [PATCH v6 17/23] qapi: add SEV_MEASUREMENT event
  ` [Qemu-devel] "
` [PATCH v6 18/23] sev: emit the "

WARNING in __x86_set_memory_region
 2018-02-01 17:12 UTC  (4+ messages)
` [PATCH] KVM/x86: remove WARN_ON() for when vm_munmap() fails

[kvm-unit-tests PATCH] kvm-unit-tests: Gtests Framework and Example Tests
 2018-02-01 16:58 UTC  (5+ messages)

qemu takes 100% of a core, freezes the VM
 2018-02-01 16:52 UTC  (2+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-01 16:15 UTC  (6+ messages)
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put

[PATCH v25 0/2] Virtio-balloon: support free page reporting
 2018-02-01 16:03 UTC  (9+ messages)
` [PATCH v25 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
    ` [virtio-dev] "
            `  "

[PATCH v3 0/3] Per-VCPU MSR bitmaps patches - topic branch for x86/pti
 2018-02-01 15:58 UTC  (6+ messages)
` [PATCH 1/3] KVM: nVMX: Eliminate vmcs02 pool
` [PATCH 2/3] KVM: VMX: introduce alloc_loaded_vmcs
` [PATCH 3/3] KVM: VMX: make MSR bitmaps per-VCPU

linux-next: manual merge of the kvm tree with Linus' tree
 2018-02-01 15:30 UTC  (7+ messages)

[GIT PULL] Please pull my kvm-ppc-next-4.16-1 tag
 2018-02-01 15:17 UTC  (2+ messages)

[PATCH v9 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
 2018-02-01 14:56 UTC  (8+ messages)
` [PATCH v9 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v9 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd

[PATCH v8 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
 2018-02-01 13:20 UTC  (6+ messages)
` [PATCH v8 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v8 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd

[PATCH v4 0/2] KVM: x86: Add SYNC REGS functionality
 2018-02-01 13:05 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: x86: add SYNC_REGS_SIZE_BYTES #define
` [PATCH v4 2/2] KVM: x86: KVM_CAP_SYNC_REGS

[PATCH 0/2] iommu / vfio: Clean up iommu_map[_fast] interface
 2018-02-01 12:17 UTC  (5+ messages)
` [PATCH 1/2] iommu: Fix iommu_unmap and iommu_unmap_fast return type

[vhost:vhost 11/22] drivers//firmware/qemu_fw_cfg.c:380:3: error: implicit declaration of function 'paddr_vmcoreinfo_note'
 2018-02-01  9:47 UTC 

[vhost:vhost 11/22] drivers//firmware/qemu_fw_cfg.c:379:23: error: 'VMCOREINFO_NOTE_SIZE' undeclared; did you mean 'MEI_CL_NAME_SIZE'?
 2018-02-01  7:55 UTC 

[PATCH v5] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
 2018-02-01  6:27 UTC 

[PATCH v3 1/2] i386: Add Intel Processor Trace feature support
 2018-01-31 15:57 UTC  (2+ messages)
` [PATCH v3 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature

[PATCH v4] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
 2018-02-01  5:11 UTC  (2+ messages)

[PATCH] x86/kvm: Update spectre-v1 mitigation
 2018-02-01  1:47 UTC 

[PATCH] KVM: PPC: Fix svcpu copying with preemption enabled
 2018-01-31 21:24 UTC 

[PATCH v4 0/5] KVM: Expose speculation control feature to guests
 2018-01-31 18:53 UTC  (15+ messages)
` [PATCH v4 1/5] KVM: x86: Update the reverse_cpuid list to include CPUID_7_EDX
` [PATCH v4 2/5] KVM: x86: Add IBPB support
` [PATCH v4 3/5] KVM: VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH v4 4/5] KVM: VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH v4 5/5] KVM: SVM: "

[PATCH v2 0/3] Per-VCPU MSR bitmaps patches - topic branch for x86/pti
 2018-01-31 18:14 UTC  (5+ messages)
` [PATCH v2 3/3] KVM: VMX: make MSR bitmaps per-VCPU

[PULL 0/3] KVM: s390: maintainers update
 2018-01-31 17:17 UTC  (2+ messages)

[PATCH] KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP
 2018-01-31 17:17 UTC  (2+ messages)

[PULL 00/28] KVM/ARM Changes for v4.16
 2018-01-31 17:16 UTC  (29+ messages)
` [PULL 01/28] arm64: KVM: Hide PMU from guests when disabled
` [PULL 03/28] KVM: arm/arm64: Remove redundant preemptible checks
` [PULL 06/28] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PULL 07/28] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PULL 08/28] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PULL 09/28] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PULL 10/28] KVM: arm/arm64: Avoid work when userspace iqchips are not used
` [PULL 11/28] KVM: arm/arm64: Delete outdated forwarded irq documentation
` [PULL 12/28] Revert "arm64: KVM: Hide PMU from guests when disabled"
` [PULL 13/28] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PULL 14/28] KVM: arm/arm64: Split dcache/icache flushing
` [PULL 15/28] arm64: KVM: Add invalidate_icache_range helper
` [PULL 16/28] arm: KVM: Add optimized PIPT icache flushing
` [PULL 17/28] arm64: KVM: PTE/PMD S2 XN bit definition
` [PULL 18/28] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PULL 19/28] KVM: arm/arm64: Only clean the dcache on translation fault
` [PULL 20/28] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PULL 21/28] KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartions
` [PULL 22/28] arm64: mm: Add additional parameter to uaccess_ttbr0_enable
` [PULL 23/28] arm64: mm: Add additional parameter to uaccess_ttbr0_disable
` [PULL 24/28] KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
` [PULL 25/28] KVM: arm/arm64: Fix trailing semicolon
` [PULL 26/28] KVM: arm/arm64: Fix incorrect timer_is_pending logic
` [PULL 27/28] KVM: arm/arm64: Fix userspace_irqchip_in_use counting
` [PULL 28/28] KVM: arm/arm64: Fixup userspace irqchip static key optimization

[PATCH 0/5] Enlightened VMCS support for KVM on Hyper-V
 2018-01-31 17:13 UTC  (6+ messages)
` [PATCH 1/5] x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE
` [PATCH 2/5] x86/hyper-v: allocate and use Virtual Processor Assist Pages
` [PATCH 3/5] x86/hyper-v: define struct hv_enlightened_vmcs and clean field bits
` [PATCH 4/5] x86/hyper-v: detect nested features
` [PATCH 5/5] x86/kvm: use Enlightened VMCS when running on Hyper-V

[RFC 00/10] Speculation Control feature support
 2018-01-31 16:28 UTC  (26+ messages)
` [RFC 05/10] x86/speculation: Add basic IBRS support infrastructure
  ` [RFC,05/10] "

[PATCH v2] KVM: arm/arm64: Fix arch timers with userspace irqchips
 2018-01-31 14:28 UTC  (2+ messages)

[PATCH v3 0/2] KVM: s390: fix storage attributes migration
 2018-01-31 13:56 UTC  (8+ messages)
` [PATCH v3 1/2] KVM: s390x: some utility functions for migration
` [PATCH v3 2/2] KVM: s390: Fix storage attributes migration with memory slots

[PATCH] KVM: arm/arm64: Fix arch timers with userspace irqchips
 2018-01-31 13:37 UTC  (8+ messages)

[Bug 198621] New: KVM Guest panics when running own guest, while being live migrated
 2018-01-31 11:03 UTC 

[PATCH] KVM: PPC: Book3S PR: close a race window when SVCPU pointer is hold before kvmppc_copy_from_svcpu()
 2018-01-31 10:51 UTC  (3+ messages)


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