kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-17 06:51:03 to 2025-01-20 00:36:47 UTC [more...]

[PATCH net v3 0/9] tun: Unify vnet implementation
 2025-01-20  0:36 UTC  (21+ messages)
` [PATCH net v3 1/9] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net v3 2/9] tun: Avoid double-tracking iov_iter length changes
` [PATCH net v3 3/9] tun: Keep hdr_len in tun_get_user()
` [PATCH net v3 4/9] tun: Decouple vnet from tun_struct
` [PATCH net v3 5/9] tun: Decouple vnet handling
` [PATCH net v3 6/9] tun: Extract the vnet handling code
` [PATCH net v3 9/9] tap: Use tun's vnet-related code

kconfig does not accept a lower value for KVM_MAX_NR_VCPUS
 2025-01-19 23:55 UTC 

[RFC] Para-virtualized TLB flush for PV-waiting vCPUs
 2025-01-19 16:27 UTC  (3+ messages)

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-19 14:39 UTC  (18+ messages)
` [RFC PATCH v5 01/15] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v5 03/15] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock
` [RFC PATCH v5 04/15] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private
` [RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
` [RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
` [RFC PATCH v5 07/15] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared
` [RFC PATCH v5 08/15] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()
` [RFC PATCH v5 09/15] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable
` [RFC PATCH v5 10/15] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as mappable
` [RFC PATCH v5 11/15] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
` [RFC PATCH v5 12/15] KVM: arm64: Skip VMA checks for slots without userspace address
` [RFC PATCH v5 13/15] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [RFC PATCH v5 14/15] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v5 15/15] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled

[PATCH] vhost/scsi: Fix improper cleanup in vhost_scsi_set_endpoint()
 2025-01-19 10:54 UTC  (6+ messages)
`  "

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-19 10:40 UTC  (5+ messages)
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic

[PATCH v2 3/4] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-01-18 15:26 UTC  (12+ messages)
                ` [PATCH] "

[PATCH v5 0/3] Add support for the Idle HLT intercept feature
 2025-01-18 13:41 UTC  (2+ messages)

[PATCH v4 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-18  1:52 UTC  (5+ messages)
` [PATCH v4 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v4 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v4 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[PATCH v6 00/18] TDX MMU prep series part 1
 2025-01-18  1:09 UTC  (7+ messages)
` [PATCH v6 08/18] KVM: x86/mmu: Support GFN direct bits
` [PATCH v6 09/18] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH v6 15/18] KVM: x86/tdp_mmu: Propagate tearing down mirror page tables

[PATCH 00/10] KVM: x86: pvclock fixes and cleanups
 2025-01-18  0:55 UTC  (11+ messages)
` [PATCH 01/10] KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifier
` [PATCH 02/10] KVM: x86: Eliminate "handling" of impossible errors during SUSPEND
` [PATCH 03/10] KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
` [PATCH 04/10] KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clock
` [PATCH 05/10] KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
` [PATCH 06/10] KVM: x86/xen: Use guest's copy of pvclock when starting timer
` [PATCH 07/10] KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()
` [PATCH 08/10] KVM: x86: Remove per-vCPU "cache" of its reference pvclock
` [PATCH 09/10] KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)
` [PATCH 10/10] KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()

[PATCH 0/5] KVM: selftests: Fix PMC checks in PMU counters test
 2025-01-18  0:39 UTC  (8+ messages)
` [PATCH 1/5] KVM: selftests: Make Intel arch events globally available "
` [PATCH 2/5] KVM: selftests: Only validate counts for hardware-supported arch events
` [PATCH 3/5] KVM: selftests: Remove dead code in Intel PMU counters test
` [PATCH 4/5] KVM: selftests: Drop the "feature event" param from guest test helpers
` [PATCH 5/5] KVM: selftests: Print out the actual Top-Down Slots count on failure

[PATCH v2 0/4] KVM: x86: Hyper-V SEND_IPI fix and partial testcase
 2025-01-18  0:34 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel
` [PATCH v2 2/4] KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID test
` [PATCH v2 3/4] KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helper
` [PATCH v2 4/4] KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APIC

[PATCH] KVM: nVMX: Always use TLB_FLUSH_GUEST for nested VM-Enter/VM-Exit
 2025-01-18  0:03 UTC  (12+ messages)

[PATCH v4 0/2] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-01-17 22:33 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH v2 0/2] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
 2025-01-17 22:20 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
 2025-01-17 22:02 UTC  (12+ messages)

