Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-27 12:06:04 to 2026-05-28 02:25:32 UTC [more...]

[PATCH v7 00/17] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-05-28  2:25 UTC  (23+ messages)
` [PATCH v7 01/17] KVM: nSVM: Stop leaking single-stepping on VMRUN into L2
` [PATCH v7 02/17] KVM: nSVM: Bail early out of VMRUN emulation if advancing RIP fails
` [PATCH v7 03/17] KVM: nSVM: Unify RIP and PMU handling calls when emulating VMRUN
` [PATCH v7 04/17] KVM: nSVM: Move VMRUN instruction retirement after entering guest mode
` [PATCH v7 05/17] KVM: x86: Move enable_pmu/enable_mediated_pmu to pmu.h and pmu.c
` [PATCH v7 06/17] KVM: x86/pmu: Rename reprogram_counters() to clarify usage
` [PATCH v7 07/17] KVM: x86/pmu: Do a single atomic OR when reprogramming counters
` [PATCH v7 08/17] KVM: x86/pmu: Check mediated PMU counter enablement before event filters
` [PATCH v7 09/17] KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0
` [PATCH v7 10/17] KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM
` [PATCH v7 11/17] KVM: x86/pmu: Track mediated PMU counters with mode-specific enables
` [PATCH v7 12/17] KVM: x86/pmu: Reprogram Host/Guest-Only counters on nested transitions
` [PATCH v7 13/17] KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMU
` [PATCH v7 14/17] KVM: selftests: Refactor allocating guest stack into a helper
` [PATCH v7 15/17] KVM: selftests: Allocate a dedicated guest page for x86 L2 guest stack
` [PATCH v7 16/17] KVM: selftests: Drop L1-provided stacks for L2 guests on x86
` [PATCH v7 17/17] KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits

[PATCH v3 0/3] KVM: guest_memfd: Fix signed offset+size goof
 2026-05-28  2:11 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: guest_memfd: Treat memslot binding offset+size as unsigned values
` [PATCH v3 2/3] KVM: selftests: Expand the guest_memfd test macros to allow passing the VM
` [PATCH v3 3/3] KVM: selftests: Add guest_memfd regression test signed offset+size bug

[kvm-unit-tests PATCH v3 0/2] nVMX: Improve DEBUGCTL test coverage
 2026-05-28  1:43 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/2] nVMX: Remove the IA32_DEBUGCTLMSR access in debugctls test
` [kvm-unit-tests PATCH v3 2/2] x86/vmx: (Re)Add a nVMX test to validate load/save of DEBUGCTL

[PATCH v3] KVM: selftests: Add a test for gPAT handling in L2
 2026-05-28  1:01 UTC  (2+ messages)

[PATCH v5 0/7] Add RMPOPT support
 2026-05-28  0:43 UTC  (7+ messages)
` [PATCH v5 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper

[PATCH v1 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
 2026-05-28  0:26 UTC  (3+ messages)
` [PATCH v1 1/5] KVM: x86: Expose Zhaoxin SM2 CPUID feature

[PATCH 0/4] KVM: x86: small MMU-adjacent cleanups
 2026-05-28  0:14 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86: remove nested_mmu from mmu_is_nested()
` [PATCH 2/4] KVM: nVMX: remove unnecessary code in prepare_vmcs02
` [PATCH 3/4] KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions
` [PATCH 4/4] KVM: x86: check that kvm_handle_invpcid is only invoked with shadow paging

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-05-28  0:03 UTC  (12+ messages)
` [PATCH RFC 01/12] accel/kvm: Decouple guest_memfd checks from memory attribute checks
` [PATCH RFC 02/12] hostmem: Introduce dedicated memory backend for guest_memfd
` [PATCH RFC 04/12] accel/kvm: Add CGS option to control in-place conversion support
` [PATCH RFC 05/12] system/memory: Re-use memory-backend-guest-memfd inode for private memory
` [PATCH RFC 06/12] system/memory: Default to guest_memfd for RAM for in-place conversion
` [PATCH RFC 07/12] accel/kvm: Move post-conversion updates to a separate helper
` [PATCH RFC 08/12] accel/kvm: Re-order attribute notifications for in-place conversion
` [PATCH RFC 09/12] accel/kvm: Support shared/private conversions via guest_memfd ioctls
` [PATCH RFC 10/12] accel/kvm: Don't default to private attributes for in-place conversion
` [PATCH RFC 11/12] i386/sev: Update SNP_LAUNCH_UPDATE "
` [PATCH RFC 12/12] i386/sev: Allow in-place conversion for SEV-SNP guests

