kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-22 03:15:27 to 2025-07-23 14:37:45 UTC [more...]

[PATCH V4 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-23 14:37 UTC  (6+ messages)
` [PATCH V4 1/2] x86/tdx: Eliminate duplicate code in tdx_clear_page()
` [PATCH V4 2/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-07-23 14:34 UTC  (4+ messages)

[PATCH v15 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:08 UTC  (48+ messages)
` [PATCH v15 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v15 11/21] KVM: x86/mmu: Allow NULL-able fault in kvm_max_private_mapping_level
` [PATCH v15 13/21] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v15 14/21] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v15 16/21] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v15 17/21] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v15 18/21] KVM: arm64: Enable host mapping of shared guest_memfd memory

[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:03 UTC  (35+ messages)
` [PATCH v16 01/22] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v16 02/22] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v16 03/22] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v16 04/22] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 06/22] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v16 07/22] KVM: Fix comments that refer to slots_lock
` [PATCH v16 08/22] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v16 09/22] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v16 10/22] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v16 11/22] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v16 12/22] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v16 13/22] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 16/22] KVM: arm64: Refactor user_mem_abort()
` [PATCH v16 17/22] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v16 18/22] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v16 19/22] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v16 20/22] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v16 21/22] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-07-23 13:32 UTC  (3+ messages)
` [PATCH 1/2] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PATCH 2/2] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-23 13:00 UTC  (11+ messages)
` [PATCH 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 03/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH 04/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 06/10] types: move phys_vec definition to common header
` [PATCH 07/10] vfio: Export vfio device get and put registration helpers
` [PATCH 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[RFC PATCH 1/2] KVM: Add arch hooks for KVM syscore ops
 2025-07-23  9:42 UTC  (6+ messages)
` [RFC PATCH 2/2] KVM: arm64: vgic-its: Unmap all vPEs on shutdown

[PATCH] i386/kvm: Disable hypercall patching quirk by default
 2025-07-23  9:26 UTC  (12+ messages)

[PATCH v2] i386/kvm: Disable hypercall patching quirk by default
 2025-07-23  8:50 UTC  (5+ messages)

[PATCH 0/4] KVM: arm64: Userspace GICv3 sysreg access fixes and testing
 2025-07-23  8:46 UTC  (5+ messages)
` [PATCH 4/4] KVM: arm64: selftest: vgic-v3: Add basic GICv3 sysreg userspace access test

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-23  8:20 UTC  (18+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH V9 2/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH V9 3/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH V9 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH V9 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH v4 0/7] TDX host: kexec/kdump support
 2025-07-23  8:13 UTC  (19+ messages)
` [PATCH v4 1/7] x86/kexec: Consolidate relocate_kernel() function parameters
` [PATCH v4 3/7] x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL

[PATCH v4 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-07-23  7:09 UTC  (5+ messages)
` [PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()

[PATCH v11 00/23] Enable CET Virtualization
 2025-07-23  6:24 UTC  (8+ messages)
` [PATCH v11 19/23] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
        ` [PATCH v2] KVM: VMX: Make CR4.CET a guest owned bit

[PATCH] x86/irq: introduce repair_irq try to repair CPU vector
 2025-07-23  1:50 UTC 

[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
 2025-07-22 19:25 UTC  (13+ messages)

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-07-22 17:55 UTC  (10+ messages)

[PATCH] x86/kvm: Downgrade host poll messages to pr_debug_once()
 2025-07-22 17:27 UTC  (2+ messages)

[PATCH v4 0/9] Add SBI v3.0 PMU enhancements
 2025-07-22 17:20 UTC  (13+ messages)
` [PATCH v4 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v4 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v4 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v4 5/9] drivers/perf: riscv: Export "
` [PATCH v4 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v4 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v4 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v4 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH v2 0/8] treewide: Fix typo "notifer"
 2025-07-22 16:58 UTC  (6+ messages)
` [PATCH v2 6/8] serial: 8250_dw: "

[RFC PATCH] KVM: s390: selftests: work around macro is_signed_type re-definiton
 2025-07-22 15:53 UTC 

[PATCH] KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
 2025-07-22 15:47 UTC  (4+ messages)

[PATCH v9 8/9] fbcon: Use screen info to find primary device
 2025-07-22 15:39 UTC  (5+ messages)

[PATCH V3 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-22 15:08 UTC  (6+ messages)
` [PATCH V3 1/2] x86/tdx: Eliminate duplicate code in tdx_clear_page()
` [PATCH V3 2/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2025-07-22 14:35 UTC  (2+ messages)

[PATCH v3 0/6] x86: Disentangle <asm/processor.h> dependency on CPUID headers
 2025-07-22 14:18 UTC  (8+ messages)
` [PATCH v3 1/6] x86/cpuid: Remove transitional <asm/cpuid.h> header
` [PATCH v3 2/6] ASoC: Intel: avs: Include CPUID header at file scope
` [PATCH v3 3/6] x86: Reorder headers alphabetically
` [PATCH v3 4/6] drivers: "
` [PATCH v3 5/6] treewide: Explicitly include the x86 CPUID headers
` [PATCH v3 6/6] x86/cpu: <asm/processor.h>: Do not include the CPUID API header

[PATCH] LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
 2025-07-22 13:47 UTC 

[PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
 2025-07-22 13:29 UTC  (10+ messages)

[PATCH] sched/fair: Only increment deadline once on yield
 2025-07-22 11:46 UTC  (2+ messages)
` [PATCH] "

[GIT PULL] LoongArch KVM changes for v6.17
 2025-07-22 11:56 UTC 

[PATCH][v2] x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT
 2025-07-22 11:00 UTC 

[PATCH v15 15/21] KVM: arm64: Refactor user_mem_abort()
 2025-07-22  9:25 UTC 

[PATCH v3 0/8] treewide: Fix typo "notifer"
 2025-07-22  9:24 UTC  (10+ messages)
` [PATCH v3 1/8] KVM: x86: "
` [PATCH v3 2/8] cxl: mce: "
` [PATCH v3 3/8] drm/xe: "
` [PATCH v3 4/8] net: mvneta: "
` [PATCH v3 5/8] wifi: brcmfmac: "
` [PATCH v3 6/8] serial: 8250_dw: "
` [PATCH v3 7/8] xen/xenbus: "
` [PATCH v3 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt

[PATCH 0/3] KVM: PPC: use for_each_set_bit() macro where appropriate
 2025-07-22  8:23 UTC  (3+ messages)
` [PATCH 3/3] KVM: PPC: use for_each_set_bit() in IRQ_check()

[PATCH v8 0/3] KVM: x86: Include host suspended time in steal time
 2025-07-22  5:50 UTC  (4+ messages)
` [PATCH v8 1/3] KVM: x86: Advance guest TSC after deep suspend
` [PATCH v8 2/3] KVM: x86: Include host suspended duration in steal time
` [PATCH v8 3/3] KVM: x86: Add "suspendsteal" cmdline to request host to add suspend "

[linus:master] [KVM] 7803339fa9: kernel-selftests.kvm.pmu_counters_test.fail
 2025-07-22  5:49 UTC 

[PATCH v9 9/9] PCI: Add a new 'boot_display' attribute
 2025-07-22  4:01 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;
as well as URLs for NNTP newsgroup(s).