public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-13 10:47:56 to 2026-04-14 23:10:00 UTC [more...]

[PATCH v2 0/1] vfio: selftests: Find devices that have VFIO selftest drivers
 2026-04-14 23:09 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-14 23:02 UTC  (8+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED

[PATCH 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-04-14 22:49 UTC  (8+ messages)
` [PATCH 1/4] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH 2/4] perf/x86/intel: Don't context switch DS_AREA (and PEBS config) if PEBS is unused
` [PATCH 3/4] perf/x86/intel: Make @data a mandatory param for intel_guest_get_msrs()
` [PATCH 4/4] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data

[PATCH 00/11] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-04-14 22:40 UTC  (8+ messages)
` [PATCH 04/11] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH 07/11] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers

[PATCH] KVM: Drop kvm_vcpu.ready to squash race where "ready" can get stuck "true"
 2026-04-14 22:38 UTC  (5+ messages)

[PATCH v2 0/6] KVM: x86: Reg cleanups / prep work for APX
 2026-04-14 22:21 UTC  (17+ messages)
` [PATCH v2 1/6] KVM: x86: Add dedicated storage for guest RIP
` [PATCH v2 2/6] KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APX
` [PATCH v2 5/6] KVM: x86: Track available/dirty register masks as "unsigned long" values

[PATCH v7 00/22] Runtime TDX module update support
 2026-04-14 22:20 UTC  (39+ messages)
` [PATCH v7 06/22] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v7 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v7 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v7 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v7 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v7 13/22] x86/virt/seamldr: Install a new "
` [PATCH v7 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v7 18/22] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
` [PATCH v7 19/22] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v7 21/22] x86/virt/tdx: Document TDX module update
` [PATCH v7 22/22] x86/virt/seamldr: Log TDX module update failures

[PATCH v2 0/4] KVM: arm64: selftests: Basic nested guest support
 2026-04-14 22:14 UTC  (9+ messages)
` [PATCH v2 2/4] KVM: arm64: sefltests: Add helpers for guest hypervisors
` [PATCH v2 3/4] KVM: arm64: sefltests: Add basic NV selftest

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-04-14 21:40 UTC  (2+ messages)

[PATCH 0/4] vfio/virtio: Fix list_lock type and modernize locking
 2026-04-14 20:06 UTC  (5+ messages)
` [PATCH 1/4] vfio/virtio: Convert list_lock from spinlock to mutex
` [PATCH 2/4] vfio/virtio: Use guard() for list_lock where applicable
` [PATCH 3/4] vfio/virtio: Use guard() for migf->lock "
` [PATCH 4/4] vfio/virtio: Use guard() for bar_mutex in legacy I/O

[PATCH v5 00/24] ARM64 PMU Partitioning
 2026-04-14 19:55 UTC  (2+ messages)

[PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
 2026-04-14 18:07 UTC  (5+ messages)
` [PATCH RFC 1/4] selftests: harness: Move metadata structs to separate header file
` [PATCH RFC 2/4] selftests: harness: Set global current_test_metadata for each test run
` [PATCH RFC 3/4] KVM: selftests: Do teardown from kselftest harness if kselftest_harness is used
` [PATCH RFC 4/4] HACK: Show that the teardown function is called from KVM selftests

[PATCH v10 00/12] VMSCAPE optimization for BHI variant
 2026-04-14 18:05 UTC  (14+ messages)
` [PATCH v10 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v10 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v10 03/12] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v10 04/12] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v10 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v10 06/12] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v10 07/12] static_call: Add EXPORT_STATIC_CALL_FOR_MODULES()
` [PATCH v10 08/12] kvm: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v10 09/12] x86/vmscape: Use static_call() for predictor flush
` [PATCH v10 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v10 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v10 12/12] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-14 17:45 UTC  (18+ messages)
` [RFC, PATCH 01/12] userfaultfd: define UAPI constants for anonymous minor faults
` [RFC, PATCH 02/12] userfaultfd: add UFFD_FEATURE_MINOR_ANON registration support
` [RFC, PATCH 03/12] userfaultfd: implement UFFDIO_DEACTIVATE ioctl
` [RFC, PATCH 04/12] userfaultfd: UFFDIO_CONTINUE for anonymous memory
` [RFC, PATCH 05/12] mm: intercept protnone faults on VM_UFFD_MINOR anonymous VMAs
` [RFC, PATCH 06/12] userfaultfd: auto-resolve shmem and hugetlbfs minor faults in async mode
` [RFC, PATCH 07/12] sched/numa: skip scanning anonymous VM_UFFD_MINOR VMAs
` [RFC, PATCH 08/12] userfaultfd: enable UFFD_FEATURE_MINOR_ANON
` [RFC, PATCH 09/12] mm/pagemap: add PAGE_IS_UFFD_DEACTIVATED to PAGEMAP_SCAN
` [RFC, PATCH 10/12] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [RFC, PATCH 11/12] selftests/mm: add userfaultfd anonymous minor fault tests
` [RFC, PATCH 12/12] Documentation/userfaultfd: document working set tracking

[PATCH 1/1] vfio/pci: add PCIe TPH device ioctl
 2026-04-14 17:00 UTC  (8+ messages)

[PATCH net v3 0/3] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-14 16:10 UTC  (4+ messages)
` [PATCH net v3 1/3] vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating "
` [PATCH net v3 2/3] vsock/test: fix MSG_PEEK handling in recv_buf()
` [PATCH net v3 3/3] vsock/test: add MSG_PEEK after partial recv test

