public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-14 13:28:20 to 2025-10-16 19:06:46 UTC [more...]

[PATCH 0/3] KVM: SVM: Unregister GALog notifier on module exit
 2025-10-16 19:06 UTC 

[PATCH] KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
 2025-10-16 18:28 UTC  (12+ messages)

[PATCH v2 0/2] KVM: VMX: Handle SEAMCALL or TDCALL VM-Exits
 2025-10-16 18:21 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
` [PATCH v2 2/2] KVM: TDX: WARN if a SEAMCALL VM-Exit makes its way out to KVM

[PATCH v7 00/24] WHPX support for Arm
 2025-10-16 18:19 UTC  (37+ messages)
` [PATCH v7 01/24] target/arm/kvm: add constants for new PSCI versions
` [PATCH v7 02/24] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v7 03/24] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v7 04/24] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v7 05/24] tests: data: update AArch64 ACPI tables
` [PATCH v7 06/24] whpx: Move around files before introducing AArch64 support
` [PATCH v7 07/24] whpx: reshuffle common code
` [PATCH v7 08/24] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v7 09/24] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v7 10/24] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v7 11/24] whpx: interrupt controller support
` [PATCH v7 12/24] whpx: add arm64 support
` [PATCH v7 13/24] whpx: copy over memory management logic from hvf
` [PATCH v7 14/24] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v7 15/24] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v7 16/24] docs: arm: update virt machine model description
` [PATCH v7 17/24] whpx: arm64: clamp down IPA size
` [PATCH v7 18/24] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v7 19/24] whpx: arm64: implement -cpu host
` [PATCH v7 20/24] target/arm: whpx: instantiate GIC early
` [PATCH v7 21/24] whpx: arm64: gicv3: add migration blocker
` [PATCH v7 22/24] whpx: enable arm64 builds
` [PATCH v7 23/24] MAINTAINERS: update maintainers for WHPX
` [PATCH v7 24/24] whpx: apic: use non-deprecated APIs to control interrupt controller state

[PATCH v13 00/12] KVM: guest_memfd: Add NUMA mempolicy support
 2025-10-16 18:08 UTC  (14+ messages)
` [PATCH v13 01/12] KVM: guest_memfd: Rename "struct kvm_gmem" to "struct gmem_file"
` [PATCH v13 02/12] KVM: guest_memfd: Add macro to iterate over gmem_files for a mapping/inode
` [PATCH v13 03/12] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH v13 04/12] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH v13 05/12] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH v13 06/12] KVM: selftests: Define wrappers for common syscalls to assert success
` [PATCH v13 07/12] KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by default
` [PATCH v13 08/12] KVM: selftests: Add additional equivalents to libnuma APIs in KVM's numaif.h
` [PATCH v13 09/12] KVM: selftests: Use proper uAPI headers to pick up mempolicy.h definitions
` [PATCH v13 10/12] KVM: selftests: Add helpers to probe for NUMA support, and multi-node systems
` [PATCH v13 11/12] KVM: selftests: Add guest_memfd tests for mmap and NUMA policy support
` [PATCH v13 12/12] KVM: guest_memfd: Add gmem_inode.flags field instead of using i_private

[PATCH v8 00/24] WHPX support for Arm
 2025-10-16 17:37 UTC  (15+ messages)
` [PATCH v8 01/24] target/arm/kvm: add constants for new PSCI versions
` [PATCH v8 02/24] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v8 03/24] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v8 04/24] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v8 05/24] tests: data: update AArch64 ACPI tables
` [PATCH v8 06/24] whpx: Move around files before introducing AArch64 support
` [PATCH v8 07/24] whpx: reshuffle common code
` [PATCH v8 08/24] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v8 09/24] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v8 10/24] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v8 11/24] whpx: interrupt controller support
` [PATCH v8 12/24] whpx: add arm64 support
` [PATCH v8 13/24] whpx: change memory management logic
` [PATCH v8 14/24] target/arm: cpu: mark WHPX as supporting PSCI 1.3

[PATCH v2 0/3] VMSCAPE optimization for BHI variant
 2025-10-16 17:23 UTC  (6+ messages)
` [PATCH v2 1/3] x86/bhi: Add BHB clearing for CPUs with larger branch history
` [PATCH v2 2/3] x86/vmscape: Replace IBPB with branch history clear on exit to userspace
` [PATCH v2 3/3] x86/vmscape: Remove LFENCE from BHB clearing long loop

[PATCH v2] KVM: x86: Unify L1TF flushing under per-CPU variable
 2025-10-16 16:47 UTC  (7+ messages)

[PATCH 00/12] vfio: selftests: Support for multi-device tests
 2025-10-16 16:12 UTC  (3+ messages)
` [PATCH 12/12] vfio: selftests: Add vfio_pci_device_init_perf_test

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-16 14:17 UTC  (9+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
      ` [f2fs-dev] "

[PATCH] KVM: x86: Drop "cache" from user return MSR setter that skips WRMSR
 2025-10-16 13:41 UTC  (11+ messages)

Dual Display Not Working ( Black second screen ) on CentOS 5.2 with VirtIO and QXL Configuration
 2025-10-16 11:02 UTC 

[PATCH] RISC-V: KVM: Fix check for local interrupts on riscv32
 2025-10-16  9:42 UTC  (2+ messages)

[PATCH v4 0/7] KVM: SVM: Add Page Modification Logging (PML) support
 2025-10-16  9:23 UTC  (19+ messages)
