public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 16:20:41 to 2026-01-13 20:00:28 UTC [more...]

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2026-01-13 20:00 UTC  (8+ messages)

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-13 19:21 UTC  (3+ messages)
` [PATCH v3 6/6] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-13 19:20 UTC  (27+ messages)
` [PATCH v9 18/30] KVM: arm64: Support SME priority registers
` [PATCH v9 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v9 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v9 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 24/30] KVM: arm64: Handle SME exceptions
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v9 27/30] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v9 28/30] KVM: arm64: selftests: Skip impossible invalid value tests

[GIT PULL] KVM changes for Linux 6.19-rc6
 2026-01-13 18:11 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix dangling IRQ bypass on x86 and arm64
 2026-01-13 17:46 UTC  (3+ messages)
` [PATCH 1/2] KVM: Don't clobber irqfd routing type when deassigning irqfd
` [PATCH 2/2] KVM: x86: Assert that non-MSI doesn't have bypass vCPU when deleting producer

[Bug 220963] New: nSVM: missing unmap in nested_svm_vmrun()
 2026-01-13 17:32 UTC  (3+ messages)
` [Bug 220963] "

[PATCH] KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
 2026-01-13 17:29 UTC  (2+ messages)

[PATCH] vhost: fix caching attributes of MMIO regions by setting them explicitly
 2026-01-13 17:25 UTC  (5+ messages)
` [EXTERNAL] "
  ` [EXTERNAL] "

[PATCH net-next v14 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-13 17:16 UTC  (22+ messages)
` [PATCH net-next v14 01/12] vsock: add netns to vsock core
` [PATCH net-next v14 02/12] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v14 03/12] vsock: add netns support to virtio transports
` [PATCH net-next v14 04/12] selftests/vsock: increase timeout to 1200
` [PATCH net-next v14 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v14 06/12] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v14 07/12] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v14 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v14 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v14 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v14 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v14 12/12] selftests/vsock: add tests for namespace deletion

[PATCH] KVM: selftests: Slightly simplify memstress_setup_nested()
 2026-01-13 17:14 UTC 

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-13 16:50 UTC  (25+ messages)
` [PATCH v3 01/24] x86/tdx: Enhance tdh_mem_page_aug() to support huge pages

Call for GSoC internship project ideas
 2026-01-13 16:30 UTC  (4+ messages)

[PATCH] KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() fails
 2026-01-13 16:17 UTC  (2+ messages)

[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
 2026-01-13 15:11 UTC  (10+ messages)
` [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH net v2 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb
 2026-01-13 15:08 UTC  (3+ messages)
` [PATCH net v2 1/2] vsock/virtio: Coalesce only linear skb
` [PATCH net v2 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH v2 04/32] accel/kvm: add changes required to support KVM VM file descriptor change
 2026-01-13 13:58 UTC  (18+ messages)
` [PATCH v2 09/32] kvm/i386: implement architecture support for kvm "
` [PATCH v2 11/32] kvm/i386: reload firmware for confidential guest reset
` [PATCH v2 16/32] i386/sev: add migration blockers only once
` [PATCH v2 19/32] i386/sev: add support for confidential guest reset
` [PATCH v2 24/32] accel/kvm: add a per-confidential class callback to unlock guest state
` [PATCH v2 25/32] kvm/xen-emu: re-initialize capabilities during confidential guest reset

[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
 2026-01-13 12:34 UTC  (15+ messages)
` [PATCH RFC net-next v13 02/13] vsock: add netns to vsock core
` [PATCH RFC net-next v13 03/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply

[PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2026-01-13 12:23 UTC  (2+ messages)

[PATCH v3 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-01-13 12:16 UTC  (16+ messages)
` [PATCH v3 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v3 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v3 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v3 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH v3 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v3 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v3 36/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI

[PATCH v2 0/3] igvm: Supply MADT via IGVM parameter
 2026-01-13 10:03 UTC  (3+ messages)

[PATCH v3 0/6] igvm: Supply MADT via IGVM parameter
 2026-01-13  9:36 UTC  (9+ messages)
` [PATCH v3 3/6] igvm: Add missing NULL check

[PATCH v3 0/5] KVM: nVMX: Mark APIC page dirty on VM-Exit
 2026-01-13  8:51 UTC  (4+ messages)
` [PATCH v3 4/5] KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename

[PATCH] KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()
 2026-01-13  8:47 UTC 

[PATCH v5 00/21] paravirt: cleanup and reorg
 2026-01-13  6:57 UTC  (5+ messages)
` [PATCH v5 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v5 21/21] x86/pvlocks: Move paravirt spinlock functions into own header

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-13  6:26 UTC  (15+ messages)
` [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
` [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present

[PATCH v2 0/2] x86/virt/tdx: Print TDX module version to dmesg
 2026-01-13  3:58 UTC  (6+ messages)
` [PATCH v2 1/2] x86/virt/tdx: Retrieve TDX module version

[PATCH v4 0/7] Enable THP support in drm_pagemap
 2026-01-13  0:35 UTC  (22+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback

[kvm-unit-tests PATCH V2 00/10] Improve test parity between SVM and VMX
 2026-01-13  0:31 UTC  (11+ messages)
` [kvm-unit-tests PATCH V2 01/10] x86/svm: Fix virq_inject SVM test failure
` [kvm-unit-tests PATCH V2 02/10] x86/nSVM: Add test for NPT A/D bits
` [kvm-unit-tests PATCH V2 03/10] x86/svm: Add tests for APIC passthrough
` [kvm-unit-tests PATCH V2 04/10] x86/nSVM: Add tests for instruction interrupts
` [kvm-unit-tests PATCH V2 05/10] x86/svm: Add tests for PF exception testing
` [kvm-unit-tests PATCH V2 06/10] x86/svm: Extend NPT test coverage for different page table levels
` [kvm-unit-tests PATCH V2 07/10] x86/svm: Add NPT ignored bits test
` [kvm-unit-tests PATCH V2 08/10] x86/svm: Add testing for NPT permissions on guest page tables
` [kvm-unit-tests PATCH V2 09/10] x86/svm: Add event injection check tests
` [kvm-unit-tests PATCH V2 10/10] x86/svm: Add test for #UD when EFER.SVME=0

[PATCH 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-01-13  0:30 UTC  (11+ messages)
` [PATCH 01/10] KVM: x86: nSVM: Add g_pat to fields copied by svm_copy_vmrun_state()
` [PATCH 02/10] KVM: x86: nSVM: Add VALID_GPAT flag to kvm_svm_nested_state_hdr
` [PATCH 03/10] KVM: x86: nSVM: Handle legacy SVM nested state in SET_NESTED_STATE
` [PATCH 04/10] KVM: x86: nSVM: Restore L1's PAT on emulated #VMEXIT from L2 to L1
` [PATCH 05/10] KVM: x86: nSVM: Cache g_pat in vmcb_save_area_cached
` [PATCH 06/10] KVM: x86: nSVM: Add validity check for VMCB12 g_pat
` [PATCH 07/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH 08/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on emulated #VMEXIT from L2 to L1
` [PATCH 09/10] KVM: x86: nSVM: Fix assignment to IA32_PAT from L2
` [PATCH 10/10] KVM: selftests: nSVM: Add svm_nested_pat test

[PATCH v2 00/16] KVM: x86: Enable APX for guests
 2026-01-12 23:54 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH v2 02/16] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH v2 03/16] KVM: x86: Implement accessors for extended GPRs
` [PATCH v2 04/16] KVM: VMX: Introduce unified instruction info structure
` [PATCH v2 05/16] KVM: VMX: Refactor instruction information retrieval
` [PATCH v2 06/16] KVM: VMX: Refactor GPR index retrieval from exit qualification
` [PATCH v2 07/16] KVM: VMX: Support extended register index in exit handling
` [PATCH v2 08/16] KVM: nVMX: Propagate the extended instruction info field
` [PATCH v2 09/16] KVM: emulate: Support EGPR accessing and tracking
` [PATCH v2 10/16] KVM: emulate: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v2 11/16] KVM: emulate: Support REX2-prefixed opcode decode
` [PATCH v2 12/16] KVM: emulate: Reject EVEX-prefixed instructions
` [PATCH v2 13/16] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v2 14/16] KVM: x86: Expose APX foundational feature bit to guests
` [PATCH v2 15/16] KVM: x86: Expose APX sub-features "
` [PATCH v2 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks

[PATCH] KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
 2026-01-12 23:28 UTC 

VFIO_GROUP_GET_DEVICE_FD triggering an "unlocked secondary bus reset" warning
 2026-01-12 22:32 UTC  (2+ messages)

[PATCH V2 0/5] Align SVM with APM defined behaviors
 2026-01-12 20:54 UTC  (10+ messages)
` [PATCH V2 1/5] KVM: SVM: Move STGI and CLGI intercept handling
` [PATCH V2 2/5] KVM: SVM: Inject #UD for STGI if EFER.SVME=0 and SVM Lock and DEV are not available
` [PATCH V2 3/5] KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
` [PATCH V2 4/5] KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggled
` [PATCH V2 5/5] KVM: SVM: Raise #UD if VMMCALL instruction is not intercepted

[PATCH 0/3] nSVM: Minor cleanups for intercepts code
 2026-01-12 18:20 UTC  (4+ messages)
` [PATCH 1/3] KVM: nSVM: Use intuitive local variables in recalc_intercepts()
` [PATCH 2/3] KVM: nSVM: Rename recalc_intercepts() to clarify vmcb02 as the target
` [PATCH 3/3] KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()

[PATCH v6 0/1] KVM: Add support for the ERAPS feature
 2026-01-12 17:51 UTC  (4+ messages)
` [PATCH v6 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH] KVM: VMX: Always reflect SGX EPCM #PFs back into the guest
 2026-01-12 17:39 UTC  (2+ messages)

[PATCH v3 0/4] KVM: SVM: GIF and EFER.SVME are independent
 2026-01-12 17:39 UTC  (2+ messages)

[PATCH] KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Add fast MMIO bus writes
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v3] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v4] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Fix sign extension bug in get_desc64_base()
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2] KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported PV MSR
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] Documentation: KVM: Formalizing taking vcpu->mutex *outside* of kvm->slots_lock
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: APIC and I/O APIC cleanups
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH 0/4] dma-buf: add revoke mechanism to invalidate shared buffers
 2026-01-12 17:04 UTC  (9+ messages)


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