[kvm-unit-tests GIT PULL] x86: random smattering of changes
 2026-05-27 23:56 UTC  (3+ messages)

[PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
 2026-05-27 23:31 UTC  (3+ messages)

[PATCH v6 00/16]
 2026-05-27 23:20 UTC  (4+ messages)
` [PATCH v6 08/16] KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-27 22:59 UTC  (9+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v2 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v2 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-27 22:55 UTC  (10+ messages)
  ` [PATCH v5 2/4] dma-buf: add optional get_tph() callback
  ` [PATCH v5 3/4] vfio/pci: implement get_tph and DMA_BUF_TPH feature
  ` [PATCH v5 1/4] PCI/TPH: expose the enabled TPH requester type
  ` [PATCH v5 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-27 22:50 UTC  (7+ messages)
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-05-27 22:49 UTC  (8+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl

[PATCH v2 0/5] guest_memfd fixes for bind and populate
 2026-05-27 22:43 UTC  (15+ messages)
` [PATCH v2 2/5] KVM: guest_memfd: Fix possible signed integer overflow
` [PATCH v2 3/5] KVM: guest_memfd: Handle errors from xa_store_range() when binding
` [PATCH v2 5/5] KVM: SNP: Mark source page dirty in sev_gmem_post_populate

[PATCH v2 00/15] TDX MMU refactors
 2026-05-27 22:17 UTC  (5+ messages)
` [PATCH v2 01/15] KVM: TDX: Drop kvm_x86_ops.link_external_spt()

[PATCH] MAINTAINERS: Move Rick Edgecombe to TDX maintainer
 2026-05-27 22:13 UTC 

[kvm-unit-tests PATCH v3 0/2] x86/svm: Add testing for L1 intercept bug
 2026-05-27 22:00 UTC  (3+ messages)

[PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
 2026-05-27 21:27 UTC  (3+ messages)

[PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
 2026-05-27 21:22 UTC  (3+ messages)

[kvm-unit-tests PATCH v4] x86: Better backtraces for leaf functions
 2026-05-27 20:22 UTC 

[kvm-unit-tests PATCH v3 00/20] x86: Better backtraces for leaf functions
 2026-05-27 18:25 UTC  (7+ messages)

[PATCH v3 0/3] KVM: SVM: Fix x2AVIC MSR interception issues
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix vcpu_get_stats_fd() ioctl name
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH] KVM: selftests: Randomize dirty_log_test's delay before reaping the bitmap
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: guest_memfd close() fix and hardening
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH] KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESET
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH v5 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH v4 0/5] KVM: X86: Fix nested TDP error code info
 2026-05-27 18:14 UTC  (12+ messages)
` [PATCH v4 2/5] KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardware
` [PATCH v4 3/5] KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bits

[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH] KVM: x86: Remove unused X86EMUL_MODE_HOST define
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: KVM: Include maintainer profile
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix guest_memfd binding overlap errno and selftest
 2026-05-27 18:10 UTC  (2+ messages)

[PATCH] kvm: fix typo in call_once.h comment
 2026-05-27 18:09 UTC  (2+ messages)

[PATCH] KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVIC
 2026-05-27 18:09 UTC  (2+ messages)

[PATCH] KVM: x86: Fix ERAPS RAP clear on INVPCID single-context invalidation
 2026-05-27 18:09 UTC  (2+ messages)

[PATCH RESEND net] Revert "vsock/virtio: fix skb overhead overflow on 32-bit builds"
 2026-05-27 18:09 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86/xsave: Extend VMOVDQA testing to also cover VMOVNTDQA
 2026-05-27 17:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/vmx: Remove the superfluous vmx_cet config entry
 2026-05-27 17:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/emulator: Add testcases for ENTER + emulated MMIO
 2026-05-27 17:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Disable PKU in vCPU model for vmx_pf_{vpid/no_vpid/invvpid}_test
 2026-05-27 17:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/debug: Verify DR6 is always empty on an INT1/ICEBP #DB
 2026-05-27 17:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/apic: Verify LVT timer register mode reads back what was written
 2026-05-27 17:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: nVMX: Add retry loop to advanced RTM debugging subtest
 2026-05-27 17:49 UTC  (2+ messages)

[PATCH v3 0/2] x86/tdx: Port I/O emulation fixes
 2026-05-27 17:45 UTC  (8+ messages)
` [PATCH v3 1/2] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v3 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-27 17:43 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: Consolidate CPUID fault handling for emulator and interception logic
` [PATCH v4 2/5] KVM: x86: Prioritize CPUID faulting over CPUID VM-exits in nested VMX
` [PATCH v4 3/5] KVM: x86: Remove supports_cpuid_fault() helper
` [PATCH v4 4/5] KVM: x86: Virtualize AMD CPUID faulting
` [PATCH v4 5/5] KVM: selftests: Update hwcr_msr_test for CPUID faulting bit

[PATCH v2] KVM: PPC: Kconfig: Enable CONFIG_VPA_PMU with KVM
 2026-05-27 17:40 UTC  (4+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-27 17:17 UTC  (15+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [RFC PATCH 14/15] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-27 17:11 UTC  (4+ messages)
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks

[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-05-27 17:04 UTC  (10+ messages)
` [PATCH v2 01/10] riscv: hwprobe.rst: Document EXT_ZICFISS
` [PATCH v2 02/10] riscv: hwprobe.rst: Replace tabs with spaces
` [PATCH v2 04/10] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection

[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-05-27 17:00 UTC  (4+ messages)
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test

[PATCH v3 0/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
 2026-05-27 16:08 UTC  (9+ messages)
` [PATCH v3 1/5] KVM: s390: Track page size in struct guest_fault
` [PATCH v3 2/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v3 3/5] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v3 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v3 5/5] KVM: selftests: Enable pre_fault_memory_test for s390

[PATCH RFC 00/12] Document synchronization used in managing guest faults
 2026-05-27 15:40 UTC  (14+ messages)
` [PATCH RFC 01/12] Documentation: KVM: Elaborate comment on kvm_usage_lock
` [PATCH RFC 02/12] Documentation: KVM: Consolidate notes about cpu_read_lock() and kvm_lock
` [PATCH RFC 03/12] Documentation: KVM: Consolidate notes about kvm->slots_lock and irq_lock
` [PATCH RFC 04/12] Documentation: KVM: Turn - into bullet point
` [PATCH RFC 05/12] Documentation: KVM: Explain what rule the exception section is meant for
` [PATCH RFC 06/12] Documentation: KVM: Have actual headings for exceptions
` [PATCH RFC 07/12] Documentation: KVM: Drop mention of kvm->lock in SRCU documentation
` [PATCH RFC 08/12] Documentation: KVM: Add example for kvm->srcu in relation to mutex/lock
` [PATCH RFC 09/12] Documentation: KVM: Document synchronization for managing guest faults
` [PATCH RFC 10/12] KVM: guest_memfd: Clarify comment about gmem.file vs kvm->srcu
` [PATCH RFC 11/12] KVM: mmu: Point users of host_pfn_mapping_level() to docs
` [PATCH RFC 12/12] Documentation: KVM: Focus acquisition order section on preventing deadlocks

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-27 15:35 UTC  (8+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-27 15:21 UTC  (3+ messages)
` [PATCH v14 13/44] arm64: RMI: Define the user ABI

[kvm-unit-tests PATCH v2 0/4] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
 2026-05-27 15:20 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 2/4] nVMX: Validate DEBUGCTLMSR_BUS_LOCK_DETECT states during VMX transitions

[PATCH v13 8/8] vfio/pci: Virtualize PCIe TPH capability registers
 2026-05-27 14:00 UTC  (2+ messages)

[RFC v3 00/10] KVM: selftests: add powerpc support
 2026-05-27 13:32 UTC  (12+ messages)
` [RFC v3 01/10] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [RFC v3 02/10] KVM: selftests: Add aligned guest physical page allocator
` [RFC v3 03/10] KVM: PPC: selftests: add support for powerpc
` [RFC v3 04/10] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
` [RFC v3 05/10] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
` [RFC v3 06/10] KVM: PPC: selftests: Use u64 instead of uint64_t
` [RFC v3 07/10] KVM: PPC: selftests: Use s64 instead of int64_t
` [RFC v3 08/10] KVM: PPC: selftests: Use u32 instead of uint32_t
` [RFC v3 09/10] KVM: PPC: selftests: Use u8 instead of uint8_t
` [RFC v3 10/10] KVM: PPC: selftests: Replace u64 gpa, u64 gva|vaddr with gpa_t and gva_t

[PATCH v3 0/4] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-27 13:25 UTC  (12+ messages)
` [PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting

[PATCH v13 6/8] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST_CONFIG for PCIe TPH ST configuration
 2026-05-27 12:32 UTC  (2+ messages)

[PATCH v2 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
 2026-05-27 12:19 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