kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-15 17:49:41 to 2023-03-16 22:21:58 UTC [more...]

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-16 22:21 UTC  (9+ messages)
` [PATCH v15 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v15 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v15 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v15 08/12] x86/smpboot: Remove initial_gs
` [PATCH v15 10/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v15 12/12] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH v10 00/16] TDX host kernel support
 2023-03-16 22:07 UTC  (20+ messages)
` [PATCH v10 01/16] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v10 02/16] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v10 03/16] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[RFC PATCH 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-03-16 21:56 UTC  (10+ messages)
` [RFC PATCH 1/8] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
` [RFC PATCH 2/8] vfio/pci: Remove negative check on unsigned vector
` [RFC PATCH 3/8] vfio/pci: Prepare for dynamic interrupt context storage
` [RFC PATCH 4/8] vfio/pci: Use xarray for "
` [RFC PATCH 5/8] vfio/pci: Remove interrupt context counter
` [RFC PATCH 6/8] vfio/pci: Move to single error path
` [RFC PATCH 7/8] vfio/pci: Support dynamic MSI-x
` [RFC PATCH 8/8] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-16 21:42 UTC  (15+ messages)
` [PATCH v13 003/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v13 005/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v13 006/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v13 057/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-16 21:27 UTC  (11+ messages)
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
      ` [offlist] "

[PATCH v2 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
 2023-03-16 21:25 UTC  (5+ messages)
` [PATCH v2 1/2] iommu/amd: Don't block updates to GATag if guest mode is on
` [PATCH v2 2/2] iommu/amd: Handle GALog overflows

[PATCH v3 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
 2023-03-16 21:13 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking

[PATCH] KVM: Add the missing stub function for kvm_dirty_ring_check_request()
 2023-03-16 20:02 UTC  (5+ messages)

[PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver
 2023-03-16 19:24 UTC  (6+ messages)
` [PATCH v7 2/4] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v7 3/4] block: add accounting for zone append operation

[syzbot] [kvm?] WARNING in kvm_arch_vcpu_ioctl_run (4)
 2023-03-16 19:36 UTC  (2+ messages)

WARNING in kvm_arch_vcpu_ioctl_run
 2023-03-16 19:17 UTC 

[GIT PULL] KVM fixes for Linux 6.3-rc3
 2023-03-16 18:38 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-16 17:45 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Disable interrupts while walking userspace PTs
` [PATCH v2 2/2] KVM: arm64: Check for kvm_vma_mte_allowed in the critical section

[PATCH RESEND net v4 0/4] several updates to virtio/vsock
 2023-03-16 17:30 UTC  (2+ messages)

[PATCH] x86/kvm: refine condition for checking vCPU preempted
 2023-03-16 17:00 UTC  (6+ messages)

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-16 16:50 UTC  (19+ messages)
` [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
` [PATCH v2 09/32] include/exec: fix kerneldoc definition
` [PATCH v2 10/32] tests/avocado: don't use tags to define drive
` [PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit
` [PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
` [PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
` [PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests
` [PATCH v2 23/32] iotests: always use a unique sub-directory per test
` [PATCH v2 26/32] contrib/gitdm: Add ASPEED Technology to the domain map
` [PATCH v2 27/32] contrib/gitdm: Add SYRMIA "
` [PATCH v2 28/32] contrib/gitdm: add Amazon "
` [PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map
` [PATCH v2 30/32] contrib/gitdm: add revng to domain map
` [PATCH v2 31/32] contrib/gitdm: add more individual contributors
` [PATCH v2 32/32] contrib/gitdm: add group map for AMD

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-16 16:07 UTC  (28+ messages)
` [PATCH v2 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v2 4/8] vringh: support VA with iotlb
` [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v2 8/8] vdpa_sim: add support for user VA

[PATCH 0/2] KVM: x86: Fix kvm/queue breakage on clang
 2023-03-16 14:26 UTC  (5+ messages)
` [PATCH 1/2] KVM: VMX: Drop unprotected-by-braces variable declaration in case-statement
` [PATCH 2/2] KVM: SVM: "

[PATCH] s390/vfio_ap: fix memory leak in vfio_ap device driver
 2023-03-16 13:35 UTC  (5+ messages)

[PATCH v7 00/22] Add vfio_device cdev for iommufd support
 2023-03-16 12:55 UTC  (23+ messages)
` [PATCH v7 01/22] vfio: Allocate per device file structure
` [PATCH v7 02/22] vfio: Refine vfio file kAPIs for KVM
` [PATCH v7 03/22] vfio: Remove vfio_file_is_group()
` [PATCH v7 04/22] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v7 05/22] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v7 06/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v7 07/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v7 08/22] vfio: Block device access via device fd until device is opened
` [PATCH v7 09/22] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v7 10/22] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v7 11/22] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v7 12/22] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v7 13/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v7 14/22] vfio: Record devid in vfio_device_file
` [PATCH v7 15/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v7 16/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v7 17/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v7 18/22] vfio: Add cdev for vfio_device
` [PATCH v7 19/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v7 20/22] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v7 21/22] vfio: Compile group optionally
` [PATCH v7 22/22] docs: vfio: Add vfio device cdev description

[PATCH 0/7] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-16 12:41 UTC  (8+ messages)
` [PATCH 1/7] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH 2/7] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH 3/7] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH 4/7] vfio/pci: Renaming for accepting device fd in hot reset path
` [PATCH 5/7] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH 6/7] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH 7/7] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl

