kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 22:45:29 to 2023-03-09 08:09:40 UTC [more...]

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-09  8:08 UTC  (2+ messages)
` [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace

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

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-09  7:53 UTC  (5+ 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 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 v4 00/18] NUMA aware page table allocation
 2023-03-09  5:18 UTC  (5+ messages)
` [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally

[PATCH v2 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-09  2:37 UTC  (4+ 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] KVM: VMX: Make setup_vmcs_config() preemption disabled
 2023-03-09  2:11 UTC  (7+ messages)

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

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-09  1:51 UTC  (11+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-09  1:38 UTC  (6+ 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] 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] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-03-08 19:20 UTC  (13+ messages)

[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] KVM: selftests: Add coverage of MTE system registers
 2023-03-08 17:12 UTC 

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-08 16:42 UTC  (5+ 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

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-08 16:18 UTC  (4+ messages)
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-08 15:54 UTC  (36+ messages)
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[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 v13 00/11] Parallel CPU bringup for x86_64
 2023-03-08 14:40 UTC  (16+ messages)
                ` [External] "

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-08 14:26 UTC  (6+ messages)
` [PATCH v4 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v4 2/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v4 3/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v4 4/5] iommufd/selftest: Add coverage for access->ioas replacement
` [PATCH v4 5/5] vfio: Support IO page table replacement

[PATCH v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-03-08 13:31 UTC  (3+ messages)

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-08 13:29 UTC  (25+ messages)
` [PATCH v6 01/24] vfio: Allocate per device file structure
` [PATCH v6 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v6 03/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v6 04/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v6 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v6 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v6 08/24] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [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 v6 14/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v6 15/24] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v6 16/24] vfio: Make vfio_device_first_open() to cover the noiommu mode in "
` [PATCH v6 17/24] vfio-iommufd: Make vfio_iommufd_bind() selectively return devid
` [PATCH v6 18/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v6 19/24] vfio-iommufd: Add detach_ioas support for emulated "
` [PATCH v6 20/24] vfio: Add cdev for vfio_device
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v6 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v6 23/24] vfio: Compile group optionally
` [PATCH v6 24/24] docs: vfio: Add vfio device cdev description

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-08 13:13 UTC  (6+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [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()

[RFC v3 00/18] vfio: Adopt iommufd
 2023-03-08 10:56 UTC  (4+ messages)
` [RFC v3 11/18] vfio/ccw: Use vfio_[attach/detach]_device

[PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
 2023-03-08 10:23 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Fix sometimes VCPU not woken up when Sstc enabled
 2023-03-08 10:04 UTC 

Prezentacja
 2023-03-08  9:01 UTC 

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

[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-03-08  7:50 UTC  (5+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-08  7:40 UTC  (3+ messages)

[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
 2023-03-08  6:36 UTC  (4+ messages)
` [PATCH 1/3] powerpc/kvm: Make kvmppc_get_last_inst() produce a ppc_inst_t
` [PATCH 2/3] powerpc/kvm: Fetch prefixed instructions from the guest
` [PATCH 3/3] powerpc/kvm: Enable prefixed instructions for HV KVM and disable for PR KVM

[RFC PATCH v4 0/7] pds vfio driver
 2023-03-08  5:24 UTC  (8+ messages)
` [RFC PATCH v4 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [RFC PATCH v4 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH v4 3/7] vfio/pds: register with the pds_core PF
` [RFC PATCH v4 4/7] vfio/pds: Add VFIO live migration support
` [RFC PATCH v4 5/7] vfio/pds: Add support for dirty page tracking
` [RFC PATCH v4 6/7] vfio/pds: Add support for firmware recovery
` [RFC PATCH v4 7/7] vfio/pds: Add Kconfig and documentation

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-08  4:44 UTC  (10+ messages)
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [REPOST PATCH 13/16] selftests: KVM: aarch64: Test chained events for PMU
` [REPOST PATCH 14/16] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

[RFC PATCH v2 0/4] virtio/vsock: fix credit update logic
 2023-03-07 23:53 UTC  (8+ messages)
` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff

[PATCH v3 0/9] Export platform features from ccp driver
 2023-03-07 23:42 UTC  (3+ messages)
` [PATCH v3 2/9] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-07 23:04 UTC  (5+ messages)

[PATCH] Check for IOMMU table validity in error handler
 2023-03-07 23:02 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).