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

[PATCH v4 0/9] crypto: virtio: Some bugfix and enhancement
 2025-12-18  3:48 UTC  (6+ 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 5/9] crypto: virtio: Use generic API aes_check_keylen()
` [PATCH v4 6/9] crypto: virtio: Remove AES specified marcro AES_BLOCK_SIZE

[PATCH 00/32] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-17 21:10 UTC  (35+ 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 11/32] KVM: arm64: gic-v5: Trap and emulate ICH_PPI_HMRx_EL1 accesses
` [PATCH 13/32] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH 16/32] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH 15/32] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH 17/32] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH 19/32] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH 18/32] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH 23/32] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH 29/32] irqchip/gic-v5: Check if impl is virt capable

[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] vfio/pci: Disable qword access to the PCI ROM bar
 2025-12-17 22:07 UTC  (2+ messages)

[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 net v4 0/4] vsock/virtio: fix TX credit handling
 2025-12-17 18:12 UTC  (5+ 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 "

[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 v5 00/28] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-12-17 14:55 UTC  (19+ 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] 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 v1 10/28] accel/kvm: Add notifier to inform that the KVM VM file fd is about to be changed
 2025-12-17 11:44 UTC  (6+ 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 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  (29+ messages)
` [PATCH v3 04/26] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v3 05/26] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v3 06/26] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v3 07/26] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v3 08/26] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v3 09/26] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v3 10/26] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v3 11/26] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v3 12/26] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v3 13/26] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v3 14/26] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v3 15/26] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v3 16/26] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v3 17/26] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v3 18/26] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v3 19/26] KVM: nSVM: Add missing consistency check for event_inj
` [PATCH v3 20/26] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v3 21/26] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v3 22/26] KVM: SVM: Use BIT() and GENMASK() for definitions in svm.h
` [PATCH v3 23/26] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v3 24/26] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v3 25/26] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH v3 26/26] KVM: nSVM: Only copy NP_ENABLE from VMCB01's misc_ctl

[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 v7 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-12-16  8:25 UTC  (2+ messages)

[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

[PATCH v6 0/9] VMSCAPE optimization for BHI variant
 2025-12-15 21:05 UTC  (8+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs

[PATCH v2] KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
 2025-12-15 20:51 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/2] x86/svm: Add testing for L1 intercept bug
 2025-12-15 20:29 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] x86/svm: Add unsupported instruction intercept test

[PATCH v2] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-15 19:28 UTC  (3+ messages)


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