kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-09 13:16:02 to 2018-02-13 08:04:54 UTC [more...]

[PATCH v2 0/6] Spectre v2 updates
 2018-02-13  8:04 UTC  (21+ messages)
` [PATCH v2 1/6] x86/speculation: Update Speculation Control microcode blacklist
` [PATCH v2 2/6] Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
` [PATCH v2 3/6] KVM: x86: Reduce retpoline performance impact in slot_handle_level_range()
` [PATCH v2 4/6] X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
` [PATCH v2 5/6] KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap
` [PATCH v2 6/6] x86/speculation: Use IBRS if available before calling into firmware
  ` [PATCH] x86/speculation: Clean up various Spectre related details

[PATCH 1/2] x86/speculation: Correct Speculation Control microcode blacklist again
 2018-02-13  8:02 UTC  (4+ messages)
` [PATCH 2/2] x86/speculation: Support "Enhanced IBRS" on future CPUs

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-13  7:54 UTC  (41+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 05/37] iommu/sva: Track mm changes with an MMU notifier
` [PATCH 06/37] iommu/sva: Search mm by PASID
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 08/37] iommu/fault: Handle mm faults
` [PATCH 09/37] iommu/fault: Let handler return a fault response
` [PATCH 11/37] dt-bindings: document stall and PASID properties for IOMMU masters
` [PATCH 12/37] iommu/of: Add stall and pasid properties to iommu_fwspec
` [PATCH 15/37] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [PATCH 18/37] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH 20/37] iommu/arm-smmu-v3: Share process page tables
` [PATCH 23/37] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH 26/37] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH 03/37] iommu/sva: Manage process address spaces
  ` [PATCH 04/37] iommu/sva: Add a mm_exit callback for device drivers
  ` [PATCH 10/37] iommu/fault: Allow blocking fault handlers
  ` [PATCH 13/37] arm64: mm: Pin down ASIDs for sharing mm with devices
  ` [PATCH 14/37] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH 16/37] iommu: Add generic PASID table library
  ` [PATCH 17/37] iommu/arm-smmu-v3: Move context descriptor code
  ` [PATCH 19/37] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [PATCH 21/37] iommu/arm-smmu-v3: Seize private ASID
  ` [PATCH 22/37] iommu/arm-smmu-v3: Add support for VHE
  ` [PATCH 24/37] iommu/arm-smmu-v3: Add SVA feature checking
  ` [PATCH 25/37] iommu/arm-smmu-v3: Implement mm operations
  ` [PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
  ` [PATCH 28/37] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH 29/37] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [PATCH 30/37] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH 31/37] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH 32/37] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
  ` [PATCH 33/37] iommu/arm-smmu-v3: Disable tagged pointers
  ` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI
` [PATCH 34/37] PCI: Make "PRG Response PASID Required" handling common
` [PATCH 36/37] iommu/arm-smmu-v3: Add support for PCI PASID
` [PATCH 37/37] vfio: Add support for Shared Virtual Addressing

[PATCH 1/2] KVM: PPC: Fix compile error that occurs when CONFIG_ALTIVEC=n
 2018-02-13  7:10 UTC  (2+ messages)

[PATCH v2 1/2] KVM: X86: Add per-VM no-HLT-exiting capability
 2018-02-13  5:02 UTC  (2+ messages)

[PATCH 2/2] KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
 2018-02-13  4:52 UTC 

kernel BUG at arch/x86/kvm/mmu.c:LINE!
 2018-02-13  3:38 UTC  (7+ messages)
` [PATCH] KVM: prevent overlap between user and private memslots

[PATCH v3 0/3] KVM: Introduce dedicated vCPUs hint KVM_HINTS_DEDICATED
 2018-02-13  1:09 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] KVM: X86: Choose qspinlock when dedicated vCPUs available
` [PATCH v3 3/3] KVM: X86: Don't use PV TLB flush with dedicated vCPUs and steal time disabled

[PATCH v4 0/3] KVM: Introduce dedicated vCPUs hint KVM_HINTS_DEDICATED
 2018-02-13  1:05 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] KVM: X86: Choose qspinlock when dedicated vCPUs available
