messages from 2026-02-17 13:34:35 to 2026-02-19 12:43:58 UTC [more...]
[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
[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
2026-02-19 11:06 UTC (32+ messages)
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
` "
[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 net v2 0/3] vsock: add write-once semantics to child_ns_mode
2026-02-19 10:36 UTC (7+ 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 9:38 UTC (16+ 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 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)
[PATCH net] vsock: lock down child_ns_mode as write-once
2026-02-19 0:41 UTC (5+ 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 (14+ 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 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 (8+ messages)
` [PATCH v3 05/16] x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
` [PATCH v3 10/16] x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
[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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox