kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 06:36:00 to 2023-07-18 17:01:47 UTC [more...]

[PATCH v15 00/26] Add vfio_device cdev for iommufd support
 2023-07-18 16:57 UTC  (30+ messages)
` [PATCH v15 01/26] vfio: Allocate per device file structure
` [PATCH v15 02/26] vfio: Refine vfio file kAPIs for KVM
` [PATCH v15 03/26] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v15 04/26] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v15 05/26] kvm/vfio: Accept vfio device file from userspace
` [PATCH v15 06/26] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v15 07/26] vfio: Block device access via device fd until device is opened
` [PATCH v15 08/26] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v15 09/26] vfio: Make vfio_df_open() single open for device cdev path
` [PATCH v15 10/26] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v15 11/26] vfio-iommufd: Split bind/attach into two steps
` [PATCH v15 12/26] vfio: Record devid in vfio_device_file
` [PATCH v15 13/26] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v15 14/26] iommufd/device: Add iommufd_access_detach() API
` [PATCH v15 15/26] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v15 16/26] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v15 17/26] vfio: Move device_del() before waiting for the last vfio_device registration refcount
` [PATCH v15 18/26] vfio: Add cdev for vfio_device
` [PATCH v15 19/26] vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
` [PATCH v15 20/26] iommufd: Add iommufd_ctx_from_fd()
` [PATCH v15 21/26] vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
` [PATCH v15 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v15 23/26] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v15 24/26] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v15 25/26] vfio: Compile vfio_group infrastructure optionally
` [PATCH v15 26/26] docs: vfio: Add vfio device cdev description

[PATCH 6.1 000/589] 6.1.39-rc3 review
 2023-07-18 16:55 UTC  (2+ messages)

[PATCH v10 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-07-18 16:54 UTC  (12+ messages)
` [PATCH v10 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v10 02/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v10 03/10] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v10 04/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v10 05/10] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v10 06/10] vfio: Mark cdev usage in vfio_device
` [PATCH v10 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v10 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v10 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
` [PATCH v10 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-18 16:45 UTC  (7+ messages)
` [PATCH v6 1/6] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/6] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v6 4/6] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 5/6] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 6/6] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-18 16:39 UTC  (28+ messages)
` [PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v6 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v6 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v6 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v6 10/11] KVM: arm64: Invalidate the table entries upon a range

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-18 16:31 UTC  (9+ messages)
` [PATCH v21 01/20] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-18 16:27 UTC  (7+ messages)
` [PATCH v6 1/5] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/5] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/5] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 4/5] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-18 16:00 UTC  (2+ messages)

[PATCH v6] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-07-18 15:56 UTC  (7+ messages)
` [PATCH 0/2] eventfd: simplify signal helpers

[ANNOUNCE] PUCK Agenda - 2023.07.19 - LPC MC format + guest_memfd
 2023-07-18 15:38 UTC 

[PATCH net-next v1 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-18 14:10 UTC  (8+ messages)
` [PATCH net-next v1 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v1 2/4] vsock/virtio: support to send "
` [PATCH net-next v1 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH] docs: move s390 under arch
 2023-07-18 13:58 UTC  (6+ messages)

[PATCH v2 0/8] LASS KVM virtualization support
 2023-07-18 13:18 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
` [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
` [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space

[PATCH 0/3] Fix 'Spurious APIC interrupt (vector 0xFF) on CPU#n' issue
 2023-07-18 13:35 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
` [PATCH 2/3] KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
` [PATCH 3/3] KVM: x86: check the kvm_cpu_get_interrupt result before using it

[GIT PULL 0/2] KVM: s390: pv: Two small fixes for 6.5
 2023-07-18 13:23 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: pv: simplify shutdown and fix race
` [GIT PULL 2/2] KVM: s390: pv: fix index value of replaced ASCE

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-07-18 12:26 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Rename the ASSERT_EQ macro
` [PATCH 4/4] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
 2023-07-18 11:14 UTC  (3+ messages)
` [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg

[PATCH v4 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-18 10:58 UTC  (3+ messages)
` [PATCH v4 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers

[PATCH 00/10] Unify TDCALL/SEAMCALL and TDVMCALL assembly
 2023-07-18 10:32 UTC  (7+ messages)
` [PATCH 08/10] x86/tdx: Unify TDX_HYPERCALL and TDX_MODULE_CALL assembly

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-07-18 10:29 UTC  (5+ messages)

[PATCH] KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
 2023-07-18 10:15 UTC 

[Bug 217379] New: Latency issues in irq_bypass_register_consumer
 2023-07-18  9:51 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-07-18  8:44 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-18  7:56 UTC  (5+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 2/4] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
` [PATCH 4/4] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()

[PATCH] KVM: x86: Fix error & warning in i8254.h
 2023-07-18  6:48 UTC  (2+ messages)

[PATCH] KVM: x86: Fix errors & warnings in irq_comm.c
 2023-07-18  6:46 UTC  (2+ messages)

[PATCH] KVM: x86:Fix warnings in debugfs.c
 2023-07-18  6:43 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.5, part #1
 2023-07-18  5:49 UTC 

[RFC PATCH] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
 2023-07-18  1:58 UTC 

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-07-18  1:18 UTC  (8+ messages)
` [PATCH v13 21/22] vfio: Compile vfio_group infrastructure optionally

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-07-17 18:35 UTC  (9+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-17 18:12 UTC  (20+ messages)
` [PATCH v8 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v8 02/19] iommufd: Add iommufd_group
` [PATCH v8 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v8 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v8 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v8 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v8 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v8 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v8 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v8 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v8 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v8 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v8 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v8 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v8 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v8 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v8 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v8 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v8 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v14 000/113] KVM TDX basic feature support
 2023-07-17 17:12 UTC  (4+ messages)
` [PATCH v14 072/113] KVM: TDX: handle vcpu migration over logical processor

[PATCH v11 vfio 0/7] pds-vfio-pci driver
 2023-07-17 16:55 UTC  (4+ messages)
` [PATCH v11 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH] KVM: SVM: correct the size of spec_ctrl field in VMCB save area
 2023-07-17 15:01 UTC  (3+ messages)

[PATCH 3/4] intel_idle: Add support for using intel_idle in a VM guest using just hlt
 2023-07-17 14:53 UTC  (5+ messages)

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-17 14:07 UTC  (3+ messages)
` [PATCH v3 4/9] "

[PATCH kvmtool v2 0/3] Align value generated by get_ram_size() to the host's page size
 2023-07-17 12:12 UTC  (4+ messages)
` [PATCH kvmtool v2 1/3] Factor out getting the host "
` [PATCH kvmtool v2 2/3] Factor out getting the number of physical memory host pages
` [PATCH kvmtool v2 3/3] Apply scaling down the calculated guest ram size to the number of pages

[PATCH kvmtool v1 0/2] Align value generated by get_ram_size() to the host's page size
 2023-07-17 11:35 UTC  (5+ messages)
` [PATCH kvmtool v1 1/2] Factor out getting the host "
` [PATCH kvmtool v1 2/2] Align the calculated guest ram size to the host's "

[RFC] Support for Arm CCA VMs on Linux
 2023-07-17  9:40 UTC  (5+ messages)

[PATCH v2] KVM: ppc64: Enable ring-based dirty memory tracking on ppc64: enable config options and implement relevant functions
 2023-07-17  8:06 UTC  (2+ messages)

[PATCH v3 00/21] Enable CET Virtualization
 2023-07-17  7:44 UTC  (7+ 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).