kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 07:02:33 to 2025-06-16 08:16:56 UTC [more...]

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-16  8:16 UTC  (7+ messages)
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support

[PATCH v1 0/3] x86/traps: Fix DR6/DR7 inintialization
 2025-06-16  8:15 UTC  (20+ messages)
` [PATCH v1 1/3] x86/traps: Move DR7_RESET_VALUE to <uapi/asm/debugreg.h>
` [PATCH v1 2/3] x86/traps: Initialize DR7 by writing its architectural reset value
` [PATCH v1 3/3] x86/traps: Initialize DR6 "

[PATCH v3 0/2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-16  8:14 UTC  (4+ messages)
` [PATCH v3 1/2] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v3 2/2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio

[PATCH v8 0/6] Introduce CET supervisor state support
 2025-06-16  8:08 UTC  (4+ messages)

[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-06-16  8:01 UTC  (43+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
` [PATCH 3/5] mm: Rename __thp_get_unmapped_area to mm_get_unmapped_area_aligned
` [PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH 0/2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation
 2025-06-16  7:35 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: KVM: INTC: Remove local variable device1
` [PATCH 2/2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation

[PATCH 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-16  7:15 UTC  (7+ messages)
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 6/8] KVM: PPC: Stop adding virt/kvm to the arch include path

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-16  7:13 UTC  (12+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory

[PATCH v1 1/1] Documentation: kvm: Fix a section number
 2025-06-16  6:01 UTC  (2+ messages)

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-06-16  3:40 UTC  (3+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-06-16  3:14 UTC  (15+ messages)

[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-06-16  3:01 UTC  (4+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff

[PATCH 0/2] More cleanups to MSR interception code
 2025-06-16  2:20 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling

[PATCH] KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
 2025-06-16  2:04 UTC  (4+ messages)

[PATCH] vhost: Fix typos in comments and clarity on alignof usage
 2025-06-15 17:39 UTC 

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-06-15 16:27 UTC  (6+ messages)

[PATCH v2 00/12] MMU related improvements for KVM RISC-V
 2025-06-14 19:29 UTC  (12+ messages)
` [PATCH v2 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v2 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v2 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v2 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[PATCH v4 0/7] KVM: x86/mmu: Run TDP MMU NX huge page recovery under MMU read lock
 2025-06-14 14:03 UTC  (10+ messages)
` [PATCH v4 1/7] KVM: x86/mmu: Track TDP MMU NX huge pages separately
` [PATCH v4 2/7] KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purpose
` [PATCH v4 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
` [PATCH v4 4/7] KVM: x86/mmu: Only grab RCU lock for nx hugepage recovery for TDP MMU
` [PATCH v4 5/7] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH v4 6/7] KVM: selftests: Provide extra mmap flags in vm_mem_add()
` [PATCH v4 7/7] KVM: selftests: Add an NX huge pages jitter test

[kvm:queue 23/30] include/linux/compiler_types.h:568:45: error: call to '__compiletime_assert_421' declared with attribute error: BUILD_BUG failed
 2025-06-14  1:35 UTC 

[kvm:queue 16/30] arch/x86/kvm/vmx/tdx.c:627:18: error: 'struct kvm_arch' has no member named 'has_private_mem'
 2025-06-14  0:44 UTC 

[kvm:queue 14/30] arch/x86/kvm/vmx/tdx.c:3167:28: error: implicit declaration of function 'kvm_gmem_populate'; did you mean 'vmemmap_populate'?
 2025-06-13 23:52 UTC 

[PATCH 0/2] vringh small unused functions
 2025-06-13 23:07 UTC  (3+ messages)
` [PATCH 1/2] vhost: vringh: Remove unused iotlb functions
` [PATCH 2/2] vhost: vringh: Remove unused functions

[RFC PATCH] KVM: x86: Dynamically allocate bitmap to fix -Wframe-larger-than error
 2025-06-13 22:24 UTC  (5+ messages)

[RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio()
 2025-06-13 22:07 UTC  (2+ messages)

[RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions
 2025-06-13 22:03 UTC  (2+ messages)

[PATCH v3 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
 2025-06-13 21:25 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v3 2/4] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v3 3/4] KVM: arm64: Introduce attribute to control GICD_TYPER2.nASSGIcap
` [PATCH v3 4/4] KVM: arm64: selftests: Add test for nASSGIcap attribute

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-13 20:50 UTC  (17+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 08/62] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v3 09/62] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v3 10/62] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v3 11/62] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()

[PATCH v7 00/30] TDX KVM selftests
 2025-06-13 19:13 UTC  (31+ messages)
` [PATCH v7 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v7 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v7 03/30] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [PATCH v7 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v7 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v7 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v7 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v7 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v7 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v7 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v7 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v7 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v7 14/30] KVM: selftests: TDX: Add TDX IO writes test
` [PATCH v7 15/30] KVM: selftests: TDX: Add TDX IO reads test
` [PATCH v7 16/30] KVM: selftests: TDX: Add TDX MSR read/write tests
` [PATCH v7 17/30] KVM: selftests: TDX: Add TDX HLT exit test
` [PATCH v7 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v7 19/30] KVM: selftests: TDX: Add TDX MMIO writes test
` [PATCH v7 20/30] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [PATCH v7 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v7 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v7 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v7 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v7 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v7 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v7 27/30] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [PATCH v7 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v7 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v7 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-06-13 18:04 UTC  (9+ messages)

[GIT PULL] KVM fixes for Linux 6.16-rc2
 2025-06-13 18:04 UTC  (2+ messages)

[RFC v2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-13 17:38 UTC  (6+ messages)

[GIT PULL] KVM fixes for Linux 6.16-rc2
 2025-06-13 16:45 UTC 

[PATCH 02/12] linux-headers: replace FSF postal address with licenses URL
 2025-06-13 16:38 UTC 

[kvm-unit-tests PATCH v2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-06-13 16:27 UTC  (2+ messages)

[kvm-unit-tests PATCH v5] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-13 16:18 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY
 2025-06-13 16:12 UTC  (6+ messages)

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-13 15:21 UTC  (6+ messages)
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point from KVM

[PATCH v2 00/18] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
 2025-06-13 14:22 UTC  (6+ messages)
` [PATCH v2 04/18] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper

[kvm-unit-tests PATCH 1/2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-06-13 13:29 UTC  (4+ messages)

[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
 2025-06-13 11:30 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: riscv: selftests: Add common supported test cases

[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-06-13 10:41 UTC  (9+ messages)
` [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences

[PATCH] RISC-V: perf/kvm: Add reporting of interrupt events
 2025-06-13  8:45 UTC  (2+ messages)

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-06-13  7:36 UTC  (2+ 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).