public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-20 06:59:12 to 2023-10-22 01:22:23 UTC [more...]

[PATCH V1 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO admin commands
 2023-10-22  1:14 UTC  (2+ messages)

[PATCH v3 0/9] RISC-V SBI debug console extension support
 2023-10-21 16:46 UTC  (20+ messages)
` [PATCH v3 1/9] RISC-V: Add defines for SBI debug console extension
` [PATCH v3 2/9] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH v3 3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v3 4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH v3 5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
` [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v3 9/9] RISC-V: Enable SBI based earlycon support

[PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
 2023-10-21 16:38 UTC  (13+ messages)

[PATCH v5 00/18] IOMMUFD Dirty Tracking
 2023-10-21 16:23 UTC  (20+ messages)
` [PATCH v5 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v5 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v5 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v5 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v5 05/18] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v5 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v5 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v5 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v5 09/18] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v5 10/18] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v5 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v5 12/18] iommu/intel: Access/Dirty bit support for SL domains
` [PATCH v5 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v5 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
` [PATCH v5 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v5 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v5 17/18] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v5 18/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag

[PATCH v4 00/18] IOMMUFD Dirty Tracking
 2023-10-21 16:14 UTC  (48+ messages)
` [PATCH v4 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v4 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v4 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v4 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v4 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH v4 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v4 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v4 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v4 12/18] iommu/intel: Access/Dirty bit support for SL domains
` [PATCH v4 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v4 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH v4 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY

[PATCH] Add class property to configure KVM device node to use
 2023-10-21 13:40 UTC 

[PATCH v4 0/9] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-10-21  9:58 UTC  (8+ messages)
` [PATCH v4 6/9] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v4 8/9] KVM: selftests: Test Intel supported fixed counters bit mask

[PATCH] KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
 2023-10-21  9:10 UTC  (3+ messages)

[PATCH v6 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-10-21  3:29 UTC  (5+ messages)
` [PATCH v6 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v6 2/3] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v6 3/3] iommu/vt-d: Add iotlb flush for nested domain

[PATCH v6 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-21  3:24 UTC  (13+ messages)
` [PATCH v6 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v6 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v6 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v6 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v6 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v6 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v6 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v6 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v2] KVM: x86: Service NMI requests after PMI requests in VM-Enter path
 2023-10-21  2:36 UTC  (3+ messages)

[PATCH 0/6] Delay VERW
 2023-10-21  2:21 UTC  (17+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
  ` [RESEND][PATCH "
` [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH 3/6] x86/entry_32: "
` [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
` [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH v6 00/25] Enable CET Virtualization
 2023-10-21  0:39 UTC  (3+ messages)
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation

[RFC PATCH 0/8] Introduce CET supervisor xstate support
 2023-10-21  0:35 UTC  (4+ messages)
` [RFC PATCH 2/8] x86/fpu/xstate: Fix guest fpstate allocation size calculation

[PATCH v11 00/16] LAM and LASS KVM Enabling
 2023-10-21  0:34 UTC  (3+ messages)

[v2 PATCH] x86/kvm/mmu: Remove unnecessary ‘NULL’ values from sptep
 2023-10-20 22:56 UTC  (2+ messages)

[PATCH v2] KVM: x86: Ignore MSR_AMD64_TW_CFG access
 2023-10-20 22:56 UTC  (2+ messages)

[PATCH] KVM: x86: remove the unused assigned_dev_head from kvm_arch
 2023-10-20 22:56 UTC  (2+ messages)

[PATCH v2] x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]
 2023-10-20 22:56 UTC  (2+ messages)

[PATCH 1/1] KVM: x86: remove always-false condition in kvmclock_sync_fn
 2023-10-20 22:56 UTC  (2+ messages)

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-20 21:40 UTC  (14+ messages)
` [PATCH v8 01/13] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v8 02/13] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v8 03/13] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v8 04/13] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v8 05/13] KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v8 06/13] KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 08/13] tools: Import arm_pmuv3.h
` [PATCH v8 09/13] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v8 10/13] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [PATCH v8 12/13] KVM: selftests: aarch64: vPMU test for validating user accesses
` [PATCH v8 13/13] KVM: selftests: aarch64: vPMU test for immutability

[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-10-20 20:48 UTC 

[PATCH v3 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-20 19:16 UTC  (2+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-20 18:37 UTC  (13+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-20 17:47 UTC  (5+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[RFC PATCH 01/19] cpus: Add argument to qemu_get_cpu() to filter CPUs by QOM type
 2023-10-20 17:40 UTC  (6+ messages)
` [PATCH 09/19] cpus: Filter for target specific CPU (x86)
` [PATCH 19/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_X86_CPU)

[PULL 00/17] Migration 20231020 patches
 2023-10-20 16:07 UTC  (18+ messages)
` [PULL 02/17] migration: simplify blockers
` [PULL 03/17] migration: Fix parse_ramblock() on overwritten retvals
` [PULL 04/17] migration: simplify notifiers
` [PULL 05/17] migration/multifd: Stop checking p->quit in multifd_send_thread
` [PULL 06/17] tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
` [PULL 07/17] tests/qtest: Introduce qtest_init_with_env
` [PULL 08/17] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
` [PULL 09/17] tests/qtest: Introduce qtest_has_machine_with_env
` [PULL 10/17] tests/qtest: Introduce qtest_resolve_machine_alias
` [PULL 11/17] tests/qtest/migration: Introduce find_common_machine_version
` [PULL 12/17] tests/qtest/migration: Define a machine for all architectures
` [PULL 13/17] tests/qtest/migration: Specify the geometry of the bootsector
` [PULL 14/17] tests/qtest/migration: Set q35 as the default machine for x86_86
` [PULL 15/17] tests/qtest/migration: Support more than one QEMU binary
` [PULL 16/17] tests/qtest/migration: Allow user to specify a machine type
` [PULL 17/17] tests/qtest: Don't print messages from query instances

[PATCH vhost v4 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-20 16:01 UTC  (4+ messages)
` [PATCH vhost v4 12/16] vdpa/mlx5: Improve mr update flow

[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
 2023-10-20 14:49 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/10] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests PATCH 02/10] s390x: topology: Fix report message
` [kvm-unit-tests PATCH 03/10] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests PATCH 04/10] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH 05/10] s390x: topology: Make some report messages unique
` [kvm-unit-tests PATCH 06/10] s390x: topology: Refine stsi header test
` [kvm-unit-tests PATCH 07/10] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests PATCH 08/10] s390x: topology: Rewrite topology list test
` [kvm-unit-tests PATCH 09/10] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests PATCH 10/10] s390x: topology: Add complex topology test

[PATCH 1/1] selftests: KVM: add test to print boottime wallclock
 2023-10-20 15:22 UTC  (6+ messages)

[PATCH v17 0/2] add debugfs to migration driver
 2023-10-20  9:38 UTC  (6+ messages)
` [PATCH v17 1/2] vfio/migration: Add debugfs to live "

[PATCH v5 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-10-20  9:24 UTC  (7+ messages)
` [PATCH v5 1/6] iommu: Add cache_invalidate_user op
` [PATCH v5 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v5 3/6] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v5 4/6] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v5 5/6] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v5 6/6] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-20  9:21 UTC  (2+ messages)

[PATCH v5 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-20  9:19 UTC  (11+ messages)
` [PATCH v5 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v5 02/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v5 03/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v5 04/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v5 05/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v5 06/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v5 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v5 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v5 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v5 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
 2023-10-20  7:45 UTC  (2+ messages)

[PATCH] vsock: initialize the_virtio_vsock before using VQs
 2023-10-20  7:23 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox