public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-15 21:42:51 to 2025-12-18 09:19:49 UTC [more...]

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2025-12-18  9:19 UTC  (3+ messages)

[PATCH net v4 0/4] vsock/virtio: fix TX credit handling
 2025-12-18  9:18 UTC  (7+ messages)
` [PATCH net v4 1/4] vsock/virtio: fix potential underflow in virtio_transport_get_credit()
` [PATCH net v4 2/4] vsock/virtio: cap TX credit to local buffer size
` [PATCH net v4 3/4] vsock/test: fix seqpacket message bounds test
` [PATCH net v4 4/4] vsock/test: add stream TX credit "

Implement initial driver for virtio-RDMA device(kernel)
 2025-12-18  9:09 UTC  (11+ messages)
` [PATCH 01/10] drivers/infiniband/hw/virtio: Initial driver for virtio RDMA devices
` [PATCH 02/10] drivers/infiniband/hw/virtio: add vrdma_exec_verbs_cmd to construct verbs sgs using virtio
` [PATCH 03/10] drivers/infiniband/hw/virtio: Implement core device and key resource management
` [PATCH 04/10] drivers/infiniband/hw/virtio: Implement MR, GID, ucontext and AH resource management verbs
` [PATCH 05/10] drivers/infiniband/hw/virtio: Implement memory mapping and MR scatter-gather support
` [PATCH 06/10] drivers/infiniband/hw/virtio: Implement port management and QP modification verbs
` [PATCH 07/10] drivers/infiniband/hw/virtio: Implement Completion Queue (CQ) polling support
` [PATCH 08/10] drivers/infiniband/hw/virtio: Implement send/receive verb support
` [PATCH 09/10] drivers/infiniband/hw/virtio: Implement P_key, QP query and user MR resource management verbs
` [PATCH 10/10] drivers/infiniband/hw/virtio: Add completion queue notification support

[PATCH v1 10/28] accel/kvm: Add notifier to inform that the KVM VM file fd is about to be changed
 2025-12-18  8:49 UTC  (8+ messages)
` [PATCH v1 13/28] i386/tdx: finalize TDX guest state upon reset
` [PATCH v1 15/28] i386/sev: add migration blockers only once

[PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
 2025-12-18  8:33 UTC  (3+ messages)
  ` [tip: perf/core] perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs

[PATCH 00/32] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-18  8:17 UTC  (37+ messages)
` [PATCH 07/32] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH 10/32] KVM: arm64: gic-v5: Add emulation for ICC_IAFFID_EL1 accesses
` [PATCH 13/32] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH 11/32] KVM: arm64: gic-v5: Trap and emulate ICH_PPI_HMRx_EL1 accesses
` [PATCH 15/32] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH 16/32] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH 17/32] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH 18/32] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH 19/32] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH 23/32] KVM: arm64: gic-v5: Bump arch timer "
` [PATCH 29/32] irqchip/gic-v5: Check if impl is virt capable

[PATCH v2 0/2] vfio/pci: Fix issues with qword access
 2025-12-18  8:16 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/pci: Disable qword access to the PCI ROM bar
` [PATCH v2 2/2] vfio/pci: Disable qword access to the VGA region

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2025-12-18  7:56 UTC  (3+ messages)
` [PATCH v4 1/2] target/arm/kvm: add constants for new PSCI versions

[PATCH v5 00/28] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-12-18  7:52 UTC  (22+ messages)
` [PATCH v5 03/28] pc: Start with modern CPU hotplug interface by default
` [PATCH v5 04/28] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v5 05/28] acpi: Remove legacy cpu hotplug utilities
` [PATCH v5 06/28] docs/specs/acpi_cpu_hotplug: Remove legacy cpu hotplug descriptions
` [PATCH v5 07/28] tests/acpi: Update DSDT tables for pc machine
` [PATCH v5 08/28] tests/acpi: Update DSDT tables for q35 machine
` [PATCH v5 14/28] hw/i386/pc: Remove multiboot.bin
` [PATCH v5 15/28] hw/i386: Assume fw_cfg DMA is always enabled
` [PATCH v5 16/28] hw/i386: Remove linuxboot.bin

[PATCH v7 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-12-18  6:36 UTC  (3+ messages)

[PATCH] vfio/pci: Disable qword access to the PCI ROM bar
 2025-12-18  6:35 UTC  (3+ messages)

[PATCH v4 0/9] crypto: virtio: Some bugfix and enhancement
 2025-12-18  3:52 UTC  (11+ messages)
` [PATCH v4 1/9] crypto: virtio: Add spinlock protection with virtqueue notification
` [PATCH v4 2/9] crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
` [PATCH v4 3/9] crypto: virtio: Replace package id with numa node id
` [PATCH v4 4/9] crypto: virtio: Add algo pointer in virtio_crypto_skcipher_ctx
` [PATCH v4 5/9] crypto: virtio: Use generic API aes_check_keylen()
` [PATCH v4 6/9] crypto: virtio: Remove AES specified marcro AES_BLOCK_SIZE
` [PATCH v4 7/9] crypto: virtio: Add req_data with structure virtio_crypto_sym_request
` [PATCH v4 8/9] crypto: virtio: Add IV buffer in "
` [PATCH v4 9/9] crypto: virtio: Add skcipher support without IV

[PATCH v2 0/3] mm: fixup pfnmap memory failure handling
 2025-12-18  2:18 UTC  (5+ messages)
` [PATCH v2 1/3] mm: fixup pfnmap memory failure handling to use pgoff

[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
 2025-12-18  1:44 UTC  (8+ messages)

[PATCH v5 00/24] ARM64 PMU Partitioning
 2025-12-17 23:05 UTC  (7+ messages)
` [PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
` [PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-12-17 17:15 UTC  (4+ messages)

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-12-17 19:01 UTC  (5+ messages)
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2025-12-17 15:28 UTC  (50+ messages)
` [PATCH v12 01/46] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v12 02/46] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v12 03/46] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v12 04/46] arm64: RMI: Add wrappers for RMI calls
` [PATCH v12 05/46] arm64: RMI: Check for RMI support at KVM init
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 07/46] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v12 08/46] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v12 09/46] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v12 10/46] arm64: RMI: RTT tear down
` [PATCH v12 11/46] arm64: RMI: Activate realm on first VCPU run
` [PATCH v12 12/46] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v12 13/46] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v12 14/46] arm64: RMI: Support for the VGIC in realms
` [PATCH v12 15/46] KVM: arm64: Support timers in realm RECs
` [PATCH v12 16/46] arm64: RMI: Handle realm enter/exit
` [PATCH v12 17/46] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v12 18/46] KVM: arm64: Handle realm MMIO emulation
` [PATCH v12 19/46] KVM: arm64: Expose support for private memory
` [PATCH v12 20/46] arm64: RMI: Allow populating initial contents
` [PATCH v12 21/46] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v12 22/46] arm64: RMI: Create the realm descriptor
` [PATCH v12 23/46] arm64: RMI: Add a VMID allocator for realms
` [PATCH v12 24/46] arm64: RMI: Runtime faulting of memory
` [PATCH v12 25/46] KVM: arm64: Handle realm VCPU load
` [PATCH v12 26/46] KVM: arm64: Validate register access for a Realm VM
` [PATCH v12 27/46] KVM: arm64: Handle Realm PSCI requests
` [PATCH v12 28/46] KVM: arm64: WARN on injected undef exceptions
` [PATCH v12 29/46] arm64: Don't expose stolen time for realm guests
` [PATCH v12 30/46] arm64: RMI: allow userspace to inject aborts
` [PATCH v12 31/46] arm64: RMI: support RSI_HOST_CALL
` [PATCH v12 32/46] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v12 33/46] arm64: RMI: Always use 4k pages for realms
` [PATCH v12 34/46] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v12 35/46] HACK: Restore per-CPU cpu_armpmu pointer
` [PATCH v12 36/46] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v12 37/46] arm64: RMI: Enable PMU support with a realm guest
` [PATCH v12 38/46] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v12 39/46] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v12 40/46] arm64: RMI: Initialize PMCR.N with number counter supported by RMM
` [PATCH v12 41/46] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v12 42/46] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v12 43/46] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v12 44/46] arm64: RMI: Provide accurate register list
` [PATCH v12 45/46] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v12 46/46] arm64: RMI: Enable realms to be created

[PATCH] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
 2025-12-17 14:41 UTC  (5+ messages)

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-12-17 13:39 UTC  (3+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v4] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
 2025-12-17 12:06 UTC  (4+ messages)

[PATCH 0/2] x86/split_lock: Fix and enhancement for TDX guest
 2025-12-17 10:56 UTC  (4+ messages)
` [PATCH 1/2] x86/split_lock: Don't try to handle user split lock in "

[PATCH 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2025-12-17  4:55 UTC  (4+ messages)
` [PATCH 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
` [PATCH 2/2] LoongArch: KVM: fix "unreliable stack" issue

[PATCH] KVM: s390: vsie: retry SIE when unable to get vsie_page
 2025-12-17  3:01 UTC 

[PATCH net-next ] vdpa: fix caching attributes of MMIO regions by setting them explicitly
 2025-12-17  1:22 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
 2025-12-17  0:43 UTC  (9+ messages)
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()

[PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
 2025-12-17  0:13 UTC  (3+ messages)

[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
 2025-12-16 22:59 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: x86: Provide TSC frequency in "generic" timing infomation CPUID leaf

[PATCH 0/5] x86: Cleanups around slow_down_io()
 2025-12-16 21:50 UTC  (8+ messages)

[PATCH] KVM: SVM: Fix redundant updates of LBR MSR intercepts
 2025-12-16 21:34 UTC  (4+ messages)
` [PATCH v3 24/26] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN

[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-12-16 19:58 UTC  (17+ messages)
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
` [PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

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

[PATCH] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-16 16:01 UTC  (4+ messages)

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-12-16 14:21 UTC  (3+ messages)
` [PATCH v2 03/12] KVM: Add KVM_GET_EXT_LAPIC and KVM_SET_EXT_LAPIC for extapic

[PATCH v2 0/5] x86: Cleanups around slow_down_io()
 2025-12-16 13:41 UTC  (2+ messages)
` [PATCH v2 1/5] x86/paravirt: Replace io_delay() hook with a bool

[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-16  3:29 UTC  (13+ messages)
` [PATCH v2 1/5] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH v2 3/5] KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v2 4/5] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH v2 5/5] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-12-16  1:22 UTC  (9+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports

[PATCH v8 0/5] Disable ATS via iommu during PCI resets
 2025-12-16  1:14 UTC  (7+ messages)
` [PATCH v8 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v8 2/5] iommu: Tidy domain for iommu_setup_dma_ops()
` [PATCH v8 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v8 4/5] iommu: Introduce pci_dev_reset_iommu_prepare/done()
` [PATCH v8 5/5] PCI: Suspend iommu function prior to resetting a device

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2025-12-15 22:42 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/2] x86/svm: Add testing for L1 intercept bug
 2025-12-15 22:12 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] x86/svm: Add missing svm intercepts
` [kvm-unit-tests PATCH v2 2/2] x86/svm: Add unsupported instruction intercept test


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