[PATCH] KVM: x86: use inlines instead of macros for is_sev_*guest
 2026-04-14 15:33 UTC  (3+ messages)

[PATCH for-11.0 v3] accel/kvm: return early from kvm_irqchip_create if kvm does not support irqchip
 2026-04-14 15:32 UTC  (3+ messages)

[PATCH v2 00/16] s390/vfio-ap: Add live guest migration support
 2026-04-14 14:09 UTC  (2+ messages)

Save the date: KVM Forum 2026, Vancouver, Canada, November 12-13
 2026-04-14 13:55 UTC 

[PATCH kvmtool] plic: Fix lock/unlock mismatch in plic__irq_trig()
 2026-04-14 13:06 UTC 

[PATCH V4 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2026-04-14 11:31 UTC  (3+ messages)
` [PATCH V4 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
` [PATCH V4 2/2] LoongArch: KVM: fix "unreliable stack" issue

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-14  9:57 UTC  (6+ messages)
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT

[PATCH 0/3] LoongArch: KVM: Small enhancement about timer
 2026-04-14  7:23 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Move AVEC interrupt injection in switch loop
` [PATCH 2/3] LoongArch: KVM: Fix HW timer interrupt lost when inject interrupt from software
` [PATCH 3/3] LoongArch: KVM: Move unconditional delay in timer clear scenery

[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-04-14  4:08 UTC  (2+ messages)

[PATCH v3 11/27] monitor: Do not check TARGET_I386 to build 'info sgx' command
 2026-04-14  0:29 UTC  (3+ messages)
` [PATCH v3 12/27] monitor: Do not check TARGET_I386 to build 'info sev' command
` [PATCH v3 20/27] monitor: Remove 'monitor/hmp-target.h' header

[PATCH 0/2] vfio: selftests: Automate finding/setting up devices for testing
 2026-04-14  0:15 UTC  (8+ messages)
` [PATCH 1/2] vfio: selftests: Find devices that are compatible with VFIO selftests
` [PATCH 2/2] vfio: selftests: Automate setting up devices for testing

[PATCH 00/14] iommu: Add live update state preservation
 2026-04-13 23:40 UTC  (10+ messages)
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks

[PATCH] VFIO: remove dead notifier code
 2026-04-13 21:58 UTC  (2+ messages)

[PATCH v2 1/2] vfio/xe: Reorganize the init to decouple migration from reset
 2026-04-13 21:58 UTC  (2+ messages)

[BUG] KVM: NULL pointer dereference in kvm_tdp_mmu_map under memory pressure
 2026-04-13 21:47 UTC  (2+ messages)

[PATCH 0/3] KVM, vfio: remove exported KVM symbols
 2026-04-13 21:21 UTC  (9+ messages)
` [PATCH 1/3] VFIO: take reference to the KVM module

[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-13 21:08 UTC  (7+ messages)
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH RFC v3 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-13 20:46 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/7] lib: arm64: Generalize ESR exception class definitions for EL2 support
` [kvm-unit-tests PATCH v2 2/7] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v2 3/7] lib: arm64: Generalize exception vector definitions for EL2 support
` [kvm-unit-tests PATCH v2 4/7] lib: arm64: Add foundational guest execution framework
` [kvm-unit-tests PATCH v2 5/7] lib: arm64: Add support for guest exit exception handling
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)
` [kvm-unit-tests PATCH v2 7/7] arm64: Add Stage-2 MMU demand paging test

[RESEND PATCH] vfio/virtio: Fix lock/unlock mismatch in virtiovf_read_device_context_chunk()
 2026-04-13 20:08 UTC  (2+ messages)

[PATCH v4 0/7] Add RMPOPT support
 2026-04-13 19:44 UTC  (8+ messages)
` [PATCH v4 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v4 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v4 3/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v4 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v4 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v4 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v4 7/7] x86/sev: Add debugfs support for RMPOPT

