public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-03 11:15:59 to 2025-09-05 13:31:41 UTC [more...]

[RFC 00/14] cover-letter: Add virtualization support for EGM
 2025-09-05 13:31 UTC  (17+ messages)
` [RFC 01/14] vfio/nvgrace-gpu: Expand module_pci_driver to allow custom module init
` [RFC 02/14] vfio/nvgrace-gpu: Create auxiliary device for EGM
` [RFC 03/14] vfio/nvgrace-gpu: track GPUs associated with the EGM regions
` [RFC 04/14] vfio/nvgrace-gpu: Introduce functions to fetch and save EGM info
` [RFC 05/14] vfio/nvgrace-egm: Introduce module to manage EGM
` [RFC 06/14] vfio/nvgrace-egm: Introduce egm class and register char device numbers
` [RFC 07/14] vfio/nvgrace-egm: Register auxiliary driver ops
` [RFC 08/14] vfio/nvgrace-egm: Expose EGM region as char device
` [RFC 09/14] vfio/nvgrace-egm: Add chardev ops for EGM management
` [RFC 10/14] vfio/nvgrace-egm: Clear Memory before handing out to VM
` [RFC 11/14] vfio/nvgrace-egm: Fetch EGM region retired pages list
` [RFC 12/14] vfio/nvgrace-egm: Introduce ioctl to share retired pages
` [RFC 13/14] vfio/nvgrace-egm: expose the egm size through sysfs
` [RFC 14/14] vfio/nvgrace-gpu: Add link from pci to EGM

[PATCH v6 0/4] Add host kdump support for SNP
 2025-09-05 12:45 UTC  (2+ messages)

[PATCH v3 00/15] KVM: Introduce KVM Userfault
 2025-09-05 12:27 UTC  (4+ messages)

Co-stop
 2025-09-05 12:14 UTC 

[PATCH] KVM: arm64: nv: Optimize unmapping of shadow S2-MMU tables
 2025-09-05 12:13 UTC  (2+ messages)

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-05 11:38 UTC  (6+ messages)
` [PATCH v2 19/37] mm/gup: remove record_subpages()

[PATCH] KVM: arm64: Mark freed S2 MMUs as invalid
 2025-09-05  9:41 UTC  (2+ messages)

[PATCH V4 RESEND 0/3] Fixup & optimize hgatp mode & vmid detect functions
 2025-09-05  9:24 UTC  (6+ messages)
` [PATCH V4 RESEND 3/3] RISC-V: KVM: Prevent HGATP_MODE_BARE passed

[PATCH 0/1] KVM: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-05  9:11 UTC  (2+ messages)
` [PATCH 1/1] KVM: WQ_PERCPU added to alloc_workqueue users

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-09-05  9:05 UTC  (26+ 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
` [RFC PATCH v2 17/23] KVM: guest_memfd: Split for punch hole and private-to-shared conversion
` [RFC PATCH v2 18/23] x86/virt/tdx: Do not perform cache flushes unless CLFLUSH_BEFORE_ALLOC is set
` [RFC PATCH v2 19/23] KVM: TDX: Pass down pfn to split_external_spt()
` [RFC PATCH v2 21/23] KVM: TDX: Preallocate PAMT pages to be used in split path

[PATCH 5/9] KVM: selftests: Prevent PAGE_SIZE redefinition on x86
 2025-09-05  8:39 UTC  (3+ messages)

[kvm-unit-tests] riscv build failure
 2025-09-05  8:26 UTC  (3+ messages)

[PATCH v5 0/9] Add SBI v3.0 PMU enhancements
 2025-09-05  8:23 UTC  (5+ messages)
` [PATCH v5 6/9] KVM: Add a helper function to check if a gpa is in writable memselot