[PATCH v2 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-16 12:15 UTC  (6+ messages)
` [PATCH v2 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v2 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v2 3/5] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v2 4/5] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v2 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCH 0/2] KVM: PPC: support kvm selftests
 2023-03-16 11:53 UTC  (4+ messages)
` [PATCH 1/2] KVM: PPC: Add kvm selftests support for powerpc
` [PATCH 2/2] KVM: PPC: Add basic framework tests for kvm selftests

[PATCH] KVM: x86/pmu: Fix emulation on counters' bit width
 2023-03-16 11:33 UTC 

[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-03-16  9:29 UTC  (17+ messages)
` [PATCH v2 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
    ` [Intel-gfx] "
` [PATCH v2 14/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH v2 19/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header
` [PATCH v2 20/27] KVM: x86/mmu: Use page-track notifiers iff there are external users

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-16  8:30 UTC  (6+ messages)
` [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 v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-16  7:39 UTC  (12+ messages)

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-16  6:01 UTC  (27+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()

[PATCH] kvm/x86: actually verify that reading MSR_IA32_UCODE_REV succeeds
 2023-03-16  5:51 UTC  (3+ messages)

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-16  5:38 UTC  (5+ messages)
` [PATCH v4 2/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage

[RFC PATCH part-1 0/5] pKVM on Intel Platform Introduction
 2023-03-16  8:50 UTC  (5+ messages)

[RFC PATCH 00/10] Additional selftests for restrictedmem
 2023-03-16  0:31 UTC  (11+ messages)
` [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests
` [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail
` [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host
` [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound
` [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution
` [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data
` [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem
` [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data
` [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd
` [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH] KVM: selftest: Add dependency rules in makefile for C source code
 2023-03-15 22:53 UTC  (2+ messages)

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-15 22:30 UTC  (12+ messages)
` [PATCH v3 2/6] KVM: VMX: Avoid retpoline call for control register caused exits
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
` [PATCH v3 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH v6 00/12] Implement Eager Page Splitting for ARM
 2023-03-15 21:00 UTC  (11+ messages)
` [PATCH v6 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v6 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()

[PATCH V5 0/2] selftests: KVM: Add a test for eager page splitting
 2023-03-15 20:49 UTC  (8+ messages)

[PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
 2023-03-15 19:57 UTC  (3+ messages)
` [PATCH v2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[PATCH 0/3] Some code refactor surround CR4.UMIP virtualization
 2023-03-15 17:50 UTC  (5+ messages)
` [PATCH 1/3] KVM: VMX: Rename vmx_umip_emulated() to cpu_has_vmx_desc()


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