kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 13:30:32 to 2021-03-31 14:37:19 UTC [more...]

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-03-31 14:36 UTC  (6+ messages)
` [PATCH v13 06/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-03-31 14:07 UTC  (18+ messages)
` [PATCH v6 01/10] file: Export receive_fd() to modules
    `  "
` [PATCH v6 02/10] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v6 03/10] vhost-vdpa: protect concurrent access to vhost device iotlb
` [PATCH v6 04/10] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v6 05/10] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v6 06/10] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v6 07/10] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v6 08/10] vduse: Implement an MMU-based IOMMU driver
` [PATCH v6 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v6 10/10] Documentation: Add documentation for VDUSE

[PATCH] KVM: arm64: Elect Alexandru as a replacement for Julien as a reviewer
 2021-03-31 13:39 UTC  (2+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-31 13:09 UTC  (42+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[PATCH v3 0/2] KVM: x86: hyper-v: Fix TSC page update after KVM_SET_CLOCK(0) call
 2021-03-31 12:41 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: x86: Prevent 'hv_clock->system_time' from going negative in kvm_guest_time_update()
` [PATCH v3 2/2] selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-03-31 12:26 UTC  (5+ messages)
` [PATCH v2 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH v2 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH v2 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH v2 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH v3 00/25] KVM SGX virtualization support
 2021-03-31 12:20 UTC  (9+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-03-31 11:25 UTC  (10+ messages)
` [PATCH 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH v2 0/2] KVM: x86: hyper-v: Fix TSC page update after KVM_SET_CLOCK(0) call
 2021-03-31 10:58 UTC  (12+ messages)
` [PATCH v2 1/2] KVM: x86: hyper-v: Properly divide maybe-negative 'hv_clock->system_time' in compute_tsc_page_parameters()

memory leak in virtio_transport_send_pkt_info
 2021-03-31 10:50 UTC  (3+ messages)

[PATCH v3 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-03-31 10:16 UTC  (9+ messages)
` [PATCH v3 1/3] Linux headers: update from 5.12-rc3
` [PATCH v3 2/3] ppc: Rename current DAWR macros and variables
` [PATCH v3 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-31  9:41 UTC  (14+ messages)
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH 12/18] KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary

[PATCH 0/2] KVM: Fix missing GFP_KERNEL_ACCOUNT usage
 2021-03-31  9:39 UTC  (7+ messages)
` [PATCH 1/2] KVM: Account memory allocations for 'struct kvm_vcpu'
` [PATCH 2/2] KVM: x86: Account a variety of miscellaneous allocations

[PATCH 0/3] KVM: SVM: SEV{-ES} bug fixes
 2021-03-31  9:37 UTC  (5+ messages)
` [PATCH 1/3] KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
` [PATCH 2/3] KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
` [PATCH 3/3] KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created

[PATCH 0/2] KVM: x86/mmu: TDP MMU fixes/cleanups
 2021-03-31  9:36 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE
` [PATCH 2/2] KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU

[PATCH v16 00/17] KVM RISC-V Support
 2021-03-31  9:21 UTC  (4+ messages)

[PATCH] KVM: x86: Fix potential memory access error
 2021-03-31  9:15 UTC 

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-03-31  9:13 UTC  (2+ messages)

Bidding invitation
 2021-03-31  7:13 UTC 

[syzbot] WARNING in unsafe_follow_pfn
 2021-03-31  4:29 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-03-31  1:41 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: reduce pvclock_gtod_sync_lock critical sections
` [PATCH 2/2] KVM: x86: disable interrupts while pvclock_gtod_sync_lock is taken

[PATCH v2 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-03-30 23:49 UTC  (5+ messages)
` [PATCH v2 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH] kvm: fix minor typos in x86/kvm.h and selftests/processor.c
 2021-03-30 19:30 UTC 

[PATCH v2 0/3] KVM: x86/mmu: Fix TLB flushing bugs in TDP MMU
 2021-03-30 17:18 UTC  (5+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages

[PATCH] KVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE
 2021-03-30 17:10 UTC  (2+ messages)

[GIT PULL] VFIO fixes for v5.12-rc6
 2021-03-30 17:09 UTC  (2+ messages)

[PATCH 00/18] Make vfio_mdev type safe
 2021-03-30 16:50 UTC  (29+ messages)
` [PATCH 02/18] vfio/mdev: Add missing typesafety around mdev_device
` [PATCH 03/18] vfio/mdev: Simplify driver registration
` [PATCH 04/18] vfio/mdev: Use struct mdev_type in struct mdev_device
` [PATCH 05/18] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer
` [PATCH 06/18] vfio/mdev: Expose mdev_get/put_parent to mdev_private.h
` [PATCH 07/18] vfio/mdev: Add missing reference counting to mdev_type
` [PATCH 08/18] vfio/mdev: Reorganize mdev_device_create()
` [PATCH 09/18] vfio/mdev: Add missing error handling to dev_set_name()
` [PATCH 10/18] vfio/mdev: Remove duplicate storage of parent in mdev_device
` [PATCH 11/18] vfio/mdev: Add mdev/mtype_get_type_group_id()
` [PATCH 17/18] vfio/mdev: Remove kobj from mdev_parent_ops->create()
` [PATCH 18/18] vfio/mdev: Correct the function signatures for the mdev_type_attributes

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-03-30 14:54 UTC  (8+ messages)
` [PATCH v19 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v19 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v19 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v19 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v19 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v19 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[kvm-unit-tests PATCH v2 0/8] Testing SSCH, CSCH and HSCH for errors
 2021-03-30 13:01 UTC  (21+ messages)
` [kvm-unit-tests PATCH v2 2/8] s390x: lib: css: SCSW bit definitions
` [kvm-unit-tests PATCH v2 3/8] s390x: css: simplify skipping tests on no device
` [kvm-unit-tests PATCH v2 4/8] s390x: lib: css: separate wait for IRQ and check I/O completion
` [kvm-unit-tests PATCH v2 5/8] s390x: lib: css: add SCSW ctrl expectations to "
` [kvm-unit-tests PATCH v2 6/8] s390x: css: testing ssch error response

[PATCH v18 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-03-30 10:05 UTC  (5+ messages)
` [PATCH v18 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v18 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[PATCH v4] vfio/pci: Add support for opregion v2.1+
 2021-03-30  9:08 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-30  9:23 UTC  (5+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-30  8:08 UTC  (11+ messages)
` [PATCH v6 01/10] tools/headers: sync headers of asm-generic/hugetlb_encode.h
` [PATCH v6 02/10] mm/hugetlb: Add a macro to get HUGETLB page sizes for mmap
` [PATCH v6 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [PATCH v6 04/10] KVM: selftests: Print the errno besides error-string in TEST_ASSERT
` [PATCH v6 05/10] KVM: selftests: Make a generic helper to get vm guest mode strings
` [PATCH v6 06/10] KVM: selftests: Add a helper to get system configured THP page size
` [PATCH v6 07/10] KVM: selftests: Add a helper to get system default hugetlb "
` [PATCH v6 08/10] KVM: selftests: List all hugetlb src types specified with page sizes
` [PATCH v6 09/10] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [PATCH v6 10/10] KVM: selftests: Add a test for kvm page table code

[PATCH v4 0/3] cgroup: New misc cgroup controller
 2021-03-30  4:42 UTC  (4+ messages)
` [PATCH v4 1/3] cgroup: Add "
` [PATCH v4 2/3] cgroup: Miscellaneous cgroup documentation
` [PATCH v4 3/3] svm/sev: Register SEV and SEV-ES ASIDs to the misc controller

[Patch V2 00/13] Introduce dev-msi and interrupt message store
 2021-03-30  1:57 UTC  (6+ messages)
` [Patch V2 13/13] genirq/msi: Provide helpers to return Linux IRQ/dev_msi hw IRQ number

[PATCH] KVM: X86: Properly account for guest CPU time when considering context tracking
 2021-03-30  1:33 UTC  (3+ messages)

[PATCH 0/4 v5] nSVM: Test host RFLAGS.TF on VMRUN
 2021-03-30  0:16 UTC  (4+ messages)
` [PATCH 1/4 v5] KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_vmexit()

[PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers
 2021-03-29 23:10 UTC  (12+ messages)

[PATCH rc vfio] vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends
 2021-03-29 20:50 UTC  (2+ messages)

[PATCH v5 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-03-29 18:23 UTC  (2+ messages)

[syzbot] WARNING: still has locks held in io_sq_thread
 2021-03-29 18:00 UTC 

[RFC v3 0/5] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-03-29 16:17 UTC  (6+ messages)
` [RFC v3 3/5] KVM: implement wire protocol

[syzbot] WARNING: refcount bug in nfc_llcp_local_put
 2021-03-29 15:53 UTC 

[syzbot] KASAN: use-after-free Read in nfc_llcp_sock_unlink
 2021-03-29 15:43 UTC 

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-29 13:31 UTC  (5+ messages)
` [PATCH 1/3] mm: Add unsafe_follow_pfn
` [PATCH 3/3] mm: unexport follow_pfn


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).