` [PATCH v4 3/3] KVM: X86: Don't use PV TLB flush with dedicated vCPUs and steal time disabled

[PATCH RFC] vfio/mdev: delay uevent after initialization complete
 2018-02-12 21:20 UTC  (2+ messages)

[PATCH v8 00/28] x86: Secure Encrypted Virtualization (AMD)
 2018-02-12 21:19 UTC  (35+ messages)
` [PATCH v8 01/28] memattrs: add debug attribute
` [PATCH v8 02/28] exec: add ram_debug_ops support
` [PATCH v8 03/28] exec: add debug version of physical memory read and write API
` [PATCH v8 04/28] monitor/i386: use debug APIs when accessing guest memory
` [PATCH v8 05/28] target/i386: add memory encryption feature cpuid support
` [PATCH v8 06/28] machine: add -memory-encryption property
` [PATCH v8 07/28] kvm: update kvm.h to include memory encryption ioctls
` [PATCH v8 08/28] docs: add AMD Secure Encrypted Virtualization (SEV)
` [PATCH v8 09/28] target/i386: add Secure Encrypted Virtulization (SEV) object
` [PATCH v8 10/28] sev/i386: add command to initialize the memory encryption context
` [PATCH v8 11/28] sev/i386: register the guest memory range which may contain encrypted data
` [PATCH v8 12/28] kvm: introduce memory encryption APIs
` [PATCH v8 13/28] qmp: add query-sev command
` [PATCH v8 14/28] hmp: add 'info sev' command
` [PATCH v8 15/28] sev/i386: add command to create launch memory encryption context
` [PATCH v8 16/28] sev/i386: add command to encrypt guest memory region
` [PATCH v8 17/28] target/i386: encrypt bios rom
` [PATCH v8 18/28] sev/i386: add support to LAUNCH_MEASURE command
` [PATCH v8 19/28] sev/i386: finalize the SEV guest launch flow
` [PATCH v8 20/28] hw/i386: set ram_debug_ops when memory encryption is enabled
` [PATCH v8 21/28] sev/i386: add debug encrypt and decrypt commands
` [PATCH v8 22/28] target/i386: clear C-bit when walking SEV guest page table
` [PATCH v8 23/28] include: add psp-sev.h header file
` [PATCH v8 24/28] sev/i386: add support to query PLATFORM_STATUS command
` [PATCH v8 25/28] sev/i386: add support to KVM_SEV_GUEST_STATUS
` [PATCH v8 26/28] qmp: add query-sev-launch-measure command
` [PATCH v8 27/28] tests/qmp-test: blacklist "
` [PATCH v8 28/28] sev/i386: add migration blocker

[PATCH] KVM: nVMX: Fix CR4 after VMLAUNCH/VMRESUME failure
 2018-02-12 17:37 UTC  (10+ messages)

[RFC PATCH] KVM: PPC: Book3S HV: add support for page faults in VM_IO|VM_PFNMAP vmas
 2018-02-12 14:41 UTC  (13+ messages)

[libvirt-users] Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
 2018-02-12 14:07 UTC  (9+ messages)

[Bug 198621] New: KVM Guest panics when running own guest, while being live migrated
 2018-02-12 14:05 UTC  (2+ messages)
` [Bug 198621] "

[PATCH] KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
 2018-02-12 11:31 UTC  (6+ messages)

[PULL v2 0/1] s390/virtio update
 2018-02-12  8:52 UTC  (3+ messages)
` [PULL v2 1/1] virtio/s390: implement PM operations for virtio_ccw

VMs freezing when host is running 4.14
 2018-02-11 13:39 UTC  (4+ messages)

[PATCH] KVM: X86: Fix SMRAM accessing even if VM is shutdown
 2018-02-11 10:57 UTC  (9+ messages)

[kvm-unit-t)ests PATCH] kvm-unit-tests: vmx: add a test for injecting events to halted L2
 2018-02-11  9:01 UTC 

[PATCH v3] KVM: VMX: Don't halt vcpu when L1 is injecting events to L2
 2018-02-11  8:51 UTC 

[PATCH] kvm: vmx: Scrub hardware GPRs at VM-exit
 2018-02-11  8:42 UTC  (6+ messages)

[RFC PATCH] vfio/pci: Add ioeventfd support
 2018-02-11  3:09 UTC  (4+ messages)
` [Qemu-devel] "

