public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-23 11:26:14 to 2025-04-24 11:00:53 UTC [more...]

[PATCH v5 00/13] riscv: add SBI FWFT misaligned exception delegation support
 2025-04-24 11:00 UTC  (3+ messages)
` [PATCH v5 03/13] riscv: sbi: add FWFT extension interface

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-04-24 10:39 UTC  (33+ messages)
` [RFC PATCH 01/21] KVM: gmem: Allocate 2M huge page from guest_memfd backend
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages
` [RFC PATCH 03/21] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [RFC PATCH 04/21] KVM: TDX: Enforce 4KB mapping level during TD build Time
` [RFC PATCH 05/21] KVM: TDX: Enhance tdx_clear_page() to support huge pages
` [RFC PATCH 06/21] KVM: TDX: Assert the reclaimed pages were mapped as expected
` [RFC PATCH 07/21] KVM: TDX: Add a helper for WBINVD on huge pages with TD's keyID
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
` [RFC PATCH 10/21] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
` [RFC PATCH 11/21] KVM: x86: Add "vcpu" "gfn" parameters to x86 hook private_max_mapping_level
` [RFC PATCH 12/21] KVM: TDX: Determine max mapping level according to vCPU's ACCEPT level
` [RFC PATCH 13/21] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [RFC PATCH 14/21] KVM: x86/tdp_mmu: Invoke split_external_spt hook with exclusive mmu_lock
` [RFC PATCH 15/21] KVM: TDX: Support huge page splitting with exclusive kvm->mmu_lock
` [RFC PATCH 16/21] KVM: x86/mmu: Introduce kvm_split_boundary_leafs() to split boundary leafs
` [RFC PATCH 17/21] KVM: Change the return type of gfn_handler_t() from bool to int
` [RFC PATCH 18/21] KVM: x86: Split huge boundary leafs before private to shared conversion
` [RFC PATCH 19/21] KVM: gmem: Split huge boundary leafs for punch hole of private memory
` [RFC PATCH 20/21] KVM: x86: Force a prefetch fault's max mapping level to 4KB for TDX
` [RFC PATCH 21/21] KVM: x86: Ignore splitting huge pages in fault path "

[PATCH 0/3] Move duplicated instructions macros into asm/insn.h
 2025-04-24 10:35 UTC  (7+ messages)
` [PATCH 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h

[PATCH net-next v10 0/9] Device memory TCP TX
 2025-04-24  9:06 UTC  (10+ messages)
` [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 7/9] gve: add netmem TX support to GVE DQO-RDA mode

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-24 10:16 UTC  (45+ 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 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 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 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

Drop "KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall"
 2025-04-24  9:18 UTC  (6+ messages)

kvm guests crash when running "perf kvm top"
 2025-04-24  8:53 UTC  (2+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-24  8:46 UTC  (43+ messages)
` [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 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 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 net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-24  8:36 UTC  (8+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data

[PATCH 0/5] accel/kvm: Support KVM PMU filter
 2025-04-24  8:17 UTC  (10+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [PATCH 5/5] i386/kvm: Support fixed counter in KVM PMU filter

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-04-24  8:13 UTC  (20+ messages)
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

[PATCH] LoongArch: KVM: Fully clear some registers when VM reboot
 2025-04-24  7:05 UTC  (3+ messages)

[PATCH 0/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
 2025-04-24  6:46 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: KVM: Add parameter exception code with exception handler
` [PATCH 2/2] LoongArch: KVM: Do not flush tlb if HW PTW supported

[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
 2025-04-24  6:57 UTC  (16+ 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 "

[kvmtool PATCH 00/10] Add SBI system suspend and cpu-type option
 2025-04-24  5:59 UTC  (4+ messages)
` [kvmtool PATCH 08/10] riscv: Include single-letter extensions in isa_info_arr[]

[bug report] Potential DEADLOCK due to vfio_pci_mmap_huge_fault()
 2025-04-24  5:57 UTC  (4+ messages)

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-24  4:39 UTC  (3+ messages)
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU

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

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-24  3:37 UTC  (7+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid

[PATCH] x86/pmu_pebs: Initalize and enable PMU interrupt (PMI_VECTOR)
 2025-04-24  5:22 UTC 

[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
 2025-04-24  2:56 UTC  (3+ messages)
  ` 答复: [????] "

[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
 2025-04-23 22:19 UTC  (7+ messages)
` [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-23 21:46 UTC  (8+ messages)
` [PATCH v2 2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc()

[PATCH] [v2] PCI: add CONFIG_MMU dependency
 2025-04-23 20:43 UTC  (2+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-04-23 20:30 UTC  (5+ messages)
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios

[PATCH v2 0/5] KVM: Improve VMware guest support
 2025-04-23 20:01 UTC  (12+ messages)
` [PATCH v2 4/5] KVM: x86: Add support for legacy VMware backdoors in nested setups

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

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

[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  (12+ messages)
` [PATCH v4 1/5] KVM: x86: Preparatory patch to move linear_rip out of kvm_pio_request
` [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

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-04-23 13:54 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