[PATCH v7 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-04-13 18:11 UTC  (6+ messages)
` [PATCH v7 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH v13 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-04-13 18:04 UTC  (4+ messages)
` [PATCH v13 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing

[PATCH for-11.0] accel/kvm: return early from kvm_irqchip_create if kvm does not support irqchip
 2026-04-13 17:09 UTC  (4+ messages)

[kvm:queue 12/12] arch/x86/kvm/svm/avic.c:240:39: error: passing argument 1 of 'is_sev_es_guest' from incompatible pointer type
 2026-04-13 16:55 UTC  (4+ messages)

[kvm-unit-tests PATCH] Update gitlab-CI jobs to Fedora 43
 2026-04-13 15:04 UTC 

[GIT PULL 00/12] KVM: s390: Changes for 7.1
 2026-04-13 12:33 UTC  (13+ messages)
` [GIT PULL 04/12] KVM: s390: vsie: Disable some bits when in ESA mode
` [GIT PULL 05/12] KVM: s390: vsie: Accommodate ESA prefix pages
` [GIT PULL 06/12] KVM: s390: Add KVM capability for ESA mode guests
` [GIT PULL 07/12] KVM: s390: Add some useful mask macros
` [GIT PULL 08/12] KVM: s390: Add alignment checks for hugepages
` [GIT PULL 09/12] KVM: s390: Allow 4k granularity for memslots
` [GIT PULL 10/12] KVM: selftests: Remove 1M alignment requirement for s390
` [GIT PULL 11/12] KVM: s390: selftests: enable some common memory-related tests
` [GIT PULL 12/12] KVM: s390: ucontrol: Fix memslot handling

[PATCH V2 for-11.0] accel/kvm: return early from kvm_irqchip_create if kvm does not support irqchip
 2026-04-13 12:27 UTC  (6+ messages)

[GIT PULL] KVM: x86 pull requests for 7.1
 2026-04-13 11:20 UTC  (15+ messages)
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: Emulated MMIO "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: Nested SVM "
` [GIT PULL] KVM: Selftests "
` [GIT PULL] KVM: x86: SVM+SEV changes
` [GIT PULL] KVM: x86: VMXON and EFER.SVME extraction for 7.1


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