kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 14:26:43 to 2023-03-10 08:09:31 UTC [more...]

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-10  8:08 UTC  (15+ messages)
` [PATCH v6 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v6 09/24] vfio/pci: Only need to check opened devices in the dev_set for hot reset
` [PATCH v6 10/24] vfio/pci: Rename the helpers and data in hot reset path to accept device fd
` [PATCH v6 11/24] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 13/24] vfio/iommufd: Split the compat_ioas attach out from vfio_iommufd_bind()

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-10  8:06 UTC  (9+ messages)
` [PATCH v2 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v2 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v2 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO
` [PATCH v2 4/4] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_HW_INFO ioctl

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-10  7:45 UTC  (25+ messages)
` [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 02/12] iommu: Add nested domain support
` [PATCH 03/12] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH 05/12] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH 06/12] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH 07/12] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH 08/12] iommufd/device: Report supported hwpt_types
` [PATCH 09/12] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH 10/12] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data
` [PATCH 11/12] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH 12/12] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-10  5:49 UTC  (13+ messages)
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-10  2:38 UTC  (7+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-10  2:28 UTC  (16+ messages)
` [REPOST PATCH 06/16] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [REPOST PATCH 07/16] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [REPOST PATCH 08/16] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [REPOST PATCH 09/16] selftests: KVM: aarch64: Add KVM PMU event filter test
` [REPOST PATCH 11/16] selftests: KVM: aarch64: Add vCPU migration test for PMU

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-10  2:15 UTC  (9+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 3/5] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v1 4/5] Samples/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v1 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

Bug: Intel Arc A-Series GPUs VFIO pass through no video out
 2023-03-10  1:17 UTC  (2+ messages)

[Patch v4 00/18] NUMA aware page table allocation
 2023-03-10  1:09 UTC  (25+ messages)
` [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally
` [Patch v4 05/18] KVM: x86/mmu: Add split_shadow_page_cache pages to global count of MMU cache pages
` [Patch v4 06/18] KVM: x86/mmu: Shrink split_shadow_page_cache via MMU shrinker
` [Patch v4 07/18] KVM: x86/mmu: Unconditionally count allocations from MMU page caches

[RFC PATCH v3 0/4] several updates to virtio/vsock
 2023-03-09 20:34 UTC  (13+ messages)
` [RFC PATCH v3 1/4] virtio/vsock: don't use skbuff state to account credit
` [RFC PATCH v3 2/4] virtio/vsock: remove redundant 'skb_pull()' call
` [RFC PATCH v3 3/4] virtio/vsock: don't drop skbuff on copy failure
` [RFC PATCH v3 4/4] test/vsock: copy to user failure test

[RFC PATCH v4 0/4] several updates to virtio/vsock
 2023-03-09 20:29 UTC  (5+ messages)
` [RFC PATCH v4 1/4] virtio/vsock: don't use skbuff state to account credit
` [RFC PATCH v4 2/4] virtio/vsock: remove redundant 'skb_pull()' call
` [RFC PATCH v4 3/4] virtio/vsock: don't drop skbuff on copy failure
` [RFC PATCH v4 4/4] test/vsock: copy to user failure test

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-09 19:28 UTC  (5+ messages)

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-09 18:25 UTC  (12+ messages)

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-03-09 17:58 UTC  (14+ messages)

[PATCH v2 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-09 17:40 UTC  (7+ messages)
` [PATCH v2 1/2] Documentation/process: Add a label for the tip tree handbook's coding style
` [PATCH v2 2/2] Documentation/process: Add a maintainer handbook for KVM x86

[PATCH v2 02/17] iommufd: Add iommufd_group
 2023-03-09 15:51 UTC  (3+ messages)

payment for renewal insurance policy 8 Mar 2023
 2023-03-09  5:32 UTC 

[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
 2023-03-09 13:00 UTC  (3+ messages)
` [PATCH 3/3] powerpc/kvm: Enable prefixed instructions for HV KVM and disable for PR KVM

[PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
 2023-03-09 12:53 UTC  (3+ messages)

[PATCH v17 00/12] s390x: CPU Topology
 2023-03-09 12:15 UTC  (13+ messages)
` [PATCH v17 01/12] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v17 02/12] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v17 03/12] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v17 04/12] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v17 05/12] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v17 06/12] s390x/cpu topology: interception of PTF instruction
` [PATCH v17 07/12] target/s390x/cpu topology: activate CPU topology
` [PATCH v17 08/12] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v17 09/12] machine: adding s390 topology to query-cpu-fast
` [PATCH v17 10/12] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v17 11/12] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v17 12/12] docs/s390x/cpu topology: document s390x cpu topology

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-09 11:48 UTC  (6+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path

[PATCH] KVM: selftests: Add coverage of MTE system registers
 2023-03-09  9:07 UTC  (2+ messages)

[PATCH v12 000/106] KVM TDX basic feature support
 2023-03-09  9:03 UTC  (3+ messages)
` [PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-09  9:01 UTC  (3+ messages)

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-09  8:29 UTC  (12+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[PATCH v2 0/5] Add Intel VT-d nested translation
 2023-03-09  8:22 UTC  (6+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d
` [PATCH v2 2/5] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH v2 3/5] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v2 4/5] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v2 5/5] iommu/vt-d: Add nested domain support

[PATCH vfio] vfio/mlx5: Fix the report of dirty_bytes upon pre-copy
 2023-03-09  8:08 UTC  (3+ messages)

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-03-09  7:11 UTC  (3+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}

[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
 2023-03-09  2:11 UTC  (7+ messages)

[PATCH v2 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
 2023-03-09  2:05 UTC  (5+ messages)

[PATCH v2 05/17] iommufd: Keep track of each device's reserved regions instead of groups
 2023-03-09  1:43 UTC  (4+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-09  1:38 UTC  (5+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v10 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH v2 15/17] iommufd: Add IOMMU_HWPT_ALLOC
 2023-03-09  1:21 UTC  (2+ messages)

[PATCH v2 12/17] iommufd: Add iommufd_device_replace()
 2023-03-09  1:14 UTC  (2+ messages)

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-08 23:26 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/7] Some cleanup patches
 2023-03-08 21:46 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 5/7] s390x: use preprocessor for linker script generation
` [kvm-unit-tests PATCH v3 6/7] s390x: define a macro for the stack frame size

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-03-08 20:11 UTC  (3+ messages)

[PATCH] KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4()
 2023-03-08 20:02 UTC  (2+ messages)

[PATCH] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
 2023-03-08 19:51 UTC  (2+ messages)

[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
 2023-03-08 19:46 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-08 19:00 UTC  (13+ messages)
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group

[PATCH v14 00/12] Parallel CPU bringup for x86_64
 2023-03-08 17:13 UTC  (13+ messages)
` [PATCH v14 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v14 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v14 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v14 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v14 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v14 06/12] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v14 07/12] x86/smpboot: Remove early_gdt_descr "
` [PATCH v14 08/12] x86/smpboot: Remove initial_gs
` [PATCH v14 09/12] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v14 10/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v14 11/12] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v14 12/12] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH v16 00/11] s390x: CPU Topology
 2023-03-08 15:24 UTC  (4+ messages)
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-08 15:08 UTC  (11+ messages)

[PATCH v2 04/17] iommu: Export iommu_get_resv_regions()
 2023-03-08 14:54 UTC  (3+ messages)

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-08 14:40 UTC  (10+ messages)

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-08 14:26 UTC  (4+ messages)
` [PATCH v4 2/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v4 4/5] iommufd/selftest: Add coverage for access->ioas replacement
` [PATCH v4 5/5] vfio: Support IO page table replacement


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