messages from 2024-11-06 09:26:57 to 2024-11-07 10:03:02 UTC [more...]
[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
2024-11-07 10:02 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH v2 2/3] lib/on-cpus: Add barrier after func call
[PATCH v3 0/7] Support attaching PASID to the blocked_domain
2024-11-07 10:04 UTC (18+ messages)
` [PATCH v3 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid
` [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 0/3] KVM: arm64: Handle KVM_REQ_VM_DEAD in vgic_init test
2024-11-07 9:38 UTC (4+ messages)
` [PATCH 1/3] KVM: selftests: Introduce vm_dead()
` [PATCH 2/3] KVM: selftests: Introduce kvm_vm_dead_free
` [PATCH 3/3] KVM: selftests: Handle dead VM in vgic_init test
[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-07 9:39 UTC (17+ 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
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-07 8:54 UTC (3+ messages)
[PATCH v5 00/13] Make set_dev_pasid op supporting domain replacement
2024-11-07 8:41 UTC (25+ messages)
` [PATCH v5 01/13] iommu: Pass old domain to set_dev_pasid op
` [PATCH v5 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v5 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v5 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v5 05/13] iommu/vt-d: Consolidate the struct dev_pasid_info add/remove
` [PATCH v5 06/13] iommu/vt-d: Add iommu_domain_did() to get did
` [PATCH v5 07/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v5 08/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v5 09/13] iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacement
` [PATCH v5 10/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle "
` [PATCH v5 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v5 12/13] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v5 13/13] iommu: Make set_dev_pasid op support domain replacement
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-11-07 8:32 UTC (5+ messages)
[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
2024-11-07 7:57 UTC (10+ messages)
` [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
2024-11-07 6:08 UTC (15+ messages)
` [EXTERNAL] "
[PATCH] KVM: x86: Update irr_pending when setting APIC state with APICv disabled
2024-11-07 4:59 UTC (5+ messages)
[PATCH v3] KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts
2024-11-07 4:16 UTC (2+ messages)
[RFC 00/14] AMD: Add Secure AVIC Guest Support
2024-11-07 3:33 UTC (6+ messages)
` [RFC 03/14] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
[PATCH v4 00/12] Initial support for SMMUv3 nested translation
2024-11-07 2:35 UTC (9+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
[PATCH v10 00/27] Enable CET Virtualization
2024-11-07 2:05 UTC (8+ messages)
cgroup2 freezer and kvm_vm_worker_thread()
2024-11-06 23:22 UTC (7+ messages)
[PATCH] KVM: x86: Make the debugfs per VM optional
2024-11-06 22:52 UTC (3+ messages)
[PATCH v13 0/4] debugfs to hisilicon migration driver
2024-11-06 21:11 UTC (7+ 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
[PATCH v6 0/5] Correct perf sampling with Guest VMs
2024-11-06 20:51 UTC (10+ messages)
` [PATCH v6 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v6 5/5] perf: Correct perf sampling with guest VMs
[PATCH v8 00/11] Enable haltpoll on arm64
2024-11-06 20:31 UTC (21+ 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 0/3] KVM: VMX: Initialize TDX when loading KVM module
2024-11-06 20:06 UTC (11+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load
[RFC PATCH 00/13] Support iommu(fd) persistence for live update
2024-11-06 19:18 UTC (7+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
[PATCH v3 0/4] Some fixes about vgic-its
2024-11-06 18:41 UTC (10+ 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 4/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore
[PATCH net 0/4] virtio/vsock: Fix memory leaks
2024-11-06 17:51 UTC (5+ messages)
` [PATCH net 1/4] virtio/vsock: Fix accept_queue memory leak
` [PATCH net 2/4] virtio/vsock: Fix sk_error_queue "
` [PATCH net 3/4] virtio/vsock: Improve MSG_ZEROCOPY error handling
` [PATCH net 4/4] virtio/vsock: Put vsock_connected_sockets_vsk() to use
[PATCH 03/11] objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE
2024-11-06 17:42 UTC (4+ messages)
[RFC PATCH 0/1] KVM selftests runner for running more than just default
2024-11-06 17:06 UTC (4+ messages)
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
2024-11-06 17:04 UTC (2+ messages)
[PATCH] x86/bugs: Adjust SRSO mitigation to new features
2024-11-06 16:39 UTC (15+ messages)
[PATCH] x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
2024-11-06 16:13 UTC (7+ messages)
[GIT PULL] KVM: x86 and selftests fixes for 6.12-rcN
2024-11-06 16:04 UTC
[PATCH] KVM: SVM: Propagate error from snp_guest_req_init() to userspace
2024-11-06 16:02 UTC (2+ messages)
[PATCH v4 1/6] kvm: svm: Fix gctx page leak on invalid inputs
2024-11-06 15:47 UTC (7+ messages)
` [PATCH v4 6/6] KVM: SVM: Delay legacy platform initialization on SNP
[PATCH v3 0/2] KVM: x86: Check hypercall's exit to userspace generically
2024-11-06 15:30 UTC (15+ messages)
` [PATCH v3 1/2] "
[PATCH] vdpa/mlx5: Fix error path during device add
2024-11-06 15:29 UTC (2+ messages)
[PATCH] KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB
2024-11-06 14:29 UTC (2+ messages)
[PATCH v6 00/60] QEMU TDX support
2024-11-06 14:28 UTC (9+ messages)
` [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 v5 00/11] i386: miscellaneous cleanup
2024-11-06 12:22 UTC (3+ messages)
` [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
[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 v4 00/13] Make set_dev_pasid op supporting domain replacement
2024-11-06 11:08 UTC (32+ messages)
` [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 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)
[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)
[kvm-unit-tests PATCH] riscv: sbi: Prepare for assembly entry points
2024-11-06 9:40 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox