public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 20:10:45 to 2026-02-20 00:42:46 UTC [more...]

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-02-20  0:42 UTC  (8+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v2 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v2 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH v2 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v2 07/10] KVM: selftests: Use s32 instead of int32_t

[PATCH v4 00/24] Runtime TDX Module update support
 2026-02-20  0:40 UTC  (7+ messages)
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v4 03/24] coco/tdx-host: Expose TDX Module version
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request

[PATCH] x86/fred: Fix early boot failures on SEV-ES/SNP guests
 2026-02-19 20:50 UTC  (9+ messages)

[PATCH] x86/hyper-v: Validate entire GVA range for non-canonical addresses during PV TLB flush
 2026-02-19 20:05 UTC 

[PATCH 00/10] RFC: make RamDiscardManager work with multiple sources
 2026-02-19 19:39 UTC  (3+ messages)
` [PATCH 06/10] system/memory: split RamDiscardManager into source and manager

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2026-02-19 19:31 UTC  (3+ messages)
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-02-19 18:36 UTC  (38+ messages)
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
          `  "

[PATCH net v2 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-19 16:36 UTC  (10+ messages)
` [PATCH net v2 1/3] selftests/vsock: change tests to respect write-once child ns mode
` [PATCH net v2 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v2 3/3] vsock: document write-once behavior of the child_ns_mode sysctl

[PATCH v4 00/14] target/arm: single-binary
 2026-02-19 16:32 UTC  (17+ messages)
` [PATCH v4 01/14] target/arm: Move TCG-specific code out of debug_helper.c
` [PATCH v4 02/14] target/arm: Don't require helper prototypes in helper.c
` [PATCH v4 03/14] target/arm: extract helper-mve.h from helper.h
` [PATCH v4 04/14] target/arm: extract helper-a64.h "
` [PATCH v4 05/14] target/arm: extract helper-sve.h "
` [PATCH v4 06/14] target/arm: extract helper-sme.h "
` [PATCH v4 07/14] tcg: move tcg_use_softmmu to tcg/tcg-internal.h
` [PATCH v4 08/14] target/arm: move exec/helper-* plumbery to helper.h
` [PATCH v4 09/14] target/arm/tcg/psci.c: make compilation unit common
` [PATCH v4 10/14] target/arm/tcg/cpu-v7m.c: "
` [PATCH v4 11/14] target/arm/tcg/vec_helper.c: "
` [PATCH v4 12/14] target/arm/tcg/translate.h: replace target_ulong with vaddr
` [PATCH v4 13/14] target/arm/tcg/translate.h: replace target_long with int64_t
` [PATCH v4 14/14] include/tcg/tcg-op.h: eradicate TARGET_INSN_START_EXTRA_WORDS

[PATCH net] vsock: lock down child_ns_mode as write-once
 2026-02-19 16:21 UTC  (6+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-19 12:43 UTC  (5+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v5 01/34] i386/kvm: avoid installing duplicate msr entries in msr_handlers
 2026-02-19 11:40 UTC  (25+ messages)
` [PATCH v5 02/34] accel/kvm: add confidential class member to indicate guest rebuild capability
` [PATCH v5 05/34] accel/kvm: add changes required to support KVM VM file descriptor change
` [PATCH v5 06/34] accel/kvm: add a notifier to indicate KVM VM file descriptor has changed
` [PATCH v5 07/34] accel/kvm: notify when KVM VM file fd is about to be changed
` [PATCH v5 08/34] i386/kvm: unregister smram listeners prior to vm file descriptor change
` [PATCH v5 09/34] kvm/i386: implement architecture support for kvm "
` [PATCH v5 10/34] i386/kvm: refactor xen init into a new function
` [PATCH v5 13/34] kvm/i386: reload firmware for confidential guest reset
` [PATCH v5 14/34] accel/kvm: rebind current VCPUs to the new KVM VM file descriptor upon reset
` [PATCH v5 15/34] i386/tdx: refactor TDX firmware memory initialization code into a new function
` [PATCH v5 16/34] i386/tdx: finalize TDX guest state upon reset
` [PATCH v5 17/34] i386/tdx: add a pre-vmfd change notifier to reset tdx state
` [PATCH v5 18/34] i386/sev: add migration blockers only once
` [PATCH v5 19/34] i386/sev: add notifiers "
` [PATCH v5 20/34] i386/sev: free existing launch update data and kernel hashes data on init
` [PATCH v5 21/34] i386/sev: add support for confidential guest reset
` [PATCH v5 25/34] kvm/hyperv: add synic feature to CPU only if its not enabled
` [PATCH v5 27/34] kvm/xen-emu: re-initialize capabilities during confidential guest reset
` [PATCH v5 29/34] kvm/vcpu: add notifiers to inform vcpu file descriptor change

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

[PATCH v3 00/16] x86/msr: Inline rdmsr/wrmsr instructions
 2026-02-19  6:44 UTC  (15+ messages)
` [PATCH v3 02/16] coco/tdx: Rename MSR access helpers
` [PATCH v3 04/16] KVM: x86: Remove the KVM private read_msr() function
` [PATCH v3 05/16] x86/msr: Minimize usage of native_*() msr access functions
` [PATCH v3 09/16] x86/msr: Use the alternatives mechanism for WRMSR

[PATCH v1 0/8] i386/kvm: Add support for extended APIC register space
 2026-02-19  5:52 UTC  (11+ messages)
` [PATCH v1 1/8] i386/kvm: Refactor APIC state functions to use generic register pointer
` [PATCH v1 2/8] i386/kvm: Pass APICCommonState directly to kvm_get_apic_state()
` [PATCH v1 3/8] i386/apic: Add extended APIC helper functions
` [PATCH v1 4/8] i386/kvm: Add extended APIC state to APICCommonState
` [PATCH v1 5/8] i386/kvm: Add extended LAPIC capability negotiation
` [PATCH v1 6/8] i386/kvm: Add KVM_GET/SET_LAPIC2 support for extended APIC state
` [PATCH v1 7/8] apic_common: migrate extended APIC fields
` [PATCH v1 8/8] DO NOT MERGE: Temporary EXTAPIC UAPI definitions

[PATCH v3 00/12] target/arm: single-binary
 2026-02-19  4:04 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-19  0:26 UTC  (7+ messages)
` [RFC PATCH 1/5] KVM: nSVM: Do not use L2's RIP for vmcb02's NextRIP after first L2 VMRUN
` [RFC PATCH 4/5] KVM: SVM: Recalculate nested RIPs after restoring REGS/SREGS

[PATCH] KVM: x86/mmu: Don't create SPTEs for addresses that aren't mappable
 2026-02-19  0:23 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
 2026-02-19  0:06 UTC  (3+ messages)

[PATCH v2 0/3] Use killable vma write locking in most places
 2026-02-18 23:40 UTC  (12+ messages)
` [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 v2 0/8] KVM: SVM: A fix and cleanups for VMCB intercepts
 2026-02-18 23:23 UTC  (14+ messages)
` [PATCH v2 1/8] KVM: SVM: Explicitly mark vmcb01 dirty after modifying "
` [PATCH v2 2/8] KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested parts
` [PATCH v2 3/8] KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't active
` [PATCH v2 4/8] KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_control()
` [PATCH v2 5/8] KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()
` [PATCH v2 6/8] KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()
` [PATCH v2 7/8] KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_state
` [PATCH v2 8/8] KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02

[PATCH v2 0/5] KVM: nSVM: Fix save/restore of NextRIP & interrupt shadow
 2026-02-18 23:12 UTC  (3+ messages)
` [PATCH v2 3/5] KVM: nSVM: Move sync'ing to vmcb12 cache after completing interrupts

[PATCH 0/6] Add RMPOPT support
 2026-02-18 22:56 UTC  (29+ 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

[Invitation] bi-weekly guest_memfd upstream call on 2026-02-19
 2026-02-18 22:46 UTC 

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-18 21:45 UTC  (13+ 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 00/10] KVM: selftests: Convert to kernel-style types
 2026-02-18 21:17 UTC  (7+ messages)

Re: [BUG REPORT] USE_AFTER_FREE in complete_emulated_mmio found by KASAN/Syzkaller fuzz test (v5.10.0)
 2026-02-18 20:56 UTC  (3+ messages)

[kvm-unit-tests PATCH V2 00/10] Improve test parity between SVM and VMX
 2026-02-18 20:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH V2 10/10] x86/svm: Add test for #UD when EFER.SVME=0

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-18 19:37 UTC  (5+ messages)
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all

[PATCH 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-02-18 12:12 UTC  (3+ messages)
` [PATCH 2/4] s390/sclp: Detect ASTFLEIE 2 facility

[BUG] Oops following "Invalid wait context" in pvclock_gtod_notify
 2026-02-18 11:04 UTC 

[PATCH] KVM: x86: Defer non-architectural deliver of exception payload to userspace read
 2026-02-18  1:06 UTC  (2+ messages)

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-17 23:44 UTC  (10+ messages)
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT

[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 v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-02-17 20:30 UTC  (5+ messages)
` [PATCH v3 10/16] x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context


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