public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-12 17:58:31 to 2025-03-14 10:24:32 UTC [more...]

[PATCH v3 0/7] Enable shared device assignment
 2025-03-14 10:23 UTC  (7+ messages)
` [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

[kvm-unit-tests PATCH v8 0/6] riscv: add SBI SSE extension tests
 2025-03-14 10:09 UTC  (5+ messages)
` [kvm-unit-tests PATCH v8 6/6] riscv: sbi: Add "

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-03-14  9:50 UTC  (13+ messages)
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
` [PATCH 5/5] KVM: Add hugepage support for dedicated guest memory

[PATCH RFC 00/11] nvmet: Add NVMe target mdev/vfio driver
 2025-03-14  8:31 UTC  (29+ messages)
` [PATCH RFC 01/11] nvmet: Remove duplicate uuid_copy
` [PATCH RFC 02/11] nvmet: Export nvmet_add_async_event and add definitions
` [PATCH RFC 03/11] nvmet: Add nvmet_fabrics_ops flag to indicate SGLs not supported
` [PATCH RFC 04/11] nvmet: Add function to get nvmet_fabrics_ops from trtype
` [PATCH RFC 05/11] nvmet: Add function to print trtype
` [PATCH RFC 06/11] nvmet: Allow nvmet_alloc_ctrl users to specify the cntlid
` [PATCH RFC 07/11] nvmet: Add static controller support to configfs
` [PATCH RFC 08/11] nvmet: Add shadow doorbell support
` [PATCH RFC 09/11] nvmet: Add helpers to find and get static controllers
` [PATCH RFC 10/11] nvmet: Add addr fam and trtype for mdev pci driver
` [PATCH RFC 11/11] nvmet: Add nvmet-mdev-pci driver

[PATCH v5 0/5] bugfix some driver issues
 2025-03-14  8:11 UTC  (8+ messages)
` [PATCH v5 1/5] hisi_acc_vfio_pci: fix XQE dma address error
` [PATCH v5 2/5] hisi_acc_vfio_pci: add eq and aeq interruption restore
` [PATCH v5 3/5] hisi_acc_vfio_pci: bugfix cache write-back issue
` [PATCH v5 4/5] hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
` [PATCH v5 5/5] hisi_acc_vfio_pci: bugfix live migration function without VF device driver

[bug report] KVM: x86: Syzkaller has discovered an use-after-free issue in complete_emulated_mmio of kernel 5.10
 2025-03-14  6:26 UTC 

[PATCH v3] KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests
 2025-03-14  3:46 UTC  (2+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-14  3:28 UTC  (20+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
 2025-03-14  2:42 UTC  (7+ messages)
` [PATCH 1/4] KVM: TDX: Move apicv_pre_state_restore to posted_intr.c
` [PATCH 2/4] KVM: VMX: Move x86_ops wrappers under CONFIG_KVM_INTEL_TDX
` [PATCH 3/4] KVM: VMX: Make naming consistent for kvm_complete_insn_gp via define
` [PATCH 4/4] KVM: VMX: Clean up and macrofy x86_ops

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-03-14  1:49 UTC  (7+ messages)

[PATCH 0/7] Make ASIDs static for SVM
 2025-03-14  0:47 UTC  (9+ messages)
` [PATCH 1/7] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [PATCH 2/7] KVM: SVM: Use cached local variable in init_vmcb()
` [PATCH 3/7] KVM: SVM: Add helpers to set/clear ASID flush
` [PATCH 4/7] KVM: SVM: Flush everything if FLUSHBYASID is not available
` [PATCH 5/7] KVM: SVM: Flush the ASID when running on a new CPU
` [PATCH 6/7] KVM: SVM: Use a single ASID per VM
` [PATCH 7/7] KVM: SVM: Share more code between pre_sev_run() and pre_svm_run()

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-13 22:38 UTC  (14+ messages)

[PATCH 0/3] Unify IBRS virtualization
 2025-03-13 21:23 UTC  (2+ messages)

[PATCH] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-03-13 20:40 UTC  (2+ messages)

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-03-13 20:36 UTC  (19+ messages)
` [RFC PATCH 01/18] KVM: VMX: Remove EPT_VIOLATIONS_ACC_*_BIT defines
` [RFC PATCH 02/18] KVM: nVMX: Decouple EPT RWX bits from EPT Violation protection bits
` [RFC PATCH 03/18] KVM: x86: Add module parameter for Intel MBEC
` [RFC PATCH 04/18] KVM: VMX: add cpu_has_vmx_mbec helper
` [RFC PATCH 05/18] KVM: x86: Add pt_guest_exec_control to kvm_vcpu_arch
` [RFC PATCH 06/18] KVM: VMX: Wire up Intel MBEC enable/disable logic
` [RFC PATCH 07/18] KVM: VMX: Define VMX_EPT_USER_EXECUTABLE_MASK
` [RFC PATCH 08/18] KVM: x86/mmu: Remove SPTE_PERM_MASK
` [RFC PATCH 09/18] KVM: x86/mmu: Extend access bitfield in kvm_mmu_page_role
` [RFC PATCH 10/18] KVM: VMX: Extend EPT Violation protection bits
` [RFC PATCH 11/18] KVM: VMX: Enhance EPT violation handler for PROT_USER_EXEC
` [RFC PATCH 12/18] KVM: x86/mmu: Introduce shadow_ux_mask
` [RFC PATCH 13/18] KVM: x86/mmu: Adjust SPTE_MMIO_ALLOWED_MASK to understand MBEC
` [RFC PATCH 14/18] KVM: x86/mmu: Extend is_executable_pte "
` [RFC PATCH 15/18] KVM: x86/mmu: Extend make_spte "
` [RFC PATCH 16/18] KVM: nVMX: Setup Intel MBEC in nested secondary controls
` [RFC PATCH 17/18] KVM: VMX: Allow MBEC with EVMCS
` [RFC PATCH 18/18] KVM: x86: Enable module parameter for MBEC

[PATCH RFC] KVM: TDX: Defer guest memory removal to decrease shutdown time
 2025-03-13 19:07 UTC  (3+ messages)

[PATCH v3 00/10] KVM: TDX: TD vcpu enter/exit
 2025-03-13 18:17 UTC  (6+ messages)
` [PATCH v3 05/10] KVM: TDX: restore host xsave state when exit from the guest TD