[PATCH v3 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-17 21:56 UTC  (13+ messages)
` [PATCH v3 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v3 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v3 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[RFC PATCH 0/5] Documentation: kvm: cleanup and introduce "VM planes"
 2025-01-17 21:48 UTC  (3+ messages)
` [PATCH 5/5] Documentation: kvm: introduce "VM plane" concept

[PATCH 0/7] KVM: TDX SEPT SEAMCALL retry
 2025-01-17 21:14 UTC  (7+ messages)
` [PATCH 3/7] KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY

[PATCH v16 12/13] x86/tsc: Switch to native sched clock
 2025-01-17 20:59 UTC  (12+ messages)

[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
 2025-01-17 19:31 UTC  (4+ messages)

[PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-01-17 19:16 UTC  (15+ messages)

[PATCH v3 00/15] KVM: s390: Stop using page->index and other things
 2025-01-17 19:09 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: Do not restrict the size of KVM-internal memory regions
` [PATCH v3 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v3 03/15] KVM: s390: fake memslot for ucontrol VMs
` [PATCH v3 04/15] KVM: s390: selftests: fix ucontrol memory region test
` [PATCH v3 05/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v3 06/15] KVM: s390: use __kvm_faultin_pfn()
` [PATCH v3 07/15] KVM: s390: get rid of gmap_fault()
` [PATCH v3 08/15] KVM: s390: get rid of gmap_translate()
` [PATCH v3 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v3 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v3 11/15] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v3 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v3 13/15] KVM: s390: remove useless page->index usage
` [PATCH v3 14/15] KVM: s390: move PGSTE softbits
` [PATCH v3 15/15] KVM: s390: remove the last user of page->index

[bug report] KVM: x86: Unify TSC logic (sleeping in atomic?)
 2025-01-17 17:51 UTC  (2+ messages)

[PATCH 0/5] KVM: x86: Hyper-V SEND_IPI fix and partial testcase
 2025-01-17 17:36 UTC  (10+ messages)
` [PATCH 1/5] KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel
` [PATCH 2/5] KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID test
` [PATCH 3/5] KVM: selftests: Explicitly free CPUID array at end of "
` [PATCH 4/5] KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helper

Potential Denial-of-Service Vulnerability in KVM When Emulating 'hlt' Instruction in L2 Guests
 2025-01-17 17:22 UTC  (3+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-17 17:15 UTC  (20+ messages)
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[linux-next:master] [KVM] 7803339fa9: kernel-selftests.kvm.pmu_counters_test.fail
 2025-01-17 17:11 UTC  (5+ messages)

[PATCH v3 0/3] KVM: x86: Include host suspended time in steal time
 2025-01-17 16:52 UTC  (5+ messages)
` [PATCH v3 1/3] kvm: Introduce kvm_total_suspend_ns()

[PATCH v2 00/15] KVM: s390: Stop using page->index and other things
 2025-01-17 16:52 UTC  (23+ messages)
` [PATCH v2 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v2 03/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v2 06/15] KVM: s390: use __kvm_faultin_pfn()
` [PATCH v2 07/15] KVM: s390: get rid of gmap_fault()
` [PATCH v2 08/15] KVM: s390: get rid of gmap_translate()
` [PATCH v2 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v2 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v2 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v2 14/15] KVM: s390: move PGSTE softbits
` [PATCH v2 15/15] KVM: s390: remove the last user of page->index

[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
 2025-01-17 16:31 UTC  (11+ messages)
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH 6/6] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v2 0/5] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-01-17 15:54 UTC  (9+ messages)
` [PATCH v2 1/6] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
` [PATCH v2 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
` [PATCH v2 5/6] powerpc/book3s-hv-pmu: Implement GSB message-ops for hostwide counters

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-17 15:19 UTC  (4+ messages)
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits

[PATCH 00/16] KVM: TDX: TDX interrupts
 2025-01-17 15:08 UTC  (11+ messages)
` [PATCH 12/16] KVM: TDX: Inhibit APICv for TDX guest

[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
 2025-01-17 14:42 UTC  (9+ messages)

[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
 2025-01-17 14:37 UTC  (9+ messages)

[PATCH v2] drviers/iommu/amd: support P2P access through IOMMU when SME is enabled
 2025-01-17 13:44 UTC  (2+ messages)

[RFC PATCH 08/12] vfio/pci: Create host unaccessible dma-buf for private device
 2025-01-17 13:25 UTC  (11+ messages)

[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
 2025-01-17 12:55 UTC  (15+ messages)

[PATCH RFC v3 00/27] KVM: arm64: Implement support for SME in non-protected guests
 2025-01-17 12:37 UTC  (4+ messages)
` [PATCH RFC v3 09/27] KVM: arm64: Factor SVE guest exit handling out into a function

[GIT PULL] KVM/arm64 updates for 6.14
 2025-01-17 11:52 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-17 11:23 UTC  (3+ messages)
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive

[PATCH kvmtool] kvmtool: virtio: fix endian for big endian hosts
 2025-01-17 10:07 UTC  (6+ messages)

[PATCH v6 00/17] Provide a new two step DMA mapping API
 2025-01-17 10:03 UTC  (18+ messages)
` [PATCH v6 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v6 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v6 03/17] iommu: generalize the batched sync after map interface
` [PATCH v6 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v6 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v6 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v6 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v6 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v6 09/17] docs: core-api: document the IOVA-based API
` [PATCH v6 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v6 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v6 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v6 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v6 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v6 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v6 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v6 17/17] vfio/mlx5: Enable the DMA link API

[GIT PULL] KVM/riscv changes for 6.14
 2025-01-17  7:06 UTC 


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).