kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 17:55:18 to 2020-07-06 09:34:48 UTC [more...]

[PATCH v4 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-06  9:34 UTC  (18+ messages)
` [PATCH v4 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v4 02/15] iommu: Report domain nesting info
` [PATCH v4 03/15] iommu/smmu: Report empty "
` [PATCH v4 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v4 05/15] vfio: Add PASID allocation/free support
` [PATCH v4 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v4 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v4 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v4 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v4 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v4 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v4 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v4 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v4 14/15] vfio: Document dual stage control
` [PATCH v4 15/15] iommu/vt-d: Support reporting nesting capability info

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-06  9:32 UTC  (8+ messages)

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-07-06  8:01 UTC  (25+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v4 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v4 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v4 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v4 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v4 08/18] nitro_enclaves: Add logic for enclave vm creation

Question regarding nested_svm_inject_npf_exit()
 2020-07-06  2:12 UTC  (3+ messages)

[PATCH] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-07-06  1:45 UTC 

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2020-07-06  1:08 UTC  (3+ messages)
` [PATCH v2 6/8] KVM: arm64: Add KVM_CAP_ARM_HW_DIRTY_LOG capability

[PATCH 0/2] Expose new features for intel processor
 2020-07-05 22:59 UTC  (3+ messages)
` [PATCH 1/2] x86: Expose SERIALIZE for supported cpuid
` [PATCH 2/2] x86: Expose TSX Suspend Load Address Tracking

[PATCH v3] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-05 21:51 UTC  (13+ messages)

[PATCH 0/2] Documentation: virt: eliminate duplicated words
 2020-07-05 20:42 UTC  (4+ messages)
` [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words
` [PATCH 1/2] Documentation: virt: kvm/api: "

[PATCH 0/7] accel/kvm: Simplify few functions that can use global kvm_state
 2020-07-05  9:57 UTC  (6+ messages)
` [RFC PATCH 4/7] accel/kvm: Simplify kvm_set_sigmask_len()

[PATCH] kvm: x86: rewrite kvm_spec_ctrl_valid_bits
 2020-07-05  9:40 UTC  (3+ messages)

KVM/VFIO passthrough not working when TRIM_UNUSED_KSYMS is enabled
 2020-07-05  8:58 UTC  (3+ messages)

[PATCH v3 0/9] Generalize memory encryption models
 2020-07-05  7:38 UTC  (4+ messages)
` [PATCH v3 8/9] spapr: PEF: block migration

KVM upcall questions
 2020-07-05  6:46 UTC  (3+ messages)

[PULL v2 07/41] accel/kvm: Convert to ram_block_discard_disable()
 2020-07-04 18:29 UTC 

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-07-04 15:11 UTC  (6+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH] KVM: arm64: PMU: Fix per-CPU access in preemptible context
 2020-07-04 13:37 UTC 

[RFC v7 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-07-04 11:58 UTC  (27+ messages)
` [RFC v7 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v7 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.8-rc3
` [RFC v7 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v7 04/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v7 05/25] intel_iommu: add get_iommu_attr() callback
` [RFC v7 06/25] vfio: pass nesting requirement into vfio_get_group()
` [RFC v7 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v7 08/25] hw/iommu: introduce HostIOMMUContext
` [RFC v7 09/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v7 10/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v7 11/25] vfio/common: provide PASID alloc/free hooks
` [RFC v7 12/25] vfio: init HostIOMMUContext per-container
` [RFC v7 13/25] intel_iommu: add virtual command capability support
` [RFC v7 14/25] intel_iommu: process PASID cache invalidation
` [RFC v7 15/25] intel_iommu: add PASID cache management infrastructure
` [RFC v7 16/25] vfio: add bind stage-1 page table support
` [RFC v7 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v7 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v7 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v7 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v7 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v7 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v7 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v7 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v7 25/25] intel_iommu: modify x-scalable-mode to be string option

[Bug 208427] New: kvm network cause kernel panic
 2020-07-04  2:55 UTC 

[PATCH v10 00/14] KVM: Dirty ring interface
 2020-07-03 19:02 UTC  (7+ messages)
` [PATCH v10 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v10 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]

[PATCH 0/6] KVM: x86/mmu: Files and sp helper cleanups
 2020-07-03 17:20 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86/mmu: Zapping and recycling cleanups
 2020-07-03 17:18 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Optimizations for kvm_get_mmu_page()
 2020-07-03 17:17 UTC  (2+ messages)

[PATCH 0/3 v3] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-03 17:11 UTC  (4+ messages)

[PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests
 2020-07-03 17:09 UTC  (3+ messages)

[PULL 0/1] vfio-ccw fix
 2020-07-03 16:21 UTC  (3+ messages)
` [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h

[kvm-unit-tests PATCH v1 0/4] More lib/alloc cleanup and a minor improvement
 2020-07-03 16:20 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/4] lib/vmalloc: fix pages count local variable to be size_t
` [kvm-unit-tests PATCH v1 2/4] lib/alloc_page: change some parameter types
` [kvm-unit-tests PATCH v1 3/4] lib/alloc_page: move get_order and is_power_of_2 to a bitops.h
` [kvm-unit-tests PATCH v1 4/4] lib/vmalloc: allow vm_memalign with alignment > PAGE_SIZE

[PATCH 0/2] KVM: VMX: CR0/CR4 guest/host masks cleanup
 2020-07-03 16:16 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Mark CR4.TSD as being possibly owned by the guest
` [PATCH 2/2] KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks

[PATCH] KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
 2020-07-03 16:16 UTC  (2+ messages)

[PATCH v13 00/11] Introduce support for guest CET feature
 2020-07-03 15:02 UTC  (4+ messages)
` [PATCH v13 03/11] KVM: VMX: Set guest CET MSRs per KVM and host configuration

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-03 13:03 UTC  (27+ messages)
` [PATCH v3 01/14] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v3 02/14] iommu: Report domain nesting info
` [PATCH v3 03/14] vfio/type1: Report iommu nesting info to userspace
` [PATCH v3 04/14] vfio: Add PASID allocation/free support
` [PATCH v3 06/14] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v3 09/14] vfio/type1: Support binding guest page tables to PASID
` [PATCH v3 10/14] vfio/type1: Allow invalidating first-level/stage IOMMU cache

[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-03 12:25 UTC  (6+ messages)
` [kvm-unit-tests PATCH v10 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH] kvmtool: arm64: Report missing support for 32bit guests
 2020-07-03 12:07 UTC  (2+ messages)

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-07-03 11:57 UTC  (5+ messages)
` [PATCH v5 19/21] virtio-mem: Add trace events
` [PATCH v1] virtio-mem: fix cross-compilation due to VIRTIO_MEM_USABLE_EXTENT

[PATCH] vfio-ccw: Fix a build error due to missing include of linux/slab.h
 2020-07-03  9:45 UTC  (2+ messages)

[PULL 07/41] accel/kvm: Convert to ram_block_discard_disable()
 2020-07-03  9:03 UTC 

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-07-03  8:04 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-03  7:45 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 3/8] arm64: microbench: gic: Add gicv4.1 support for ipi "
` [kvm-unit-tests PATCH v2 7/8] arm64: microbench: Add time limit for each individual test
` [kvm-unit-tests PATCH v2 8/8] arm64: microbench: Add vtimer latency test

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-03  2:50 UTC 

[PATCH v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-07-03  2:35 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v3 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v3 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v3 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v3 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v3 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v3 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v3 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v3 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v3 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v3 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v3 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v3 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v3 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v3 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v3 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v3 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v3 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v3 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[kvm-unit-tests PATCH] x86: access: Add test for illegal toggling of CR4.LA57 in 64-bit mode
 2020-07-03  2:19 UTC 

[PATCH v2 0/7] Refactor handling flow of SET_CPUID*
 2020-07-02 22:30 UTC  (11+ messages)
` [PATCH v2 2/7] KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
` [PATCH v2 6/7] KVM: X86: Move kvm_x86_ops.update_vcpu_model() into kvm_update_vcpu_model()
` [PATCH v2 7/7] KVM: X86: Move kvm_apic_set_version() to kvm_update_vcpu_model()

[PATCH v2] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-02 22:14 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;
as well as URLs for NNTP newsgroup(s).