` [PATCH v4 1/7] KVM: x86: Carve out PML flush routine
` [PATCH v4 3/7] KVM: x86: Move enable_pml variable to common x86 code
` [PATCH v4 4/7] KVM: x86: Move nested CPU dirty logging logic to common code

[PATCH] MAINTAINERS: Update Alex Williamson's email address
 2025-10-16  7:37 UTC  (2+ messages)

[PATCH 0/1] KVM: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-10-16  7:26 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Read HGEIP CSR on the correct cpu
 2025-10-16  7:09 UTC  (2+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-16  6:10 UTC  (4+ messages)
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default

[PATCH V3 kvm-x86/gmem 1/2] KVM: guest_memfd: move kvm_gmem_get_index() and use in kvm_gmem_prepare_folio()
 2025-10-16  5:27 UTC  (7+ messages)

[PATCH 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-16  0:40 UTC  (7+ messages)
` [PATCH 3/4] KVM: selftests: Add VM_MODE_PXXV57_4K VM mode

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-16  0:04 UTC  (7+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

[PATCH v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
 2025-10-15 21:25 UTC  (3+ messages)

[PATCH] fs/resctrl: Fix MBM events being unconditionally enabled in mbm_event mode
 2025-10-15 20:37 UTC  (15+ messages)

[RFC PATCH 0/7] vfio: Add alias region uapi for device feature
 2025-10-15 19:36 UTC  (2+ messages)

[RFC PATCH RESEND 0/3] mm: Fix MF_DELAYED handling on memory failure
 2025-10-15 18:58 UTC  (4+ messages)
` [RFC PATCH RESEND 1/3] mm: memory_failure: Fix MF_DELAYED handling on truncation during failure
` [RFC PATCH RESEND 2/3] KVM: selftests: Add memory failure tests in guest_memfd_test
` [RFC PATCH RESEND 3/3] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables

[PATCH 00/12] Extend test coverage for nested SVM
 2025-10-15 18:20 UTC  (7+ messages)
` [PATCH 08/12] KVM: selftests: Use 'leaf' instead of hugepage to describe EPT entries

[PATCH v1] KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is available
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH] KVM: TDX: Replace kmalloc + copy_from_user with memdup_user in tdx_td_init
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH] KVM: VMX: Remove stale vmx_set_dr6() declaration
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Aggressively clear vmcb02 clean bits
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH] KVM: selftests: Don't fall over when only one CPU
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Skip MMIO SPTE invalidation if enable_mmio_caching=0
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH] KVM: guest_memfd: Drop a superfluous local var in kvm_gmem_fault_user_mapping()
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH] KVM: use folio_nr_pages() instead of shift operation
 2025-10-15 18:02 UTC  (2+ messages)

[PATCH v12 00/12] KVM: guest_memfd: Add NUMA mempolicy support
 2025-10-15 16:56 UTC  (7+ messages)
` [PATCH v12 05/12] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH v11 00/21] TDX KVM selftests
 2025-10-15 16:27 UTC  (3+ messages)
` [PATCH v11 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM

[GIT PULL] KVM/arm64 fixes for 6.18, take #1
 2025-10-15 14:04 UTC  (3+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-10-15
 2025-10-15 11:51 UTC 

[PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
 2025-10-15  8:53 UTC  (2+ messages)

[PATCH v3] LoongArch: KVM: Add AVEC support
 2025-10-15  8:23 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] Fix triple fault in eventinj test
 2025-10-15  4:29 UTC  (8+ messages)
` [PATCH 1/2] x86/eventinj: Use global asm label for nested NMI IP address verification
` [PATCH 2/2] x86/eventinj: Push SP to IRET frame

[PATCH v2 0/3] Fix a lost async pagefault notification when the guest is using SMM
 2025-10-15  3:32 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: Warn if KVM tries to deliver an #APF completion when APF is not enabled
` [PATCH v2 2/3] KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued
` [PATCH v2 3/3] KVM: x86: Fix the interaction between SMM and the asynchronous pagefault

[PATCH v3 0/1] Fix spelling typo in samples/vfio-mdev
 2025-10-15  1:59 UTC  (2+ messages)
` [PATCH v3 1/1] vfio/mtty: "

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-10-15  1:35 UTC  (3+ messages)
` [PATCH v3 06/16] x86/virt/tdx: Improve PAMT refcounters allocation for sparse memory

[PATCH v2 0/1] Some spelling error fixes in samples directory
 2025-10-15  1:05 UTC  (5+ messages)
` [PATCH v2 1/1] samples/bpf: Fix spelling typo in samples/bpf
    `  "

[PATCH v1 0/3] kvm:x86: simplify kvmclock update logic
 2025-10-14 23:59 UTC  (2+ messages)

[PATCH v2 0/2] KVM: SVM: GIF and EFER.SVME are independent
 2025-10-14 22:58 UTC  (8+ messages)
` [PATCH v2 2/2] KVM: SVM: Don't set GIF when clearing EFER.SVME

[PATCH v2 0/2] KVM: SVM: Handle EferLmsleUnsupported
 2025-10-14 22:49 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Advertise EferLmsleUnsupported to userspace

[RFC PATCH 0/4] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-10-14 19:44 UTC  (8+ messages)
` [RFC PATCH 3/4] KVM: x86/tdx: Do VMXON and TDX-Module initialization during tdx_init()

[PATCH v4 0/2] Support for SEV-ES guest shadow stack
 2025-10-14 19:43 UTC  (3+ messages)
` [PATCH v4 1/2] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v4 2/2] x86/sev-es: Include XSS value in GHCB CPUID request

[PATCH 1/1] doc/kvm/api: Fix VM exit code for full dirty ring
 2025-10-14 15:28 UTC 


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