[RFC PATCH 0/5] vfio: ioeventfd support
 2018-02-11  2:38 UTC  (5+ messages)
` [RFC PATCH 5/5] vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
  ` [Qemu-devel] "

[PATCH v3] KVM: VMX: Don't halt vcpu when L1 is injecting events to L2
 2018-02-11  2:06 UTC 

[kvm-unit-tests PATCH] kvm-unit-tests: vmx: add a test for injecting events to halted L2
 2018-02-11  2:06 UTC 

[GIT PULL] Please pull my kvm-ppc-next-4.16-2 tag
 2018-02-10 14:52 UTC  (2+ messages)

[GIT PULL] KVM updates for Linux 4.16-rc1
 2018-02-10 14:45 UTC 

DMAR errors with VT-d and vfio/vfio-pci on IXGBE vf interface assigned to guest
 2018-02-10 12:06 UTC  (6+ messages)

[RFC 00/12] KVM/X86: Introduce a new guest mapping API
 2018-02-10 11:33 UTC  (7+ messages)
` [RFC 03/12] KVM/VMX: Use the new host mapping API for virtual_apic_page

[PATCH 1/3] X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
 2018-02-10  9:07 UTC  (8+ messages)
` [PATCH 3/3] X86/nVMX: Update the MSR_BITMAP field with the L02 MSR BITMAP

[PATCH] x86/kvm/vmx: Don't halt vcpu when L1 is injecting events to L2
 2018-02-10  2:16 UTC 

[PATCH v2] x86/kvm/vmx: Don't halt vcpu when L1 is injecting events to L2
 2018-02-10  0:31 UTC 

Redis performance tunning in KVM
 2018-02-10  0:16 UTC 

[PATCH v7 17/26] target/i386: encrypt bios rom
 2018-02-09 20:49 UTC  (3+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-09 18:50 UTC  (18+ messages)
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v3 18/41] KVM: arm64: Move userspace system registers into separate function
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs

[PATCH v2 1/2] KVM: x86: Add dedicated vCPU hint KVM_HINTS_DEDICATED
 2018-02-09 16:34 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: X86: Don't use PV TLB flush with dedicated vCPUs and steal time disabled

[PATCH/RFC 0/6] R-Car Gen3 GPIO Pass-Through Prototype (Linux)
 2018-02-09 15:16 UTC  (7+ messages)
` [PATCH/RFC 1/6] vfio: platform: Allow runtime override of reset_required
` [PATCH/RFC 2/6] vfio: Ignore real IOMMUs if CONFIG_VFIO_NOIOMMU=y
` [PATCH/RFC 3/6] clk: renesas: r8a7795: Mark the GPIO6 clock critical
` [PATCH/RFC 4/6] arm64: renesas_defconfig: Enable VFIO_PLATFORM and VFIO_NOIOMMU
` [PATCH/RFC 5/6] gpio: rcar: Add virtualization workarounds
` [PATCH/RFC 6/6] arm64: Add virt_defconfig

[PATCH v2] target-i386: add KVM_HINTS_DEDICATED performance hint
 2018-02-09 14:52 UTC  (3+ messages)

[PATCH] target-i386: adds PV_DEDICATED hint CPUID feature bit
 2018-02-09 14:27 UTC  (9+ messages)

[PATCH 4.9 71/92] x86/kvm: Update spectre-v1 mitigation
 2018-02-09 13:39 UTC  (5+ messages)
` [PATCH 4.9 82/92] KVM/x86: Add IBPB support
` [PATCH 4.9 83/92] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 4.9 84/92] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 4.9 85/92] KVM/SVM: "

4.14.x host - KVM guests crashing
 2018-02-09 13:16 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).