[RFC kvm-unit-tests PATCH] riscv: Refactoring sbi fwft tests
 2025-03-13 17:12 UTC  (3+ messages)
` [RFC kvm-unit-tests PATCH v2] "

[PATCH v4 00/17] make system memory API available for common code
 2025-03-13 16:42 UTC  (19+ messages)
` [PATCH v4 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v4 02/17] exec/tswap: implement {ld,st}.*_p as functions instead of macros
` [PATCH v4 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v4 04/17] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v4 05/17] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v4 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v4 07/17] exec/exec-all: remove dependency on cpu.h
` [PATCH v4 08/17] exec/memory-internal: "
` [PATCH v4 09/17] exec/ram_addr: "
` [PATCH v4 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v4 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v4 12/17] hw/xen: add stubs for various functions
` [PATCH v4 13/17] system/physmem: compilation unit is now common to all targets
` [PATCH v4 14/17] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v4 15/17] include/exec/memory: move devend functions to memory-internal.h
` [PATCH v4 16/17] system/memory: make compilation unit common
` [PATCH v4 17/17] system/ioport: "

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-13 16:20 UTC  (7+ messages)
` [PATCH v2 1/3] vsock: add network namespace support
` [PATCH v2 2/3] vsock/virtio_transport_common: handle netns of received packets
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device

[PATCH v4 0/5] Enable Secure TSC for SEV-SNP
 2025-03-13 15:38 UTC  (4+ messages)
` [PATCH v4 1/5] x86/cpufeatures: Add SNP Secure TSC

[PATCH net-next v7 0/9] Device memory TCP TX
 2025-03-13 15:37 UTC  (6+ messages)
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v7 8/9] net: check for driver support in netmem TX

[PATCH kvmtool v2 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
 2025-03-13 15:37 UTC  (4+ messages)
` [PATCH kvmtool v2 2/2] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT in KVM_RUN ioctl return

[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
 2025-03-13 15:23 UTC  (25+ messages)
` [PATCH v3 01/17] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v3 02/17] riscv: sbi: add FWFT extension interface
` [PATCH v3 03/17] riscv: sbi: add SBI FWFT extension calls
` [PATCH v3 04/17] riscv: misaligned: request misaligned exception from SBI
` [PATCH v3 05/17] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v3 06/17] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v3 07/17] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v3 08/17] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v3 14/17] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v3 15/17] RISC-V: KVM: add SBI extension reset callback
` [PATCH v3 16/17] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v3 17/17] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v6 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-03-13 14:20 UTC  (14+ messages)
` [PATCH v6 02/10] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v6 03/10] KVM: guest_memfd: Handle kvm_gmem_handle_folio_put() for KVM as a module
` [PATCH v6 04/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v6 05/10] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v6 06/10] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v6 07/10] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v6 08/10] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v6 09/10] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v6 10/10] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v8 0/5] vfio-pci support pasid attach/detach
 2025-03-13 12:47 UTC  (6+ messages)
` [PATCH v8 1/5] ida: Add ida_find_first_range()
` [PATCH v8 2/5] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v8 3/5] vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasid
` [PATCH v8 4/5] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
` [PATCH v8 5/5] iommufd/selftest: Add coverage for reporting max_pasid_log2 via IOMMU_HW_INFO

[PATCH] s390/vfio-ap: lock mdev object when handling mdev remove request
 2025-03-13 11:18 UTC  (3+ messages)

[PATCH 0/7] x86, KVM: Optimize SEV cache flushing
 2025-03-13 10:19 UTC  (5+ messages)
` [PATCH 3/7] x86, lib: Add WBNOINVD helper functions
` [PATCH 6/7] x86, lib: Add wbinvd and wbnoinvd helpers to target multiple CPUs

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-03-13 10:11 UTC  (3+ messages)

[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
 2025-03-13  7:01 UTC  (11+ messages)
` [PATCH net-next v10 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v10 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v10 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v10 06/10] tap: "
` [PATCH net-next v10 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v10 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v10 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v10 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-13  1:15 UTC  (2+ messages)

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-03-12 23:02 UTC  (10+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH] vfio/type1: conditional rescheduling while pinning
 2025-03-12 22:52 UTC 

[PATCH net-next 0/3] vsock: support network namespace
 2025-03-12 22:29 UTC  (9+ messages)

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-12 22:17 UTC  (8+ messages)
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-12 19:32 UTC  (5+ messages)

[PATCH final?] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-03-12 19:17 UTC  (4+ messages)

[PATCH v5 0/1] KVM: s390: fix a newly introduced bug
 2025-03-12 18:49 UTC  (2+ messages)
` [PATCH v5 1/1] KVM: s390: pv: fix race when making a page secure

[PATCH v3 00/16] KVM: TDX: TDX interrupts
 2025-03-12 18:39 UTC  (3+ messages)
` [PATCH v3 03/16] KVM: VMX: Move posted interrupt delivery code to common header


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