kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-23 13:02:20 to 2025-07-25 06:59:48 UTC [more...]

[PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
 2025-07-25  6:59 UTC  (6+ messages)

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-25  5:34 UTC  (20+ messages)
` [PATCH 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 03/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 07/10] vfio: Export vfio device get and put registration helpers
` [PATCH 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH] KVM: x86: use array_index_nospec with indices that come from guest
 2025-07-25  4:42 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH V6 0/3] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-25  3:35 UTC  (8+ messages)
` [PATCH V6 1/3] x86/tdx: Eliminate duplicate code in tdx_clear_page()
` [PATCH V6 2/3] x86/tdx: Tidy reset_pamt functions
` [PATCH V6 3/3] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
 2025-07-24 23:51 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 2/2] KVM: arm64: Destroy the stage-2 page-table periodically

[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-24 23:46 UTC  (35+ messages)
` [PATCH v16 02/22] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v16 03/22] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v16 04/22] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 09/22] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v16 10/22] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v16 13/22] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported

[PATCH v2] vfio/pci: print vfio-device syspath to fdinfo
 2025-07-24 23:29 UTC 

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-24 22:59 UTC  (6+ messages)
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs

[PATCH v2 0/2] KVM: selftests: Use $(SRCARCH) and share definition with top-level Makefile
 2025-07-24 21:32 UTC  (4+ messages)
` [PATCH v2 1/2] Revert "KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR"
` [PATCH v2 2/2] KVM: selftests: Rename $(ARCH_DIR) to $(SRCARCH)

[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-07-24 20:37 UTC  (6+ messages)
` [PATCH v3 07/16] x86/kvm/emulate: Introduce EM_ASM_1SRC2
` [PATCH v3 16/16] objtool: Validate kCFI calls

[PATCH v5 0/4] x86: Disentangle <asm/processor.h> dependency on CPUID headers
 2025-07-24 19:37 UTC  (5+ messages)
` [PATCH v5 1/4] x86/cpuid: Remove transitional <asm/cpuid.h> header
` [PATCH v5 2/4] ASoC: Intel: avs: Include CPUID header at file scope
` [PATCH v5 3/4] treewide: Explicitly include the x86 CPUID headers
` [PATCH v5 4/4] x86/cpu: <asm/processor.h>: Do not include the CPUID API header

[PATCH v2] i386/kvm: Disable hypercall patching quirk by default
 2025-07-24 19:21 UTC  (6+ messages)

[kvm-unit-tests PATCH] x86: Print error code for unhandled exceptions
 2025-07-24 19:15 UTC 

[kvm-unit-tests PATCH 0/3] x86 hypercall spring^W summer cleanup
 2025-07-24 19:10 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Don't rely on KVM's hypercall patching
` [kvm-unit-tests PATCH 2/3] x86: Provide a macro for extable handling
` [kvm-unit-tests PATCH 3/3] x86/hypercall: Simplify and increase coverage

[PATCH v9 0/9] Adjust fbcon console device detection
 2025-07-24 18:41 UTC  (3+ messages)

[kvm-unit-tests PATCH] Better backtraces for leaf functions
 2025-07-24 18:17 UTC 

[PATCH v5 00/23] Enable FRED with KVM VMX
 2025-07-24 18:01 UTC  (27+ messages)
` [PATCH v5 01/23] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v5 02/23] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v5 03/23] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v5 04/23] x86/cea: Export an API to get per CPU exception stacks for KVM to use
` [PATCH v5 05/23] KVM: VMX: Fix an indentation
` [PATCH v5 06/23] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v5 07/23] KVM: VMX: Set FRED MSR intercepts
` [PATCH v5 08/23] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v5 09/23] KVM: VMX: Add host MSR read/write helpers to streamline preemption logic
` [PATCH v5 10/23] KVM: VMX: Add support for FRED context save/restore
` [PATCH v5 11/23] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v5 12/23] KVM: VMX: Virtualize FRED event_data
` [PATCH v5 13/23] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v5 14/23] Documentation: kvm: Fix a section number typo
` [PATCH v5 15/23] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v5 16/23] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v5 17/23] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v5 18/23] KVM: x86: Advertise support for FRED
` [PATCH v5 19/23] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v5 20/23] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
` [PATCH v5 21/23] KVM: nVMX: Add FRED-related VMCS field checks
` [PATCH v5 22/23] KVM: nVMX: Allow VMX FRED controls
` [PATCH v5 23/23] KVM: nVMX: Add prerequisites to SHADOW_FIELD_R[OW] macros

[kvm-unit-tests PATCH] scripts/checkpatch.pl: Adjust the top_of_kernel_tree check for kvm-unit-tests
 2025-07-24 14:32 UTC 

[PATCH v2] KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guests
 2025-07-24 14:21 UTC  (5+ messages)

[RFC PATCH kvmtool 01/10] vfio: Associate vm instance with vfio fd
 2025-07-24 14:09 UTC  (4+ messages)
