kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-01 05:25:15 to 2025-09-02 15:45:41 UTC [more...]

[PATCH v9 00/19] TDX KVM selftests
 2025-09-02 15:45 UTC  (4+ messages)
` [PATCH v9 18/19] KVM: selftests: Add ucall support for TDX

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-02 15:41 UTC  (5+ messages)
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs

[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
 2025-09-02 15:40 UTC  (7+ messages)
` [PATCH net-next v5 3/9] vsock: add netns to vsock core
` [PATCH net-next v5 4/9] vsock/loopback: add netns support
` [PATCH net-next v5 9/9] selftests/vsock: add namespace tests

[PATCH v3 0/3] KVM: riscv: selftests: Enable supported test cases
 2025-09-02 15:36 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
` [PATCH v3 2/3] KVM: riscv: selftests: Add missing headers for new testcases
` [PATCH v3 3/3] KVM: riscv: selftests: Add common supported test cases

[PATCH v3 0/6] KVM: VMX: Handle the immediate form of MSR instructions
 2025-09-02 14:50 UTC  (7+ messages)
` [PATCH v3 4/6] KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel

[PATCH v12 00/24] Enable CET Virtualization
 2025-09-02 14:28 UTC  (4+ messages)
` [PATCH v12 01/24] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses

[PATCH v2 0/3] system: Forbid alloca()
 2025-09-02 14:05 UTC  (13+ messages)
