public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-17 13:20:04 to 2025-04-22 08:24:05 UTC [more...]

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-22  8:22 UTC  (34+ 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 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [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
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses

[PATCH net-next v9 0/9] Device memory TCP TX
 2025-04-22  8:17 UTC  (11+ 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 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v9 4/9] net: devmem: Implement TX path
` [PATCH net-next v9 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v9 6/9] net: enable driver support for netmem TX
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v9 8/9] net: check for driver support in netmem TX
` [PATCH net-next v9 9/9] selftests: ncdevmem: Implement devmem TCP TX

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

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

linux-next: build failure after merge of the kvm-fixes tree
 2025-04-22  7:33 UTC  (2+ messages)

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-04-22  7:06 UTC  (5+ messages)
` [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

[PATCH v5 0/2] KVM: x86: Include host suspended time in steal time
 2025-04-22  4:47 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: x86: Advance guest TSC after deep suspend

[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
 2025-04-22  0:25 UTC  (5+ messages)
` [PATCH v3 1/4] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v3 2/4] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v3 4/4] KVM: SVM: Add SEV-SNP CipherTextHiding support

[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-04-22  0:24 UTC  (5+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's "

[RFC PATCH 00/29] KVM: VM planes
 2025-04-21 22:08 UTC  (12+ messages)
` [PATCH 01/29] Documentation: kvm: introduce "VM plane" concept
` [PATCH 03/29] KVM: add plane info to structs
` [PATCH 09/29] KVM: implement plane file descriptors ioctl and creation
` [PATCH 12/29] KVM: share dirty ring for same vCPU id on different planes
` [PATCH 13/29] KVM: implement vCPU creation for extra planes

[PATCH net-next 0/2] vsock: SOCK_LINGER rework
 2025-04-21 21:52 UTC  (8+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data

[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-21 21:50 UTC  (4+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
` [PATCH net-next v2 2/3] vsock: Reduce indentation in virtio_transport_wait_close()
` [PATCH net-next v2 3/3] vsock/test: Expand linger test to ensure close() does not misbehave

Untested fix for attributes vs. hugepage race
 2025-04-21 18:35 UTC  (4+ messages)

[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-04-21 18:28 UTC  (5+ messages)
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page

MSR access API uses in KVM x86
 2025-04-21 17:21 UTC 

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

[PATCH v10 0/5] KVM: selftests: Add LoongArch support
 2025-04-21  7:31 UTC  (6+ messages)
` [PATCH v10 1/5] KVM: selftests: Add VM_MODE_P47V47_16K vm mode
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v10 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v10 4/5] KVM: selftests: Add ucall test "
` [PATCH v10 5/5] KVM: selftests: Add test cases "

[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-04-21  3:08 UTC  (3+ messages)
` [PATCH v3 4/9] vhost: modify vhost_log_write() for broader users

[PATCH v9 0/5] KVM: selftests: Add LoongArch support
 2025-04-21  1:24 UTC  (7+ messages)
` [PATCH v9 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v9 3/5] KVM: selftests: Add core KVM selftests support "

[PATCH] LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
 2025-04-21  1:18 UTC 

[PATCH] LoongArch: Fixed multiple typos of KVM code
 2025-04-21  0:50 UTC  (2+ messages)

Broken live migration
 2025-04-20 18:44 UTC 

[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-20 14:38 UTC  (3+ messages)

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

[tip: x86/urgent] x86/e820: Discard high memory that can't be addressed by 32-bit systems
 2025-04-19 15:00 UTC 

[kvm:queue 1/11] ERROR: modpost: "kvm_arch_has_irq_bypass" [arch/x86/kvm/kvm-amd.ko] undefined!
 2025-04-19 11:16 UTC 

[PATCH v2] kvm: potential NULL pointer dereference in kvm_vm_ioctl_create_vcpu()
 2025-04-19  7:47 UTC  (3+ messages)

[PATCH v5 0/7] Introduce CET supervisor state support
 2025-04-19  1:01 UTC  (7+ messages)
` [PATCH v5 1/7] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v5 2/7] x86/fpu: Drop @perm from guest pseudo FPU container

Drop "KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall"
 2025-04-18 22:16 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.15, round #2
 2025-04-18 21:01 UTC 

[PATCH 05/11] x86: remove HIGHMEM64G support
 2025-04-18 19:49 UTC  (9+ messages)
` [PATCH] x86/e820: discard high memory that can't be addressed by 32-bit systems

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-18 18:48 UTC  (20+ messages)
` [PATCH 05/67] iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
` [PATCH 06/67] iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
` [PATCH 25/67] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 26/67] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts

[PATCH] KVM: arm64, x86: make kvm_arch_has_irq_bypass() inline
 2025-04-18 18:03 UTC  (3+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-18 17:57 UTC  (9+ messages)

[GIT PULL] KVM changes for Linux 6.15-rc3
 2025-04-18 17:51 UTC  (4+ messages)

[bug report] Potential DEADLOCK due to vfio_pci_mmap_huge_fault()
 2025-04-18 16:04 UTC  (3+ messages)

[PATCH] kvm: potential NULL pointer dereference in kvm_vm_ioctl_create_vcpu()
 2025-04-18 13:46 UTC  (3+ messages)

[PATCH] KVM: Fix obsolete comment about locking for kvm_io_bus_read/write
 2025-04-18 11:55 UTC 

[PATCH RFC v2 5/5] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
 2025-04-18 10:24 UTC  (2+ messages)

[Question] arm64: KVM: Optimizing cache flush during MMU enable to single vCPU
 2025-04-18  5:49 UTC 

[PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-18  5:05 UTC 

[PATCH v4 00/13] Enable shared device assignment
 2025-04-18  3:49 UTC  (9+ messages)
` [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-04-18  1:20 UTC  (10+ messages)

[PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-04-18  0:33 UTC  (3+ messages)

[GIT PULL] VFIO update for v6.15-rc3
 2025-04-17 23:19 UTC  (2+ messages)

[PATCH v4 00/18] AMD: Add Secure AVIC Guest Support
 2025-04-17 16:52 UTC  (8+ messages)
` [PATCH v4 06/18] x86/apic: Add update_vector callback for Secure AVIC

[PATCH kvmtool v2 0/9] arm: Drop support for 32-bit kvmtool
 2025-04-17 14:27 UTC  (2+ messages)


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