public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-22 09:28:14 to 2025-04-23 18:17:56 UTC [more...]

Untested fix for attributes vs. hugepage race
 2025-04-23 18:17 UTC  (5+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-23 18:17 UTC  (46+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 09/24] docs: core-api: document the IOVA-based API
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v9 18/24] block: share more code for bio addition helper
` [PATCH v9 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v9 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v9 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v9 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v9 24/24] nvme-pci: store aborted state in flags variable

[PATCH net-next v10 0/9] Device memory TCP TX
 2025-04-23 17:59 UTC  (12+ messages)
` [PATCH net-next v10 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v10 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v10 4/9] net: devmem: Implement TX path
` [PATCH net-next v10 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v10 6/9] net: enable driver support for netmem TX
` [PATCH net-next v10 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v10 8/9] net: check for driver support in netmem TX
` [PATCH net-next v10 9/9] selftests: ncdevmem: Implement devmem TCP TX

[GIT PULL] virtio, vhost: fixes
 2025-04-23 17:29 UTC  (2+ messages)

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-23 17:27 UTC  (42+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR

[PATCH v2 0/5] KVM: Improve VMware guest support
 2025-04-23 17:25 UTC  (15+ messages)
` [PATCH v2 1/5] KVM: x86: Centralize KVM's VMware code
` [PATCH v2 2/5] KVM: x86: Allow enabling of the vmware backdoor via a cap
` [PATCH v2 3/5] KVM: x86: Add support for VMware guest specific hypercalls
` [PATCH v2 4/5] KVM: x86: Add support for legacy VMware backdoors in nested setups
` [PATCH v2 5/5] KVM: selftests: x86: Add a test for KVM_CAP_X86_VMWARE_HYPERCALL

[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-04-23 17:07 UTC  (7+ messages)
` [PATCH v2 2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc()

[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-23 16:34 UTC  (4+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data

[PATCH 31/67] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
 2025-04-23 15:55 UTC  (3+ messages)

[PATCH v4 0/5] Add support for the Bus Lock Threshold
 2025-04-23 15:44 UTC  (18+ messages)
` [PATCH v4 1/5] KVM: x86: Preparatory patch to move linear_rip out of kvm_pio_request
` [PATCH v4 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
` [PATCH v4 3/5] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v4 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs

[PATCH v3 00/17] KVM: arm64: Recursive NV support
 2025-04-23 15:15 UTC  (18+ messages)
` [PATCH v3 01/17] arm64: sysreg: Add layout for VNCR_EL2
` [PATCH v3 02/17] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v3 03/17] KVM: arm64: nv: Extract translation helper from the AT code
` [PATCH v3 04/17] KVM: arm64: nv: Snapshot S1 ASID tagging information during walk
` [PATCH v3 05/17] KVM: arm64: nv: Move TLBI range decoding to a helper
` [PATCH v3 06/17] KVM: arm64: nv: Don't adjust PSTATE.M when L2 is nesting
` [PATCH v3 07/17] KVM: arm64: nv: Add pseudo-TLB backing VNCR_EL2
` [PATCH v3 08/17] KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2
` [PATCH v3 09/17] KVM: arm64: nv: Handle VNCR_EL2-triggered faults
` [PATCH v3 10/17] KVM: arm64: nv: Handle mapping of VNCR_EL2 at EL2
` [PATCH v3 11/17] KVM: arm64: nv: Handle VNCR_EL2 invalidation from MMU notifiers
` [PATCH v3 12/17] KVM: arm64: nv: Program host's VNCR_EL2 to the fixmap address
` [PATCH v3 13/17] KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2
` [PATCH v3 14/17] KVM: arm64: nv: Plumb TLBI S1E2 into system instruction dispatch
` [PATCH v3 15/17] KVM: arm64: nv: Remove dead code from ERET handling
` [PATCH v3 16/17] KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*
` [PATCH v3 17/17] KVM: arm64: Document NV caps and vcpu flags

[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
 2025-04-23 14:59 UTC  (2+ messages)

Drop "KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall"
 2025-04-23 14:09 UTC  (4+ messages)

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-04-23 13:54 UTC  (8+ messages)
` [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 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
 2025-04-23 13:05 UTC  (12+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [RFC 02/10] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
` [RFC 03/10] i386/cpu: Introduce cache model for SierraForest
` [RFC 04/10] i386/cpu: Introduce cache model for GraniteRapids
` [RFC 05/10] i386/cpu: Introduce cache model for SapphireRapids
` [RFC 06/10] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [RFC 07/10] i386/cpu: Add a "cpuid-0x1f" property
` [RFC 08/10] i386/cpu: Enable 0x1f leaf for SierraForest by default
` [RFC 09/10] i386/cpu: Enable 0x1f leaf for GraniteRapids "
` [RFC 10/10] i386/cpu: Enable 0x1f leaf for SapphireRapids "

[PATCH kvmtool v2 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
 2025-04-23 10:53 UTC  (3+ messages)

[PATCH net-next v9 0/9] Device memory TCP TX
 2025-04-23 10:49 UTC  (19+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-23 10:21 UTC  (6+ messages)
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts

[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
 2025-04-23 10:10 UTC  (7+ messages)
` [PATCH 1/3] x86: KVM: VMX: Wrap GUEST_IA32_DEBUGCTL read/write with access functions
` [PATCH 3/3] x86: KVM: VMX: preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while in the guest mode

[PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-23  9:52 UTC  (3+ messages)

MSR access API uses in KVM x86
 2025-04-23  9:07 UTC  (4+ messages)

[PATCH v5 0/2] KVM: x86: Include host suspended time in steal time
 2025-04-23  7:57 UTC  (3+ messages)
` [PATCH v5 2/2] "

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-04-23  0:17 UTC  (8+ messages)
` [PATCH v5 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v5 20/21] tools/perf: Pass the Counter constraint values in the pmu events

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-22 17:25 UTC  (7+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd

linux-next: build failure after merge of the kvm-fixes tree
 2025-04-22 14:00 UTC  (3+ messages)

[PATCH] KVM: SVM: move kfree() out of critical zone protected by spin_lock_irqsave
 2025-04-22 13:57 UTC  (2+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-22 13:35 UTC  (10+ messages)

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-22 11:36 UTC  (4+ messages)
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-22 11:22 UTC  (3+ messages)

[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
 2025-04-22 10:39 UTC  (3+ messages)

[PATCH 0/3] Move duplicated instructions macros into asm/insn.h
 2025-04-22 10:20 UTC  (5+ messages)
` [PATCH 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h

[RFC PATCH 00/24] KVM: SVM: Rework ASID management
 2025-04-22 10:08 UTC  (20+ messages)
` [RFC PATCH 06/24] KVM: SEV: Track ASID->vCPU instead of ASID->VMCB
` [RFC PATCH 09/24] KVM: SEV: Generalize tracking ASID->vCPU with xarrays
` [RFC PATCH 10/24] KVM: SVM: Use a single ASID per VM
` [RFC PATCH 11/24] KVM: nSVM: Use a separate ASID for nested guests
` [RFC PATCH 13/24] KVM: nSVM: Parameterize svm_flush_tlb_asid() by is_guest_mode
` [RFC PATCH 20/24] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
  ` [RFC PATCH 23/24] KVM: nSVM: Allocate a new ASID for nested guests

[PATCH V2 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-04-22  9:37 UTC  (5+ messages)
` [PATCH V2 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM


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