` [PATCH v2 1/3] target/ppc/kvm: Avoid using alloca()
` [PATCH v2 2/3] buildsys: Prohibit alloca() use on system code
` [PATCH v2 3/3] docs/devel/style: Mention alloca() family API is forbidden

[ANNOUNCE] PUCK Agenda - 2025.09.03 - CANCELED
 2025-09-02 14:04 UTC 

[RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue
 2025-09-02 13:25 UTC  (2+ messages)

[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-02 12:58 UTC  (7+ messages)
` [PATCH v1 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH v1 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default

[PATCH] KVM: Avoid debugfs warning caused by repeated vm fd number
 2025-09-02 12:46 UTC  (3+ messages)

[PATCH 0/4] Move copy_from_user out of preempt disabled context
 2025-09-02 12:15 UTC  (7+ messages)
` [PATCH 1/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_eiointc_regs_access
` [PATCH 2/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_eiointc_sw_status_access
` [PATCH 3/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_eiointc_ctrl_access
` [PATCH 4/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_pch_pic_regs_access

[PATCH] hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_init
 2025-09-02 11:47 UTC  (3+ messages)

[PATCH v8 00/29] KVM: arm64: Implement support for SME
 2025-09-02 11:36 UTC  (30+ messages)
` [PATCH v8 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v8 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v8 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v8 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v8 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v8 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v8 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v8 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v8 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v8 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v8 12/29] KVM: arm64: Define internal features "
` [PATCH v8 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v8 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v8 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v8 16/29] KVM: arm64: Support SME control registers
` [PATCH v8 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v8 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v8 19/29] KVM: arm64: Support SME priority registers
` [PATCH v8 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v8 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v8 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v8 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v8 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v8 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v8 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v8 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v8 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v8 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v5 0/2] KVM: guest_memfd: use write for population
 2025-09-02 11:20 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v5 2/2] KVM: selftests: update guest_memfd write tests

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-02  9:54 UTC  (9+ messages)

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-02  9:42 UTC  (40+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[RFC PATCH v2 00/18] KVM: x86/mmu: TDX post-populate cleanups
 2025-09-02  9:24 UTC  (6+ messages)
` [RFC PATCH v2 12/18] KVM: TDX: Bug the VM if extended the initial measurement fails

[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
 2025-09-02  8:31 UTC  (11+ messages)

[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
 2025-09-02  8:23 UTC  (3+ messages)
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability

[PATCH V2 kvm-next] KVM: guest_memfd: use kvm_gmem_get_index() in more places and smaller cleanups
 2025-09-02  8:12 UTC  (2+ messages)

[PATCH net-next v4 0/4] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-09-02  8:09 UTC  (5+ messages)
` [PATCH 1/4] ptr_ring_spare: Helper to check if spare capacity of size cnt is available
` [PATCH 2/4] netdev queue flow control for TUN
` [PATCH 3/4] netdev queue flow control for TAP
` [PATCH 4/4] netdev queue flow control for vhost_net

[PATCH] MAINTAINERS: Add myself as VFIO-platform reviewer
 2025-09-02  7:11 UTC  (4+ messages)

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-09-02  2:56 UTC  (6+ messages)
` [RFC PATCH v2 02/23] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [RFC PATCH v2 04/23] KVM: TDX: Introduce tdx_clear_folio() to clear huge pages

[PATCH v9 0/2] update live migration configuration region
 2025-09-02  2:25 UTC  (3+ messages)
` [PATCH v9 1/2] crypto: hisilicon - qm updates BAR configuration
` [PATCH v9 2/2] hisi_acc_vfio_pci: adapt to new migration configuration

[PATCH 0/2] vfio/platform: Deprecate vfio-amba and reset drivers
 2025-09-01 22:05 UTC  (3+ messages)

[PATCH] KVM: arm64: nested: Fix VA sign extension in VNCR/TLBI paths
 2025-09-01 20:04 UTC  (4+ messages)

[PATCH v5 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-09-01 17:04 UTC  (5+ messages)
` [PATCH v5 1/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "
` [PATCH v5 2/4] x86/cpu/topology: Check for X86_FEATURE_XTOPOLOGY instead of passing has_xtopology
` [PATCH v5 3/4] x86/msr-index: Define AMD64_CPUID_FN_EXT MSR
` [RFC PATCH v5 4/4] Documentation/x86/topology: Detail CPUID leaves used for topology enumeration

[PATCH v8 0/7] TDX host: kexec/kdump support
 2025-09-01 16:09 UTC  (8+ messages)
` [PATCH 1/7] x86/kexec: Consolidate relocate_kernel() function parameters
` [PATCH 2/7] x86/sme: Use percpu boolean to control WBINVD during kexec
` [PATCH 3/7] x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
` [PATCH 5/7] x86/virt/tdx: Remove the !KEXEC_CORE dependency
` [PATCH 6/7] x86/virt/tdx: Update the kexec section in the TDX documentation
` [PATCH 7/7] KVM: TDX: Explicitly do WBINVD when no more TDX SEAMCALLs

[PATCH v4 0/2] KVM: guest_memfd: use write for population
 2025-09-01 15:38 UTC  (8+ messages)
` [PATCH v4 1/2] KVM: guest_memfd: add generic population via write

[PATCH 2/9] KVM: selftests: Add __packed attribute fallback
 2025-09-01 15:08 UTC  (3+ messages)

[PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
 2025-09-01 14:43 UTC  (3+ messages)

[PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-01 14:27 UTC  (3+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:05 UTC  (2+ messages)

[PATCH v4 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-09-01 14:04 UTC  (6+ messages)
` [PATCH v4 2/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "
` [RFC PATCH v4 5/4] Documentation/x86/topology: Detail CPUID leaves used for topology enumeration

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:03 UTC  (2+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 13:56 UTC  (2+ messages)

[PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
 2025-09-01 13:47 UTC  (2+ messages)

[PATCH] x86/apic: KVM: Use guard() instead of mutex_lock() to simplify code
 2025-09-01 13:18 UTC 

[PATCH] KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code
 2025-09-01 13:16 UTC 

[PATCH v7 00/29] KVM: arm64: Implement support for SME
 2025-09-01 12:44 UTC  (2+ messages)

[PATCH kvm-next 1/1] KVM: guest_memfd: Inline kvm_gmem_get_index() and misc cleanups
 2025-09-01 12:10 UTC  (2+ messages)

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-09-01 11:14 UTC  (2+ messages)

[PATCH v1 00/36] mm: remove nth_page()
 2025-09-01 11:35 UTC  (6+ messages)
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages

Re: [PATCH][v2] x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT
 2025-09-01  9:26 UTC 

[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
 2025-09-01  8:46 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v2 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v2 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH v2] KVM: loongarch: selftests: Remove common tests built by TEST_GEN_PROGS_COMMON
 2025-09-01  7:43 UTC 

[syzbot] Monthly kvm report (Sep 2025)
 2025-09-01  7:38 UTC 

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-09-01  5:26 UTC  (5+ messages)
` [PATCH v2 09/12] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH v2 10/12] KVM: SVM: Add support for IBS Virtualization
` [PATCH v2 11/12] perf/x86/amd: Enable VPMU passthrough capability for IBS PMU
` [PATCH v2 12/12] perf/x86/amd: Remove exclude_guest check from perf_ibs_init()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).