kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-19 09:19:07 to 2025-06-20 18:47:04 UTC [more...]

[PATCH 0/3] use vm_flags_t consistently
 2025-06-20 18:46 UTC  (17+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

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

[PATCH v3 0/3] TDX attestation support and GHCI fixup
 2025-06-20 18:33 UTC  (4+ messages)
` [PATCH 1/3] KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
` [PATCH 2/3] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
` [PATCH 3/3] KVM: TDX: Exit to userspace for GetTdVmCallInfo

[RFC PATCH 0/4] TDX attestation support and GHCI fixup
 2025-06-20 18:27 UTC  (11+ messages)
` [RFC PATCH 3/4] KVM: TDX: Exit to userspace for GetTdVmCallInfo

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-06-20 18:06 UTC  (6+ messages)

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-20 18:00 UTC  (15+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
  ` (subset) "
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 15/62] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v3 17/62] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled

[PATCH v2 0/3] TDX attestation support and GHCI fixup
 2025-06-20 17:47 UTC  (16+ messages)
` [PATCH 1/3] KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
` [PATCH 2/3] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
` [PATCH 3/3] KVM: TDX: Exit to userspace for GetTdVmCallInfo

[PATCH v5 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-06-20 17:39 UTC  (10+ messages)
` [PATCH v5 net-next 1/9] scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
` [PATCH v5 net-next 2/9] virtio: introduce extended features
` [PATCH v5 net-next 3/9] virtio_pci_modern: allow configuring "
` [PATCH v5 net-next 4/9] vhost-net: "
` [PATCH v5 net-next 5/9] virtio_net: add supports for extended offloads
` [PATCH v5 net-next 6/9] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v5 net-next 7/9] virtio_net: enable gso over UDP tunnel support
` [PATCH v5 net-next 8/9] tun: "
` [PATCH v5 net-next 9/9] vhost/net: "

[GIT PULL] KVM/arm64 fixes, take #3
 2025-06-20 17:09 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.16 take #1
 2025-06-20 17:08 UTC  (2+ messages)

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-20 16:53 UTC  (16+ messages)
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
  ` [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
  ` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-06-20 16:51 UTC  (8+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs

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

[PATCH 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-06-20 16:07 UTC  (6+ messages)
` [PATCH 1/5] irqchip/gic-v5: Skip deactivate for forwarded PPI interrupts
` [PATCH 2/5] irqchip/gic-v5: Populate struct gic_kvm_info
` [PATCH 3/5] arm64/sysreg: Add ICH_VCTLR_EL2
` [PATCH 4/5] KVM: arm64: gic-v5: Support GICv3 compat
` [PATCH 5/5] KVM: arm64: gic-v5: Probe for GICv5

[PATCH v3 0/7] Adjust fbcon console device detection
 2025-06-20 15:56 UTC  (12+ messages)
` [PATCH v3 1/7] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v3 2/7] vfio/pci: Use pci_is_display()
` [PATCH v3 3/7] vga_switcheroo: "
` [PATCH v3 4/7] iommu/vt-d: "
` [PATCH v3 5/7] ALSA: hda: "
` [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter
` [PATCH v3 7/7] fbcon: Make a symlink to the device selected as primary

[kvm-unit-tests PATCH] riscv: lib: sbi_shutdown add exit code
 2025-06-20 15:50 UTC 

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-06-20 15:39 UTC  (2+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[kvm-unit-tests PATCH 0/8] x86: CET fixes and enhancements
 2025-06-20 15:39 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/8] x86: Avoid top-most page for vmalloc on x86-64
` [kvm-unit-tests PATCH 2/8] x86/cet: Fix flushing shadow stack mapping
` [kvm-unit-tests PATCH 3/8] x86/cet: Use NONCANONICAL for non-canonical address
` [kvm-unit-tests PATCH 4/8] x86/cet: Make shadow stack less fragile
` [kvm-unit-tests PATCH 5/8] x86/cet: Avoid unnecessary function pointer casts
` [kvm-unit-tests PATCH 6/8] x86/cet: Simplify IBT test
` [kvm-unit-tests PATCH 7/8] x86/cet: Track and verify #CP error code
` [kvm-unit-tests PATCH 8/8] x86/cet: Test far returns too

[PATCH v3 0/9] LoongArch: KVM: INTC: Enhancement about eiointc emulation
 2025-06-20 14:43 UTC  (8+ messages)
` [PATCH v3 4/9] LoongArch: KVM: INTC: Check validation of num_cpu from user space
` [PATCH v3 9/9] LoongArch: KVM: INTC: Add address alignment check

[PATCH kvmtool 0/3] arm64: Nested virtualization support
 2025-06-20 13:43 UTC  (8+ messages)
` [PATCH kvmtool 1/3] Sync kernel UAPI headers with v6.16-rc1
` [PATCH kvmtool 2/3] arm64: Initial nested virt support
` [PATCH kvmtool 3/3] arm64: nested: add support for setting maintenance IRQ

[PATCH v2 00/26] arm: Fixes and preparatory cleanups for split-accel
 2025-06-20 13:07 UTC  (27+ messages)
` [PATCH v2 01/26] target/arm: Remove arm_handle_psci_call() stub
` [PATCH v2 02/26] target/arm: Reduce arm_cpu_post_init() declaration scope
` [PATCH v2 03/26] target/arm: Unify gen_exception_internal()
` [PATCH v2 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH v2 05/26] target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
` [PATCH v2 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH v2 07/26] accel/hvf: Trace VM memory mapping
` [PATCH v2 08/26] target/arm/hvf: Log $pc in hvf_unknown_hvc() trace event
` [PATCH v2 09/26] target/arm: Correct KVM & HVF dtb_compatible value
` [PATCH v2 10/26] accel/hvf: Model PhysTimer register
` [PATCH v2 11/26] target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
` [PATCH v2 12/26] target/arm: Restrict system register properties to system binary
` [PATCH v2 13/26] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH v2 14/26] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v2 15/26] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v2 16/26] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v2 17/26] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH v2 18/26] target/arm/hvf: Trace host processor features
` [PATCH v2 19/26] hw/arm/virt: Only require TCG || QTest to use TrustZone
` [PATCH v2 20/26] hw/arm/virt: Only require TCG || QTest to use virtualization extension
` [PATCH v2 21/26] hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
` [PATCH v2 22/26] hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
` [PATCH v2 23/26] tests/functional: Restrict nexted Aarch64 Xen test to TCG
` [PATCH v2 24/26] tests/functional: Require TCG to run Aarch64 imx8mp-evk test
` [PATCH v2 25/26] tests/functional: Add hvf_available() helper
` [PATCH v2 26/26] tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator

[PATCH] RISC-V: KVM: Delegate illegal instruction fault
 2025-06-20 12:04 UTC  (2+ messages)

[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
 2025-06-20  9:58 UTC  (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Provide UAPI for Zicbop block size
` [PATCH 2/5] RISC-V: KVM: Allow Zicbop extension for Guest/VM
` [PATCH 3/5] RISC-V: KVM: Allow bfloat16 "
` [PATCH 4/5] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
` [PATCH 5/5] KVM: riscv: selftests: Add bfloat16 "

[PATCH v2 0/3] SEV-SNP fix for cpu soft lockup on 1TB+ guests
 2025-06-20  9:56 UTC  (2+ messages)

[PATCH 00/16] i386/cpu: Unify the cache model in X86CPUState
 2025-06-20  9:27 UTC  (17+ messages)
` [PATCH 01/16] i386/cpu: Refine comment of CPUID2CacheDescriptorInfo
` [PATCH 02/16] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding
` [PATCH 03/16] i386/cpu: Add default cache model for Intel CPUs with level < 4
` [PATCH 04/16] i386/cpu: Present same cache model in CPUID 0x2 & 0x4
` [PATCH 05/16] i386/cpu: Consolidate CPUID 0x4 leaf
` [PATCH 06/16] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState
` [PATCH 07/16] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [PATCH 08/16] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
` [PATCH 09/16] i386/cpu: Add legacy_intel_cache_info cache model
` [PATCH 10/16] i386/cpu: Add legacy_amd_cache_info "
` [PATCH 11/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x2
` [PATCH 12/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x4
` [PATCH 13/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005
` [PATCH 14/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000006
` [PATCH 15/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x8000001D
` [PATCH 16/16] i386/cpu: Use a unified cache_info in X86CPUState

[PATCH] KVM: selftests: Add back the missing check of MONITOR/MWAIT availability
 2025-06-20  6:22 UTC 

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-20  4:21 UTC  (3+ messages)

[PATCH v7 0/5] Enable shared device assignment
 2025-06-20  4:04 UTC  (7+ messages)
` [PATCH v7 3/5] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v7 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd

[PATCH v5 0/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-20  3:23 UTC  (4+ messages)
` [PATCH v5 1/3] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v5 2/3] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v5 3/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-19 22:57 UTC  (13+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding

[PATCH] i386/kvm: Disable hypercall patching quirk by default
 2025-06-19 19:42 UTC 

[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
 2025-06-19 18:40 UTC  (13+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-19 17:01 UTC  (10+ messages)
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code

[RFC PATCH 00/34] Running Qualcomm's Gunyah Guests via KVM in EL1
 2025-06-19 15:50 UTC  (4+ messages)

[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
 2025-06-19 12:49 UTC  (4+ messages)

[PATCH 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-06-19 11:57 UTC  (4+ messages)
` [PATCH 1/2] x86/mce: Fix missing address mask in recovery for errors "

[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
 2025-06-19 10:05 UTC  (9+ messages)
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-19  9:49 UTC  (7+ messages)

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-06-19  9:26 UTC  (5+ messages)
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages


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