Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-27 17:00:59 to 2026-05-28 11:14:24 UTC [more...]

[PATCH v2 0/5] KVM/x86: Drop "1" as MSR emulation return value
 2026-05-28 11:13 UTC  (5+ messages)
` [PATCH v2 1/5] KVM/x86: Change comment before KVM_MSR_RET_* defines
` [PATCH v2 2/5] KVM/x86: Return -errno instead of "1" for APIC related MSR emulation
` [PATCH v2 3/5] KVM/x86: Return -errno instead of "1" for Hyper-V "
` [PATCH v2 4/5] KVM/x86: Return -errno instead of "1" for VMX "

[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-05-28  3:13 UTC  (3+ messages)
` [PATCH v3 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode

[PATCH v7 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-05-28 10:22 UTC  (2+ messages)

[PATCH v3 0/2] x86/tdx: Port I/O emulation fixes
 2026-05-28 10:14 UTC  (4+ messages)
` [PATCH v3 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v3 00/15] TDX MMU refactors
 2026-05-28  9:52 UTC  (18+ messages)
` [PATCH v3 01/15] KVM: TDX: Drop kvm_x86_ops.link_external_spt()
` [PATCH v3 02/15] KVM: TDX: Wrap mapping of leaf and non-leaf S-EPT entries into helpers
` [PATCH v3 03/15] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [PATCH v3 04/15] KVM: x86/mmu: Plumb param "old_spte" into kvm_x86_ops.set_external_spte()
` [PATCH v3 05/15] KVM: TDX: Move KVM_BUG_ON()s in __tdp_mmu_set_spte_atomic() to TDX code
` [PATCH v3 06/15] KVM: TDX: Move lockdep assert "
` [PATCH v3 07/15] KVM: x86/tdp_mmu: Morph !is_frozen_spte() check into a KVM_MMU_WARN_ON()
` [PATCH v3 08/15] KVM: x86/mmu: Plumb "sp" _pointer_ into the TDP MMU's handle_changed_spte()
` [PATCH v3 09/15] KVM: x86/tdp_mmu: Centrally propagate to-present/atomic zap updates to external PTEs
` [PATCH v3 10/15] KVM: x86/mmu: Drop KVM_BUG_ON() on shared lock to zap child "
` [PATCH v3 11/15] KVM: TDX: Hoist tdx_sept_remove_private_spte() above set_private_spte()
` [PATCH v3 12/15] KVM: TDX: Drop kvm_x86_ops.remove_external_spte()
` [PATCH v3 13/15] KVM: TDX: Rename tdx_sept_remove_private_spte() to show it's for leaf SPTEs
` [PATCH v3 14/15] KVM: x86: Move error handling inside free_external_spt()
` [PATCH v3 15/15] KVM: TDX: Move external page table freeing to TDX code

[PATCH] KVM: selftests: hyperv_tlb_flush: use swap() to swap PTEs
 2026-05-28  9:45 UTC 

[PATCH] MAINTAINERS: Move Rick Edgecombe to TDX maintainer
 2026-05-28  9:45 UTC  (2+ messages)

[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
 2026-05-28  9:13 UTC  (7+ 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 0/4] KVM: x86: small MMU-adjacent cleanups
 2026-05-28  8:33 UTC  (7+ messages)
` [PATCH 2/4] KVM: nVMX: remove unnecessary code in prepare_vmcs02
` [PATCH 3/4] KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions

[PATCH v7 00/17] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-05-28  8:30 UTC  (26+ 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 v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-28  8:04 UTC  (17+ 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 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
  ` [PATCH v5 1/4] PCI/TPH: expose the enabled TPH requester type

[kvm-unit-tests PATCH] x86/run: Use separate "-accel" option to configure the accelerator
 2026-05-28  7:17 UTC 

[kvm-unit-tests PATCH v3 0/2] nVMX: Improve DEBUGCTL test coverage
 2026-05-28  7:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 2/2] x86/vmx: (Re)Add a nVMX test to validate load/save of DEBUGCTL

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-05-28  7:14 UTC  (3+ messages)
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts

[PATCH v2 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
 2026-05-28  7:14 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: x86: Expose Zhaoxin SM2 CPUID feature
` [PATCH v2 2/5] KVM: x86: Expose Zhaoxin CCS (SM3 + SM4) "
` [PATCH v2 3/5] KVM: x86: Expose Zhaoxin RNG2 "
` [PATCH v2 4/5] KVM: x86: Expose Zhaoxin PHE2 "
` [PATCH v2 5/5] KVM: x86: Expose Zhaoxin RSA "

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-28  7:10 UTC  (17+ messages)
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-05-28  5:44 UTC  (13+ 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

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-28  4:52 UTC  (13+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions

[PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
 2026-05-28  4:59 UTC  (2+ messages)
` [PATCH] KVM: selftest: arm64: Run shadow_stage2 varying guest modes

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

[PATCH v3 0/3] KVM: guest_memfd: Fix signed offset+size goof
 2026-05-28  3:29 UTC  (6+ 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

[PATCH] KVM: x86: ioapic: Use old_dest_mode consistently in ioapic_write_indirect()
 2026-05-28  3:16 UTC 

[PATCH] KVM: x86: Fix wrong return value type in guest_cpuid_has()
 2026-05-28  3:15 UTC 

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

[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

[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 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  (7+ 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()

[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 v2] KVM: PPC: Kconfig: Enable CONFIG_VPA_PMU with KVM
 2026-05-27 17:40 UTC  (4+ messages)

[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  (3+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox