kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-05 17:25:26 to 2024-11-06 14:29:09 UTC [more...]

[PATCH v4 1/6] kvm: svm: Fix gctx page leak on invalid inputs
 2024-11-06 14:29 UTC  (2+ messages)

[PATCH v6 00/60] QEMU TDX support
 2024-11-06 14:28 UTC  (16+ messages)
` [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v6 13/60] i386/tdx: Validate TD attributes
` [PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs

[PATCH v2] KVM: x86: Unconditionally set irr_pending when updating APICv state
 2024-11-06 14:22 UTC  (3+ messages)

[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
 2024-11-06 14:19 UTC  (9+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load

[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
 2024-11-06 13:59 UTC  (11+ messages)
` [PATCH V1 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V1 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V1 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured

[PATCH] KVM: x86: Update irr_pending when setting APIC state with APICv disabled
 2024-11-06 13:54 UTC  (4+ messages)

[PATCH v3 0/4] Some fixes about vgic-its
 2024-11-06 13:26 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v3 2/4] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
` [PATCH v3 3/4] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
` [PATCH v3 4/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore

[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
 2024-11-06 12:38 UTC  (11+ messages)
  ` [EXTERNAL] "

[PATCH v5 00/11] i386: miscellaneous cleanup
 2024-11-06 12:22 UTC  (13+ messages)
` [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
` [PATCH v5 02/11] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH v5 03/11] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH v5 04/11] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
` [PATCH v5 05/11] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH v5 06/11] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH v5 07/11] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
` [PATCH v5 08/11] target/i386/kvm: Clean up return values of MSR filter related functions
` [PATCH v5 09/11] target/i386/kvm: Return -1 when kvm_msr_energy_thread_init() fails
` [PATCH v5 10/11] target/i386/kvm: Clean up error handling in kvm_arch_init()
` [PATCH v5 11/11] target/i386/kvm: Replace ARRAY_SIZE(msr_handlers) with KVM_MSR_FILTER_MAX_RANGES

[kvm-unit-tests PATCH 0/3] riscv: sbi: Add SUSP tests
 2024-11-06 12:23 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/3] riscv: sbi: Clean up env checking

[kvm-unit-tests PATCH v2 0/3] riscv: sbi: Add IPI tests
 2024-11-06 12:22 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] riscv: Add sbi_send_ipi_broadcast
` [kvm-unit-tests PATCH v2 2/3] riscv: sbi: Add IPI extension tests
` [kvm-unit-tests PATCH v2 3/3] riscv: sbi: Add two in hart_mask IPI test

[PATCH v2 00/17] Provide a new two step DMA mapping API
 2024-11-06 13:49 UTC  (18+ messages)
` [PATCH v2 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v2 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v2 03/17] iommu: generalize the batched sync after map interface
` [PATCH v2 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v2 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v2 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v2 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v2 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v2 09/17] docs: core-api: document the IOVA-based API
` [PATCH v2 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v2 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v2 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v2 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v2 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v2 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v2 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v2 17/17] vfio/mlx5: Enable the DMA link API

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-11-06 11:43 UTC  (16+ messages)
  ` [PATCH 1/5] asm-generic: add smp_vcond_load_relaxed()
  ` [PATCH 2/5] arm64: add __READ_ONCE_EX()
  ` [PATCH 3/5] arm64: refactor delay() to enable polling for value
  ` [PATCH 4/5] arm64: add smp_vcond_load_relaxed()
  ` [PATCH 5/5] cpuidle: implement poll_idle() using smp_vcond_load_relaxed()

[PATCH v4 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-06 11:08 UTC  (50+ messages)
` [PATCH v4 01/13] iommu: Pass old domain to set_dev_pasid op
` [PATCH v4 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v4 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v4 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v4 05/13] iommu/vt-d: Prepare intel_iommu_set_dev_pasid() handle replacement
` [PATCH v4 06/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v4 07/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v4 08/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle domain replacement
` [PATCH v4 09/13] iommu/vt-d: Consolidate the dev_pasid code in intel_svm_set_dev_pasid()
` [PATCH v4 10/13] iommu/vt-d: Fail SVA domain replacement
` [PATCH v4 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain

[PATCH v6 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-11-06 11:00 UTC  (2+ messages)

[PATCH v3 0/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-11-06 10:11 UTC  (14+ messages)
` [PATCH v3 1/2] "

[PATCH v13 0/4] debugfs to hisilicon migration driver
 2024-11-06 10:03 UTC  (5+ messages)
` [PATCH v13 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v13 2/4] hisi_acc_vfio_pci: create subfunction for data reading
` [PATCH v13 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v13 4/4] Documentation: add debugfs description for hisi migration

[PATCHSET v3] struct fd and memory safety
 2024-11-06 10:03 UTC  (5+ messages)
` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)

[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
 2024-11-06  9:58 UTC  (5+ messages)
` [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset

[kvm-unit-tests PATCH] riscv: sbi: Prepare for assembly entry points
 2024-11-06  9:40 UTC 

[PATCH v3 0/7] Support attaching PASID to the blocked_domain
 2024-11-06  9:39 UTC  (9+ messages)
` [PATCH v3 2/7] iommu: Consolidate the ops->remove_dev_pasid usage into a helper
` [PATCH v3 3/7] iommu: Detaching pasid by attaching to the blocked_domain
` [PATCH v3 6/7] iommu/amd: Make the blocked domain support PASID
` [PATCH v3 7/7] iommu: Remove the remove_dev_pasid op

[PATCH v12 0/4] debugfs to hisilicon migration driver
 2024-11-06  9:19 UTC  (5+ messages)
` [PATCH v12 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH v2] vhost/vsock: specify module version
 2024-11-06  9:07 UTC  (7+ messages)

[PATCH] vhost/net: Set num_buffers for virtio 1.0
 2024-11-06  8:54 UTC  (2+ messages)

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-11-06  8:52 UTC  (8+ messages)
` [PATCH v5 01/12] iommu: Introduce a replace API for device pasid

[kvm-unit-tests PATCH v5 0/5] riscv: sbi: Add support to test HSM extension
 2024-11-06  8:44 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] riscv: sbi: Improve spec version test
 2024-11-06  8:39 UTC 

[kvm-unit-tests PATCH 0/2] riscv: sbi: Improve DBCN and BASE
 2024-11-06  8:34 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/2] riscv: sbi: Improve spec version test

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2024-11-06  8:22 UTC  (18+ messages)
` [PATCH v8 01/11] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v8 05/11] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v8 06/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v8 07/11] KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lock
` [PATCH v8 08/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH v8 09/11] KVM: x86/mmu: Add support for lockless walks of rmap SPTEs
` [PATCH v8 10/11] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns
` [PATCH v8 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
 2024-11-06  8:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/3] lib/on-cpus: Add barrier after func call

[RFC kvm-unit-tests PATCH] lib/report: Return pass/fail result from report
 2024-11-06  8:13 UTC  (2+ messages)

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-06  5:39 UTC  (5+ messages)
` [PATCH v4 09/12] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH] KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB
 2024-11-06  3:40 UTC 

[PATCH] vdpa/mlx5: Fix error path during device add
 2024-11-06  3:30 UTC  (2+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-11-06  3:20 UTC  (6+ messages)

[PATCH v5 0/9] Introduce SMP Cache Topology
 2024-11-06  2:40 UTC  (3+ messages)

[PATCH 0/2] Introduce configuration for LRU cache of previous CR3s
 2024-11-06  1:42 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86: introduce cache configurations for "

[syzbot] [mm?] BUG: Bad page state in kvm_coalesced_mmio_init
 2024-11-06  1:08 UTC  (2+ messages)

[PATCH v1 0/4] Fix a bug in VGIC ITS tables' save/restore
 2024-11-05 21:58 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore
` [PATCH v1 2/4] KVM: arm64: vgic-its: Add a dummy DTE/ITE if necessary in ITS tables save operation
` [PATCH v1 3/4] KVM: arm64: vgic-its: Return device/event id instead of offset in ITS tables restore
` [PATCH v1 4/4] KVM: arm64: vgic-its: Utilize the dummy entry in ITS tables restoring

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-11-05 21:40 UTC  (9+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible

[PATCH v6 0/5] Correct perf sampling with Guest VMs
 2024-11-05 19:56 UTC  (6+ messages)
` [PATCH v6 1/5] arm: perf: Drop unused functions
` [PATCH v6 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v6 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v6 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v6 5/5] perf: Correct perf sampling with guest VMs

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-05 19:53 UTC  (5+ messages)

[PATCH] x86/bugs: Adjust SRSO mitigation to new features
 2024-11-05 19:24 UTC  (7+ messages)

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-05 18:55 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 1/1] s390x: pv: Add test for large host pages backing
 2024-11-05 17:45 UTC 

[Bug 219112] New: Machine will not wake from suspend if KVM VM is running
 2024-11-05 17:44 UTC  (2+ messages)
` [Bug 219112] "

[PATCH v3 0/1] Remove KVM MMU shrinker
 2024-11-05 17:24 UTC  (3+ 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).