[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
 2025-09-05  7:57 UTC  (15+ messages)

[Discussion] Undocumented behavior of KVM_SET_PIT2 with count=0
 2025-09-05  7:51 UTC  (2+ messages)
` [PATCH] Documentation: KVM: Add reference specs for PIT and LAPIC ioctls

[PATCH] KVM: s390: improve interrupt cpu for wakeup
 2025-09-05  7:43 UTC  (3+ messages)

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-05  5:39 UTC  (3+ messages)

[PATCH v10 00/21] TDX KVM selftests
 2025-09-05  5:24 UTC  (26+ messages)
` [PATCH v10 01/21] KVM: selftests: Allocate pgd in virt_map() as necessary
` [PATCH v10 02/21] KVM: selftests: Expose functions to get default sregs values
` [PATCH v10 03/21] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v10 04/21] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v10 05/21] KVM: selftests: Expose segment definitons to assembly files
` [PATCH v10 06/21] KVM: selftests: Add kbuild definitons
` [PATCH v10 07/21] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v10 08/21] KVM: selftests: Add "
` [PATCH v10 09/21] KVM: selftests: Set up TDX boot code region
` [PATCH v10 10/21] KVM: selftests: Set up TDX boot parameters region
` [PATCH v10 11/21] KVM: selftests: Add helper to initialize TDX VM
` [PATCH v10 12/21] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v10 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v10 14/21] KVM: selftests: Call TDX init when creating a new TDX vm
` [PATCH v10 15/21] KVM: selftests: Setup memory regions for TDX on vm creation
` [PATCH v10 16/21] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v10 17/21] KVM: selftests: Set entry point for TDX guest code
` [PATCH v10 18/21] KVM: selftests: Add support for TDX TDCALL from guest
` [PATCH v10 19/21] KVM: selftests: Add wrapper for TDX MMIO "
` [PATCH v10 20/21] KVM: selftests: Add ucall support for TDX
` [PATCH v10 21/21] KVM: selftests: Add TDX lifecycle test

[RESEND v4 0/7] KVM: SVM: Add support for 4k vCPUs with x2AVIC
 2025-09-04 18:33 UTC  (8+ messages)
` [RESEND v4 1/7] KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids
` [RESEND v4 2/7] KVM: SVM: Add a helper to look up the max physical ID for AVIC
` [RESEND v4 3/7] KVM: SVM: Replace hard-coded value 0x1FF with the corresponding macro
` [RESEND v4 4/7] KVM: SVM: Expand AVIC_PHYSICAL_MAX_INDEX_MASK to be a 12-bit field
` [RESEND v4 5/7] KVM: SVM: Move AVIC Physical ID table allocation to vcpu_precreate()
` [RESEND v4 6/7] x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXT
` [RESEND v4 7/7] KVM: SVM: Add AVIC support for 4k vCPUs in x2AVIC mode

[RFC PATCH v2 0/5] KVM: SVM: Enable AVIC by default on Zen 4+
 2025-09-04 18:00 UTC  (6+ messages)
` [RFC PATCH v2 1/5] KVM: SVM: Stop warning if x2AVIC feature bit alone is enabled
` [RFC PATCH v2 2/5] KVM: SVM: Simplify the message printed with 'force_avic'
` [RFC PATCH v2 3/5] KVM: SVM: Move all AVIC setup to avic_hardware_setup()
` [RFC PATCH v2 4/5] KVM: SVM: Move 'force_avic' module parameter to svm.c
` [RFC PATCH v2 5/5] KVM: SVM: Enable AVIC by default from Zen 4

[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
 2025-09-04 16:57 UTC  (6+ messages)
` [PATCH net-next v5 4/9] vsock/loopback: add netns support

[RFC v2 00/14] Introduce NVIDIA GPU Virtualization (vGPU) Support
 2025-09-04 15:43 UTC  (22+ messages)
` [RFC v2 01/14] vfio/nvidia-vgpu: introduce vGPU lifecycle management prelude
` [RFC v2 02/14] vfio/nvidia-vgpu: allocate GSP RM client for NVIDIA vGPU manager
` [RFC v2 03/14] vfio/nvidia-vgpu: introduce vGPU type uploading
` [RFC v2 04/14] vfio/nvidia-vgpu: allocate vGPU channels when creating vGPUs
` [RFC v2 05/14] vfio/nvidia-vgpu: allocate vGPU FB memory "
` [RFC v2 06/14] vfio/nvidia-vgpu: allocate mgmt heap "
` [RFC v2 07/14] vfio/nvidia-vgpu: map mgmt heap when creating a vGPU
` [RFC v2 08/14] vfio/nvidia-vgpu: allocate GSP RM client when creating vGPUs
` [RFC v2 09/14] vfio/nvidia-vgpu: bootload the new vGPU
` [RFC v2 10/14] vfio/nvidia-vgpu: introduce vGPU host RPC channel
` [RFC v2 11/14] vfio/nvidia-vgpu: introduce NVIDIA vGPU VFIO variant driver
` [RFC v2 12/14] vfio/nvidia-vgpu: scrub the guest FB memory of a vGPU
` [RFC v2 13/14] vfio/nvidia-vgpu: introduce vGPU logging
` [RFC v2 14/14] vfio/nvidia-vgpu: add a kernel doc to introduce NVIDIA vGPU

[PATCH] uio: uio_pdrv_genirq: Remove dummy PM handling
 2025-09-04 15:21 UTC 

[PATCH] uio: uio_dmem_genirq: Remove dummy PM handling
 2025-09-04 15:20 UTC 

[PATCH v2 000/281] arm_load_dtb cleanups
 2025-09-04 12:08 UTC  (36+ messages)
` [PATCH v2 001/281] target/i386: Add support for save/load of exception error code
` [PATCH v2 002/281] scripts/minikconf.py: fix invalid attribute access
` [PATCH v2 003/281] scripts/minikconf.py: s/Error/KconfigParserError
` [PATCH v2 004/281] python: mkvenv: fix messages printed by mkvenv
` [PATCH v2 005/281] MAINTAINERS: add a few more files to "Top Level Makefile and configure"
` [PATCH v2 006/281] Update version for the v10.1.0 release
` [PATCH v2 007/281] Open 10.2 development tree
` [PATCH v2 008/281] hw: add compat machines for 10.2
` [PATCH v2 010/281] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
` [PATCH v2 011/281] tests/functional: Fix reverse_debugging asset precaching
` [PATCH v2 015/281] tests/functional/meson.build: Split timeout settings by target
` [PATCH v2 016/281] tests/functional/meson.build: Allow tests to reside in subfolders
` [PATCH v2 018/281] tests/functional: Move alpha tests into architecture specific folder
` [PATCH v2 021/281] tests/functional: Move hppa "
` [PATCH v2 024/281] tests/functional: Move m68k "
` [PATCH v2 031/281] tests/functional: Move s390x tests into target-specific folders
` [PATCH v2 032/281] tests/functional: Move sh4/sh4eb "
` [PATCH v2 034/281] tests/functional: Move x86_64 tests into target-specific folder
` [PATCH v2 045/281] rust/qemu-api-macros: make derive(Object) friendly when missing parent
` [PATCH v2 048/281] semihosting: Retrieve stack top from image_info
` [PATCH v2 049/281] semihosting: Initialize heap once per process
` [PATCH v2 051/281] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH v2 055/281] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PATCH v2 057/281] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH v2 058/281] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PATCH v2 059/281] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PATCH v2 069/281] linux-user: Remove ELF_PLATFORM
` [PATCH v2 071/281] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PATCH v2 076/281] linux-user/aarch64: Create init_main_thread
` [PATCH v2 080/281] linux-user/mips: "
` [PATCH v2 082/281] linux-user/openrisc: "
` [PATCH v2 083/281] linux-user/sh4: "
` [PATCH v2 084/281] linux-user/m68k: "
` [PATCH v2 087/281] linux-user/riscv: "

[PATCH] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
 2025-09-04 11:12 UTC  (2+ messages)

[PATCH v3 0/3] KVM: riscv: selftests: Enable supported test cases
 2025-09-04  9:48 UTC  (4+ messages)

[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
 2025-09-04  7:57 UTC  (4+ messages)
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info

[PATCH] LoongArch: KVM: remove unused returns
 2025-09-04  8:57 UTC  (7+ messages)

[RFC PATCH v2 00/18] KVM: x86/mmu: TDX post-populate cleanups
 2025-09-04  8:45 UTC  (7+ messages)
` [RFC PATCH v2 05/18] KVM: TDX: Drop superfluous page pinning in S-EPT management

[PATCH v4] KVM: TDX: Force split irqchip for TDX at irqchip creation time
 2025-09-04  6:20 UTC 

[PATCH v9 00/19] TDX KVM selftests
 2025-09-04  3:57 UTC  (4+ messages)
` [PATCH v9 13/19] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration

[PATCH net-next v4 0/4] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-09-04  2:47 UTC  (20+ 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 4/4] netdev queue flow control for vhost_net

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-09-04  0:46 UTC  (6+ messages)
` [PATCH v10 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v10 15/43] arm64: RME: Allow VMM to set RIPAS

[PATCH] Documentation: Fix spelling mistakes
 2025-09-03 21:36 UTC  (3+ messages)

[PATCH v3 0/5] Enable Shadow Stack Virtualization for SVM
 2025-09-03 21:01 UTC  (4+ messages)
` [PATCH v3 5/5] KVM: SVM: Enable shadow stack virtualization "

[Invitation] bi-weekly guest_memfd upstream call on 2025-09-04
 2025-09-03 15:51 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