public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-30 13:50:38 to 2024-10-31 19:21:40 UTC [more...]

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-10-31 19:21 UTC  (37+ 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 v2 09/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access
` [PATCH v2 10/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations
` [PATCH v2 11/25] KVM: TDX: Add placeholders for TDX VM/vCPU structures
` [PATCH v2 12/25] KVM: TDX: Define TDX architectural definitions
` [PATCH v2 13/25] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v2 14/25] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v2 15/25] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v2 16/25] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH v2 17/25] KVM: TDX: create/destroy VM structure
` [PATCH v2 18/25] KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check
` [PATCH v2 19/25] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v2 20/25] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v2 21/25] KVM: TDX: Don't offline the last cpu of one package when there's TDX guest
` [PATCH v2 22/25] KVM: TDX: create/free TDX vcpu structure
` [PATCH v2 23/25] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v2 24/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
` [PATCH v2 25/25] KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-31 19:05 UTC  (5+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes

[PATCH 0/2] KVM: x86/mmu: Micro-optimize TDP MMU cond_resched()
 2024-10-31 18:48 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
` [PATCH 2/2] KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WARN_ON

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-31 18:01 UTC  (17+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-10-31 17:43 UTC  (27+ 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 v3 0/7] virtio-mem: s390 support
 2024-10-31 17:30 UTC  (14+ 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] KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported
 2024-10-31 17:07 UTC  (3+ messages)

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-31 16:27 UTC  (11+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH] KVM: drop the kvm_has_noapic_vcpu optimization
 2024-10-31 16:24 UTC  (4+ messages)

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-10-31 16:06 UTC  (6+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[PATCH 0/2] Add support for the ERAPS feature
 2024-10-31 15:39 UTC  (3+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "
` [PATCH 2/2] x86: kvm: svm: add support for ERAPS and FLUSH_RAP_ON_VMRUN

[PATCH v1 1/1] s390/kvm: mask extra bits from program interrupt code
 2024-10-31 15:24 UTC  (5+ messages)

[PATCH] KVM: x86: Try to enable irr_pending state with disabled APICv
 2024-10-31 15:16 UTC  (4+ messages)

[RESEND PATCH v2 03/19] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
 2024-10-31 15:14 UTC 

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

[PATCH] KVM: SVM: Increase X2AVIC limit to 4096 vcpus
 2024-10-31 15:09 UTC  (3+ messages)

[PATCH vfio 0/7] Enhances the vfio-virtio driver to support live migration
 2024-10-31 15:04 UTC  (7+ messages)

[PATCH v2 00/19] hrtimers: Consolidate hrtimer initialization - Part 1
 2024-10-31 14:36 UTC  (2+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-10-31 14:19 UTC  (11+ 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 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

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-31 13:45 UTC  (6+ messages)
` [PATCH 01/13] PCI: Prepare removing "

[Call for Presentations] FOSDEM 2025: Virt & IaaS devroom
 2024-10-31 12:54 UTC 

[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
 2024-10-31 12:39 UTC  (4+ 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
` [kvm-unit-tests PATCH v2 3/3] lib/on-cpus: Fix on_cpumask

[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
 2024-10-31 12:33 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization

[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
 2024-10-31 11:17 UTC  (4+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load

[PATCH v6 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-31 10:44 UTC  (7+ messages)
` [PATCH 9/8] x86/virt/tdx: Add the global metadata code generation script

[PATCH 4/4] KVM: SVM: Delay legacy platform initialization on SNP
 2024-10-31  8:17 UTC  (2+ messages)

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-31  7:23 UTC  (14+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-10-31  6:21 UTC  (15+ messages)
` [PATCH v4 01/12] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v4 02/12] ACPICA: IORT: Update for revision E.f
` [PATCH v4 03/12] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v4 04/12] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v4 06/12] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v4 07/12] iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
` [PATCH v4 08/12] iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOC
` [PATCH v4 09/12] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH v4 10/12] iommu/arm-smmu-v3: Use S2FWB for NESTED domains
` [PATCH v4 11/12] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
` [PATCH v4 12/12] iommu/arm-smmu-v3: Support IOMMU_HWPT_INVALIDATE using a VIOMMU object

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-31  3:14 UTC  (3+ messages)
` [RFC PATCH v3 37/58] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary

[PATCH v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-31  3:04 UTC  (2+ messages)

[PATCH v4 0/4] Relax canonical checks on some arch msrs
 2024-10-31  0:45 UTC  (10+ messages)
` [PATCH v4 1/4] KVM: x86: drop x86.h include from cpuid.h
` [PATCH v4 2/4] KVM: x86: implement emul_is_noncanonical_address using is_noncanonical_address
` [PATCH v4 3/4] KVM: x86: model canonical checks more precisely

[PATCH v2 0/6] KVM: x86/mmu: Optimize TDP MMU huge page recovery during disable-dirty-log
 2024-10-31  0:04 UTC  (8+ messages)
` [PATCH v2 3/6] KVM: x86/mmu: Refactor TDP MMU iter need resched check
` [PATCH v2 4/6] KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-30 23:59 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

[PATCH v5 0/3] KVM: x86: tracepoint updates
 2024-10-30 21:21 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86: Fix and harden reg caching from !TASK context
 2024-10-30 21:13 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()
` [PATCH v4 3/4] KVM: x86: Add lockdep-guarded asserts on register cache usage
` [PATCH v4 4/4] KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2024-10-30 20:37 UTC  (8+ messages)

[PATCH 03/11] objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE
 2024-10-30 20:08 UTC  (3+ messages)

[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
 2024-10-30 18:53 UTC  (4+ messages)
` [PATCH v3 2/7] target/i386: Add RAS feature bits on EPYC CPU models

cgroup2 freezer and kvm_vm_worker_thread()
 2024-10-30 18:14 UTC  (5+ messages)

[PATCH 04/21] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
 2024-10-30 18:05 UTC  (2+ messages)

[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 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


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