public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 17:48:51 to 2026-02-17 23:44:02 UTC [more...]

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-17 23:44 UTC  (27+ messages)
` [PATCH v4 1/8] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v4 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v4 3/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v4 5/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v4 6/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v4 7/8] KVM: x86: nSVM: Handle restore of legacy nested state

[PATCH 0/6] Add RMPOPT support
 2026-02-17 23:06 UTC  (12+ messages)
` [PATCH 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH 2/6] x86/sev: add support for enabling RMPOPT
` [PATCH 3/6] x86/sev: add support for RMPOPT instruction
` [PATCH 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH 5/6] x86/sev: Use configfs "
` [PATCH 6/6] x86/sev: Add debugfs support for RMPOPT

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-17 23:04 UTC  (6+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-02-17 22:52 UTC  (43+ messages)
` [RFC PATCH 01/19] x86,fs/resctrl: Add support for Global Bandwidth Enforcement (GLBE)
` [RFC PATCH 09/19] x86/resctrl: Add plza_capable in rdt_resource data structure
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
          `  "

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-02-17 21:46 UTC  (4+ messages)
` [PATCH net-next v16 01/12] vsock: add netns to vsock core

[PATCH v2 0/3] Use killable vma write locking in most places
 2026-02-17 21:02 UTC  (9+ messages)
` [PATCH v2 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v2 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v2 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-02-17 20:30 UTC  (23+ messages)
` [PATCH v3 01/16] KVM: x86: Move kvm_rebooting to x86
` [PATCH v3 02/16] KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.h
` [PATCH v3 03/16] KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
` [PATCH v3 04/16] KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringup
` [PATCH v3 05/16] x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
` [PATCH v3 06/16] KVM: VMX: Move core VMXON enablement to kernel
` [PATCH v3 07/16] KVM: SVM: Move core EFER.SVME "
` [PATCH v3 08/16] KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
` [PATCH v3 09/16] x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
` [PATCH v3 10/16] x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
` [PATCH v3 11/16] KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
` [PATCH v3 12/16] x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init
` [PATCH v3 13/16] x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handling
` [PATCH v3 14/16] x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be running
` [PATCH v3 15/16] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more
` [PATCH v3 16/16] KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()

[PATCH v3 0/2] Extend KVM_HC_MAP_GPA_RANGE api to allow retry
 2026-02-17 19:20 UTC  (8+ messages)
` [PATCH v3 1/2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
` [PATCH v3 2/2] KVM: SEV: Restrict userspace return codes for KVM_HC_MAP_GPA_RANGE

[PATCH v4 0/4] KVM: Speed up MMIO registrations
 2026-02-17 19:07 UTC  (6+ messages)
` [PATCH v4 4/4] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-02-17 17:47 UTC  (5+ messages)

[PATCH 1/3] KVM: x86: Enhance kvm_vcpu_eligible_for_directed_yield to detect golden targets
 2026-02-17 16:21 UTC  (6+ messages)
` [PATCH 2/3] KVM: x86: Skip IN_GUEST_MODE vCPUs in kvm_vcpu_on_spin main loop
` [PATCH 3/3] KVM: x86: Use dynamic try count based on vCPU count

[PATCH] KVM: selftests: Test MADV_COLLAPSE on GUEST_MEMFD
 2026-02-17 15:15 UTC  (2+ messages)

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-17 13:34 UTC  (4+ messages)

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-17  9:56 UTC  (13+ messages)
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI

[PATCH 0/2] KVM: s390: Limit adapter indicator access to page
 2026-02-17  8:54 UTC  (3+ messages)
` [PATCH 1/2] KVM: s390: Limit adapter indicator access to mapped page
` [PATCH 2/2] KVM: s390: selftests: Add IRQ routing address offset tests

[PATCH] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
 2026-02-17  8:51 UTC  (3+ messages)

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2026-02-17  7:37 UTC  (3+ messages)
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects

[PATCH 00/14] iommu: Add live update state preservation
 2026-02-17  4:18 UTC  (3+ messages)
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the vfio cdev

[PATCH v3 00/12] target/arm: single-binary
 2026-02-17  2:34 UTC  (5+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2026-02-16 23:07 UTC 

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-02-16 17:55 UTC  (4+ messages)
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI "

[PATCH] x86/fred: Fix early boot failures on SEV-ES/SNP guests
 2026-02-16 17:10 UTC  (7+ messages)

[PATCH v5 0/2] arm: add kvm-psci-version vcpu property
 2026-02-16 13:31 UTC  (2+ messages)

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2026-02-16 13:30 UTC  (7+ messages)
` [PATCH v4 2/2] target/arm/kvm: "

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-02-16 13:27 UTC  (22+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[syzbot] Monthly kvm report (Feb 2026)
 2026-02-16 12:34 UTC 

KVM guest-to-host memory write / SMI modification on Ubuntu 24.04
 2026-02-16  8:44 UTC  (2+ messages)

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-15 17:47 UTC  (11+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH AUTOSEL 6.19-6.1] hisi_acc_vfio_pci: update status after RAS error
 2026-02-15 15:03 UTC  (4+ messages)
` [PATCH AUTOSEL 6.19-6.18] hisi_acc_vfio_pci: fix the queue parameter anomaly issue
` [PATCH AUTOSEL 6.19-6.6] vhost: fix caching attributes of MMIO regions by setting them explicitly
` [PATCH AUTOSEL 6.19-6.18] hisi_acc_vfio_pci: resolve duplicate migration states

[PATCH 0/3] KVM: x86: Optimize kvm_vcpu_on_spin() directed yield
 2026-02-15 14:03 UTC 

[PATCH] target/i386/kvm: Reset PMU state in kvm_init_pmu_info
 2026-02-15 12:54 UTC  (2+ messages)

[RFC PATCH v5 08/45] KVM: x86/mmu: Propagate mirror SPTE removal to S-EPT in handle_changed_spte()
 2026-02-14  0:36 UTC  (11+ messages)

[GIT PULL] KVM changes for Linux 7.0
 2026-02-13 20:18 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2026-02-13 20:17 UTC  (2+ messages)

[PATCH v2 0/2] KVM: require generic MMU notifier implementation
 2026-02-13 16:46 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 2/2] KVM: always define KVM_CAP_SYNC_MMU

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-13 15:09 UTC  (7+ messages)
` [RFC PATCH v5 43/45] *** DO NOT MERGE *** KVM: guest_memfd: Add pre-zap arch hook for shared<=>private conversion
` [RFC PATCH v5 44/45] KVM: x86/mmu: Add support for splitting S-EPT hugepages on conversion

[PATCH V3 0/5] Align SVM with APM defined behaviors
 2026-02-13 15:06 UTC  (6+ messages)
` [PATCH V3 2/5] KVM: SVM: Inject #UD for STGI if EFER.SVME=0 and SVM Lock and DEV are not available

[PATCH v2 0/4] KVM: arm64: Fix guest feature sanitization and pKVM state synchronization
 2026-02-13 14:58 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Hide S1POE from guests when not supported by the host
` [PATCH v2 2/4] KVM: arm64: Optimise away S1POE handling when not supported by host
` [PATCH v2 3/4] KVM: arm64: Fix ID register initialization for non-protected pKVM guests
` [PATCH v2 4/4] KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()

[PATCH v1 0/3] KVM: arm64: Fix guest feature sanitization and pKVM state synchronization
 2026-02-13 11:07 UTC  (10+ messages)
` [PATCH v1 1/3] KVM: arm64: Hide S1POE from guests when not supported by the host
` [PATCH v1 2/3] KVM: arm64: Fix ID register initialization for non-protected pKVM guests

[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-13 10:35 UTC  (4+ messages)
` [PATCH v7 1/3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [PATCH v7 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v7 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[PATCH] vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devices
 2026-02-13  9:14 UTC 

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-13  8:11 UTC  (3+ messages)

[PATCH 0/3] x86/x2apic: Fix hang-up of defconfig kernel on resume from s2ram
 2026-02-13  7:39 UTC  (3+ messages)
` [PATCH 3/3] x86/virt: rename x2apic_available to x2apic_without_ir_available

[GIT PULL] VFIO updates for v7.0-rc1
 2026-02-13  1:17 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-12 23:07 UTC  (6+ messages)
` [RFC PATCH 1/5] KVM: nSVM: Do not use L2's RIP for vmcb02's NextRIP after first L2 VMRUN
` [RFC PATCH 2/5] KVM: nSVM: Use the correct RIP when restoring vmcb02's control area
` [RFC PATCH 3/5] KVM: nSVM: Move updating NextRIP and soft IRQ RIPs into a helper
` [RFC PATCH 4/5] KVM: SVM: Recalculate nested RIPs after restoring REGS/SREGS
` [RFC PATCH 5/5] DO NOT MERGE: KVM: selftests: Reproduce nested RIP restore bug

[PATCH 1/3] vfio/pci: Set VFIO_PCI_OFFSET_SHIFT to 48
 2026-02-12 22:46 UTC  (3+ messages)

[PATCH v4 00/24] Runtime TDX Module update support
 2026-02-12 21:59 UTC  (3+ messages)
` [PATCH v4 22/24] coco/tdx-host: Document TDX Module update expectations

[PATCH] KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulation
 2026-02-12 21:24 UTC 

[PATCH 1/2] KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
 2026-02-12 20:05 UTC  (3+ messages)

[PATCH] kvm: use #error instead of BUILD_BUG_ON
 2026-02-12 19:18 UTC  (2+ messages)

[PATCH] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
 2026-02-12 18:14 UTC  (6+ messages)

[PATCH] KVM: x86: Fix incorrect memory constraint for FXSAVE in emulator
 2026-02-12 18:06 UTC  (4+ messages)


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