kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-16 21:44:28 to 2026-09-17 16:54:08 UTC [more...]

[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-17 16:54 UTC  (42+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v3 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v3 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v3 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v3 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v3 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v3 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v3 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v3 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v3 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v3 27/40] mm: remove hugetlb_inline.h
` [PATCH v3 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v3 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v3 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v3 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v3 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v3 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v3 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v3 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v3 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v3 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v3 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v3 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v3 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v18 00/23] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-17 16:48 UTC  (19+ messages)
` [PATCH v18 05/23] KVM: arm64: Track the type of VM in kvm_arch
` [PATCH v18 11/23] KVM: arm64: Use kvm_vm_is_unprotected() for !kvm_vm_is_protected()
` [PATCH v18 12/23] KVM: arm64: Widen the scope of "protected" VMs
` [PATCH v18 13/23] KVM: arm64: Add a helper for VMs running on hyp that don't trust the host
` [PATCH v18 18/23] KVM: arm64: CCA: Mandate VGIC_V3 for Realms
` [PATCH v18 20/23] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests

[PATCH v6 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-09-17 16:38 UTC  (12+ messages)
` [PATCH v6 1/4] s390/pci: Hold fmb_lock when enabling or disabling PCI devices
` [PATCH v6 2/4] s390/pci: Reuse FMB buffer and preserve state in device re-enablement
` [PATCH v6 3/4] s390/pci: Fence FMB enable/disable via debugfs for passthrough devices

[PATCH v16 0/5] Add RMPOPT support
 2026-09-17 16:31 UTC  (14+ messages)
` [PATCH v16 1/5] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v16 2/5] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v16 3/5] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v16 4/5] x86/sev: Perform RMP optimizations asynchronously
` [PATCH v16 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown

[PATCH] KVM: Simplify backwards dirty ring batch check
 2026-09-17 16:13 UTC  (6+ messages)

[PATCH kvmtool 0/7] Fix --vcpu-affinity
 2026-09-17 15:49 UTC  (8+ messages)
` [PATCH kvmtool 1/7] arm64: Pass the number of elements as the first argument to calloc()
` [PATCH kvmtool 2/7] arm64: Consistently treat vcpu_affinity_cpuset as dynamically allocated
` [PATCH kvmtool 3/7] arm64: Free the temporary cpumask in vcpu_affinity_parser()
` [PATCH kvmtool 4/7] arm64/pmu: Consider kvmtool's affinity when searching for a PMU
` [PATCH kvmtool 5/7] Correctly apply --vcpu-affinity to the VCPU threads
` [RFC PATCH kvmtool 6/7] Introduce kvm_create_thread()
` [RFC PATCH kvmtool 7/7] Don't apply --vcpu-affinity to threads spawned from VCPUs

[PATCH v6 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-09-17 15:39 UTC  (5+ messages)

[PATCH v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-17 15:15 UTC  (8+ messages)
` [PATCH v6 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route

[PATCH 0/3] Introduce Enhanced SMT Protection for SEV-SNP
 2026-09-17 15:07 UTC  (12+ messages)
` [PATCH 1/3] KVM: SVM: Re-queue events that were never injected
` [PATCH 2/3] KVM: SVM: Add host support for Enhanced SMT Protection
` [PATCH 3/3] x86/sev: Add guest "

[PATCH v2 0/8] KVM: SVM: Support direct setting of VMSA for SEV-SNP guests
 2026-09-17 14:59 UTC  (6+ messages)
` [PATCH v2 6/8] KVM: SEV: Add SNP vCPU state get and set commands

[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
 2026-09-17 14:50 UTC  (17+ messages)
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU "

[PATCH v6 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-09-17 14:30 UTC  (5+ messages)
` [PATCH v6 8/8] KVM: selftests: Add nested SVM DecodeAssists test

[RFC PATCH v6 00/11] iommufd: Infrastructure for vIOMMU creation for confidential guests and guest TSM requests
 2026-09-17 14:17 UTC  (13+ messages)
` [RFC PATCH v6 01/11] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [RFC PATCH v6 02/11] vfio: cdev: Reject duplicate bind before updating KVM file
` [RFC PATCH v6 03/11] iommufd/device: Associate KVM file pointer with iommufd_device
` [RFC PATCH v6 04/11] iommufd/viommu: Keep a reference to the KVM file
` [RFC PATCH v6 05/11] iommu: Add a helper to validate a vIOMMU parent
` [RFC PATCH v6 06/11] iommu: Add a helper to query vIOMMU hardware parameters
` [RFC PATCH v6 07/11] coco: tsm: Expose active-user lifetime references
` [RFC PATCH v6 08/11] iommufd: Add vIOMMU provider support
` [RFC PATCH v6 09/11] iommufd: Add the vdevice TSM request ioctl
` [RFC PATCH v6 10/11] PCI/TSM: Remove the legacy guest request interface
` [RFC PATCH v6 11/11] PCI/TSM: Add reference-counted contexts for vdevice providers

[PATCH v1 0/2] x86/vmware: Share steal-time storage in encrypted guests
 2026-09-17 14:11 UTC  (4+ messages)

TDG quote analysis
 2026-09-17 13:37 UTC  (9+ messages)

[PATCH] RISC-V: KVM: Fix IPI delivery for out-of-order vcpu_id
 2026-09-17 12:20 UTC 

[PATCH] RISC-V: KVM: Replace imsic switch-case macros with range checks
 2026-09-17 12:14 UTC 

[PATCH v1 1/1] KVM: s390: Fix UCONTROL inconsistencies
 2026-09-17 12:02 UTC  (2+ messages)

[PATCH 0/3] KVM: selftests: access_tracking_perf_test fixes and cleanups
 2026-09-17 11:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: Fix access_tracking_perf_test for larger host page size
` [PATCH 2/3] KVM: selftests: Add missing newline to access_tracking_perf_test help
` [PATCH 3/3] KVM: selftests: Remove destroy_cgroup() from access_tracking_perf_test

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-17 11:41 UTC  (9+ messages)
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-17 11:40 UTC  (5+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get

[PATCH v2] x86/tdx: Harden exports
 2026-09-17 11:07 UTC 

[PATCH v18] arm64: mm: Handle Granule Protection Faults (GPFs)
 2026-09-17 10:36 UTC  (5+ messages)

[PATCH v3] virt: tdx-guest: Use read_poll_timeout() to shorten get-quote polling interval
 2026-09-17 10:32 UTC  (2+ messages)

[PATCH] s390/uv: Rework page allocation for guest variable storage area
 2026-09-17 10:26 UTC  (2+ messages)

[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-09-17 10:23 UTC  (4+ messages)

[PATCH] KVM: x86: remove "full" out-argument from flush_tlb_gva
 2026-09-17 10:03 UTC 

Network issues with FreeBSD VM
 2026-09-17  9:49 UTC 

[PATCH v4 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-17  9:23 UTC  (4+ messages)
` [PATCH v4 4/4] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH v1 0/4] KVM: arm64: Honour KVM_VM_TYPE_ARM_IPA_SIZE under pKVM
 2026-09-17  9:18 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Move the IPA limit rule into kvm_get_ipa_max()
` [PATCH v1 2/4] KVM: arm64: Check PGD alignment when creating a pVM
` [PATCH v1 3/4] KVM: arm64: Honour the requested IPA size under pKVM
` [PATCH v1 4/4] KVM: arm64: selftests: Free the VM when the GIC device probe fails

[PATCH v14 00/22] TDX KVM selftests
 2026-09-17  9:16 UTC  (9+ messages)
` [PATCH v14 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus

[PATCH v2] virt: tdx-guest: Use read_poll_timeout() to shorten get-quote polling interval
 2026-09-17  9:06 UTC  (2+ messages)

[PATCH v5 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-09-17  8:48 UTC  (9+ messages)
` [PATCH v5 06/27] vfio/pci: Detect CXL devices and load the CXL provider on demand
` [PATCH v5 21/27] vfio/cxl: Exclude the HDM decoder registers from direct BAR access
` [PATCH v5 24/27] vfio/cxl: Export the HDM memory region as a dma-buf
` [PATCH v5 25/27] vfio/cxl: Run the CXL reset at the vfio reset points

[PATCH v2] vfio: Use file-based reference counting for KVM
 2026-09-17  8:45 UTC  (4+ messages)

[syzbot] [kvm?] BUG: sleeping function called from invalid context in kvm_mmu_notifier_invalidate_range_start
 2026-09-17  8:25 UTC  (7+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Free the queue pages in error path
 2026-09-17  7:28 UTC 

[PATCH v4 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-17  7:25 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM
` [PATCH v4 2/4] KVM: TDX: Report CORE_CAPABILITIES as configurable
` [PATCH v4 3/4] KVM: TDX: Filter configurable CPUID bits
` [PATCH v4 4/4] KVM: TDX: Validate userspace CPUID input for KVM_TDX_INIT_VM

[PATCH] perf/x86/amd: Reject AMD Merge event as a countable event
 2026-09-17  6:44 UTC  (4+ messages)

[RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD
 2026-09-17  6:42 UTC  (13+ messages)

[PATCH v3 0/3] hisi_acc_vfio_pci: fix three driver issues
 2026-09-17  6:13 UTC  (7+ messages)
` [PATCH v3 1/3] hisi_acc_vfio_pci: fix live migration enable conditions for PF passthrough
` [PATCH v3 3/3] hisi_acc_vfio_pci: reject live migration on 64KB page with QM_HW_V3 hardware

[PATCH] KVM: PPC: Book3S HV: Free the queue pages in error path
 2026-09-17  5:34 UTC  (3+ messages)

[RFC PATCH kernel 00/17] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-09-17  2:28 UTC  (4+ messages)
` [RFC PATCH kernel 01/17] pci/dma/tsm: Call disable DMA bus hook on cleanup

[PATCH v3 0/3] KVM: VMX: Explicitly track TDX VMs' root level
 2026-09-17  0:12 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Use KVM's max TDP level to determine need for 32-bit TDP root

[PATCH v6 00/10] mlx5 support for VFIO self test
 2026-09-16 23:49 UTC  (11+ messages)
` [PATCH v6 01/10] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v6 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
` [PATCH v6 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
` [PATCH v6 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v6 05/10] selftests: Add additional kernel functions to tools/include/
` [PATCH v6 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v6 07/10] vfio: selftests: Add dev_dbg
` [PATCH v6 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v6 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v6 10/10] vfio: selftests: mlx5 driver - add send_msi support

[PATCH v16 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-16 23:45 UTC  (4+ messages)
` [PATCH v16 02/13] KVM: x86: Prevent host DR7 debug register leak into guest OS on NMI

[PATCH net v2 5/5] vsock: Handle sudden TCP_CLOSE during connect
 2026-09-16 23:39 UTC  (2+ messages)

[PATCH net v2 4/5] vsock: Do not reset a TCP_CLOSING socket
 2026-09-16 23:39 UTC  (2+ messages)

[PATCH net v2 3/5] vsock: Enforce no-transport invariant for TCP_LISTEN sockets
 2026-09-16 23:39 UTC  (2+ messages)

[PATCH net v2 2/5] vsock/virtio: Streamline socket reset on transport/PM event
 2026-09-16 23:39 UTC  (2+ messages)

[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
 2026-09-16 21:49 UTC  (8+ messages)
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check


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).