messages from 2024-10-28 18:28:22 to 2024-10-30 19:01:02 UTC [more...]
[PATCH v2 00/25] TDX vCPU/VM creation
2024-10-30 19:00 UTC (9+ messages)
` [PATCH v2 01/25] x86/virt/tdx: Share the global metadata structure for KVM to use
` [PATCH v2 02/25] KVM: TDX: Get TDX global information
` [PATCH v2 03/25] x86/virt/tdx: Read essential global metadata for KVM
` [PATCH v2 04/25] x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID
` [PATCH v2 05/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
` [PATCH v2 06/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
` [PATCH v2 07/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation
` [PATCH v2 08/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-10-30 18:53 UTC (5+ messages)
` [PATCH v3 2/7] target/i386: Add RAS feature bits on EPYC CPU models
[PATCH v6 00/18] IOMMUFD Dirty Tracking
2024-10-30 18:41 UTC (11+ messages)
[PATCH] KVM: x86: Try to enable irr_pending state with disabled APICv
2024-10-30 18:31 UTC (2+ messages)
[PATCH v3 0/9] Initial support for SMMUv3 nested translation
2024-10-30 18:14 UTC (12+ messages)
` [PATCH v3 5/9] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v3 6/9] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v3 7/9] iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
` [PATCH v3 8/9] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
cgroup2 freezer and kvm_vm_worker_thread()
2024-10-30 18:14 UTC (7+ messages)
[PATCH 04/21] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
2024-10-30 18:05 UTC (4+ messages)
[PATCH v3 0/9] SEV Kernel Selftests
2024-10-30 17:57 UTC (9+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test
[PATCH v3 0/4] vfio-pci support pasid attach/detach
2024-10-30 17:51 UTC (13+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[PATCH v2] KVM: arm64: Get rid of userspace_irqchip_in_use
2024-10-30 17:17 UTC (8+ messages)
[PATCH v1 1/1] s390/kvm: initialize uninitialized flags variable
2024-10-30 17:04 UTC (2+ messages)
[PATCH v3 0/7] virtio-mem: s390 support
2024-10-30 16:49 UTC (17+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v3 4/7] virtio-mem: s390 support
` [PATCH v3 7/7] s390/sparsemem: provide memory_add_physaddr_to_nid() with CONFIG_NUMA
[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
2024-10-30 15:19 UTC (3+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-10-30 15:13 UTC (18+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 03/17] iommu: generalize the batched sync after map interface
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
` [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v1 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v1 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v1 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v1 17/17] vfio/mlx5: Convert vfio to use DMA link API
[PATCH v6 00/10] TDX host: metadata reading tweaks, bug fix and info dump
2024-10-30 14:48 UTC (26+ messages)
` [PATCH v6 02/10] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v6 03/10] x86/virt/tdx: Use auto-generated code to read global metadata
` [PATCH v6 04/10] x86/virt/tdx: Use dedicated struct members for PAMT entry sizes
` [PATCH v6 05/10] x86/virt/tdx: Add missing header file inclusion to local tdx.h
` [PATCH v6 06/10] x86/virt/tdx: Switch to use auto-generated global metadata reading code
` [PATCH v6 07/10] x86/virt/tdx: Trim away tail null CMRs
` [PATCH v6 08/10] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes
` [PATCH v6 10/10] x86/virt/tdx: Print TDX module version
[PATCH v2 0/7] virtio-mem: s390 support
2024-10-30 14:33 UTC (4+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
[PATCH v3 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
2024-10-30 14:28 UTC (6+ messages)
` [PATCH v3 1/2] KVM: x86/mmu: Track TDP MMU NX huge pages separately
` [PATCH v3 2/2] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
2024-10-30 13:49 UTC (7+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
` [RFC PATCH v3 4/6] kvm: gmem: add trace point for direct map state changes
` [RFC PATCH v3 5/6] kvm: document KVM_GMEM_NO_DIRECT_MAP flag
` [RFC PATCH v3 6/6] kvm: selftests: run gmem tests with KVM_GMEM_NO_DIRECT_MAP set
[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
2024-10-30 13:33 UTC (4+ messages)
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV
[PATCH 0/2] Introduce configuration for LRU cache of previous CR3s
2024-10-30 12:51 UTC (7+ messages)
` [PATCH 1/2] KVM: x86: expand the "
` [PATCH 2/2] KVM: x86: introduce cache configurations for "
[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
2024-10-30 11:56 UTC (2+ messages)
[PATCH v14 00/13] Add Secure TSC support for SNP guests
2024-10-30 11:55 UTC (24+ messages)
` [PATCH v14 01/13] x86/sev: Carve out and export SNP guest messaging init routines
` [PATCH v14 03/13] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v14 09/13] tsc: Use the GUEST_TSC_FREQ MSR for discovering TSC frequency
[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
2024-10-30 10:48 UTC (5+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization
[PATCH][next] KVM: s390: selftests: Fix spelling mistake "avaialable" -> "available"
2024-10-30 10:22 UTC
[RFC PATCH 00/39] 1G page support for guest_memfd
2024-10-30 9:01 UTC (3+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
2024-10-30 7:55 UTC (6+ messages)
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
[PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
2024-10-30 4:06 UTC (6+ messages)
` [PATCH v3 1/3] linux-headers: Add unistd_64.h
[PATCH 0/3] KVM: x86: Small changes to support VMware guests
2024-10-30 3:34 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Allow enabling of the vmware backdoor via a cap
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
` [PATCH 3/3] KVM: selftests: x86: Add a test for KVM_CAP_X86_VMWARE_HYPERCALL
[PATCH 00/21] TDX MMU Part 2
2024-10-30 3:03 UTC (3+ messages)
` [PATCH 14/21] KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
[RFC RESEND 0/6] hugetlbfs largepage RAS project
2024-10-30 1:56 UTC (11+ messages)
` [PATCH v1 0/4] hugetlbfs memory HW error fixes
` [PATCH v1 2/4] accel/kvm: Keep track of the HWPoisonPage page_size
` [PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages
[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
2024-10-29 23:05 UTC (3+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback
[PATCH vfio 0/7] Enhances the vfio-virtio driver to support live migration
2024-10-29 20:28 UTC (9+ messages)
[PATCH v4 0/9] Introduce SMP Cache Topology
2024-10-29 20:10 UTC (3+ messages)
` [PATCH v4 2/9] hw/core: Make CPU topology enumeration arch-agnostic
[PATCH] x86/kvm: Override default caching mode for SEV-SNP and TDX
2024-10-29 19:32 UTC (5+ messages)
` [PATCH] x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
[PATCH RFC 0/3] riscv: add Svukte extension
2024-10-29 19:30 UTC (5+ messages)
` [PATCH RFC 1/3] dt-bindings: riscv: Add Svukte entry
` [PATCH RFC 2/3] riscv: Add Svukte extension support
[PATCH 00/26] Address Space Isolation (ASI) 2024
2024-10-29 19:12 UTC (6+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible
[PATCH 1/4] kvm: svm: Fix gctx page leak on invalid inputs
2024-10-29 18:39 UTC (2+ messages)
` [PATCH 4/4] KVM: SVM: Delay legacy platform initialization on SNP
[PATCH v3 00/27] Enable FRED with KVM VMX
2024-10-29 17:40 UTC (7+ messages)
` [PATCH v3 25/27] KVM: nVMX: Add FRED VMCS fields
[RFC kvm-unit-tests PATCH] lib/report: Return pass/fail result from report
2024-10-29 16:58 UTC (4+ messages)
[PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
2024-10-29 16:48 UTC (3+ messages)
[PATCH v2 0/3] Support attaching PASID to the blocked_domain
2024-10-29 16:38 UTC (9+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid
[RFC 00/14] AMD: Add Secure AVIC Guest Support
2024-10-29 15:28 UTC (11+ messages)
[PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
2024-10-29 15:11 UTC (2+ messages)
[PATCH 0/6] KVM: Fix bugs in vCPUs xarray usage
2024-10-29 14:18 UTC (2+ messages)
[PATCH 0/2] KVM: kvm-coco-queue: Support protected TSC
2024-10-29 13:44 UTC (7+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2024-10-31
2024-10-29 13:13 UTC
[PATCH v2 1/1] RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation
2024-10-29 8:55 UTC
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-29 7:46 UTC (12+ messages)
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 09/18] docs: core-api: document the IOVA-based API
[PATCH v1: vfio: avoid unnecessary pin memory when dma map io address space 0/2]
2024-10-29 3:32 UTC (4+ messages)
Dear Respectable, I wait for your response to this my message
2024-10-29 1:54 UTC
[PATCH v2 0/3] KVM: x86/mmu: Repurpose MMU shrinker into page cache shrinker
2024-10-28 22:32 UTC (7+ messages)
` [PATCH v2 2/3] KVM: x86/mmu: Use MMU shrinker to shrink KVM MMU memory caches
[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
2024-10-28 20:45 UTC (3+ messages)
` [PATCH v3 09/14] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
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