` [RFC PATCH kvmtool 09/10] vfio/iommufd: Add viommu and vdevice objects

vhost: linux-next: crash at vhost_dev_cleanup()
 2025-07-24 13:49 UTC  (9+ messages)

[PATCH v11 00/23] Enable CET Virtualization
 2025-07-24 13:31 UTC  (4+ messages)
` [PATCH v11 01/23] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses

[kvm-unit-tests PATCH 0/3] Improvements for the s390x panic-loop tests
 2025-07-24 13:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Fix unreliable "
` [kvm-unit-tests PATCH 2/3] .gitlab-ci.yml: Add the s390x panic-loop tests to the CI
` [kvm-unit-tests RFC PATCH 3/3] scripts/arch-run.bash: Drop the dependency on "jq"

[PATCH] LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
 2025-07-24 13:24 UTC  (6+ messages)

[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
 2025-07-24 13:08 UTC  (6+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "
` [PATCH v4 3/4] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v4 4/4] kstack_erase: Support Clang stack depth tracking

[PATCH V5 0/3] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-24 12:52 UTC  (5+ messages)
` [PATCH V5 1/3] x86/tdx: Eliminate duplicate code in tdx_clear_page()
` [PATCH V5 2/3] x86/tdx: Tidy reset_pamt functions
` [PATCH V5 3/3] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

[PATCH v4 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
 2025-07-24 12:00 UTC  (2+ messages)

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-24 10:47 UTC  (5+ messages)
` [PATCH v9 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v9 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM

[PATCH v4 0/4] x86: Disentangle <asm/processor.h> dependency on CPUID headers
 2025-07-24  9:11 UTC  (6+ messages)
` [PATCH v4 1/4] x86/cpuid: Remove transitional <asm/cpuid.h> header
` [PATCH v4 2/4] ASoC: Intel: avs: Include CPUID header at file scope
` [PATCH v4 3/4] treewide: Explicitly include the x86 CPUID headers
` [PATCH v4 4/4] x86/cpu: <asm/processor.h>: Do not include the CPUID API header

[PATCH 0/5] KVM: arm64: Config driven dependencies for TCR2/SCTLR/MDCR
 2025-07-24  6:51 UTC  (4+ messages)

KVM Unit Test Suite Regression on AMD EPYC Turin (Zen 5)
 2025-07-24  3:59 UTC  (3+ messages)

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-07-24  3:16 UTC  (5+ messages)

[PATCH V4 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-23 23:56 UTC  (13+ messages)
` [PATCH V4 1/2] x86/tdx: Eliminate duplicate code in tdx_clear_page()

[GIT PULL] (Final?) KVM change for Linux 6.16
 2025-07-23 22:08 UTC  (2+ messages)

[PATCH v5 0/7] KVM: x86/mmu: Run TDP MMU NX huge page recovery under MMU read lock
 2025-07-23 21:04 UTC  (10+ messages)
` [PATCH v5 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using "
` [PATCH v5 4/7] KVM: x86/mmu: Only grab RCU lock for nx hugepage recovery for TDP MMU
` [PATCH v5 5/7] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH v5 7/7] KVM: selftests: Add an NX huge pages jitter test

[PATCH v2 0/5] KVM: Improve VMware guest support
 2025-07-23 18:55 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: x86: Centralize KVM's VMware code
` [PATCH v2 2/5] KVM: x86: Allow enabling of the vmware backdoor via a cap
` [PATCH v2 3/5] KVM: x86: Add support for VMware guest specific hypercalls
` [PATCH v2 4/5] KVM: x86: Add support for legacy VMware backdoors in nested setups
` [PATCH v2 5/5] KVM: selftests: x86: Add a test for KVM_CAP_X86_VMWARE_HYPERCALL

[PATCH v2 0/8] treewide: Fix typo "notifer"
 2025-07-23 18:40 UTC  (3+ messages)
` [PATCH v2 3/8] drm/xe: "

[PATCH v1 1/1] target/i386: Save/restore the nested flag of an exception
 2025-07-23 18:22 UTC 

[kvm-unit-tests PATCH] x86/pmu: Fix compilation on macOS
 2025-07-23 16:47 UTC 

[PATCH] x86/irq: introduce repair_irq try to repair CPU vector
 2025-07-23 16:33 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: Userspace GICv3 sysreg access fixes and testing
 2025-07-23 15:56 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v3: Fix ordering of ICH_HCR_EL2
` [PATCH 2/4] KVM: arm64: Clarify the check for reset callback in check_sysreg_table()
` [PATCH 3/4] KVM: arm64: Enforce the sorting of the GICv3 system register table
` [PATCH 4/4] KVM: arm64: selftest: vgic-v3: Add basic GICv3 sysreg userspace access test

[Invitation] bi-weekly guest_memfd upstream call on 2025-07-24
 2025-07-23 15:05 UTC 

[PATCH v15 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:46 UTC  (14+ messages)
` [PATCH v15 14/21] KVM: x86: Enable guest_memfd mmap for default VM type

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-07-23 13:32 UTC  (3+ messages)
` [PATCH 1/2] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PATCH 2/2] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way


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