messages from 2025-05-20 08:35:17 to 2025-05-21 15:22:25 UTC [more...]
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-21 15:21 UTC (13+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
2025-05-21 15:19 UTC (10+ messages)
` [PATCH v1 2/5] KVM: s390: remove unneeded srcu lock
` [PATCH v1 3/5] KVM: s390: refactor some functions in priv.c
` [PATCH v1 4/5] KVM: s390: refactor and split some gmap helpers
[PATCH v2 00/12] KVM: Make irqfd registration globally unique
2025-05-21 15:05 UTC (11+ messages)
` [PATCH v2 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH v2 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
[PATCH net-next v5 0/5] vsock: SOCK_LINGER rework
2025-05-21 15:01 UTC (10+ messages)
` [PATCH net-next v5 1/5] vsock/virtio: Linger on unsent data
` [PATCH net-next v5 2/5] vsock: Move lingering logic to af_vsock core
` [PATCH net-next v5 3/5] vsock/test: Introduce vsock_wait_sent() helper
` [PATCH net-next v5 4/5] vsock/test: Introduce enable_so_linger() helper
` [PATCH net-next v5 5/5] vsock/test: Add test for an unexpectedly lingering close()
[PATCH v3 0/6] KVM: Dirty ring fixes and cleanups
2025-05-21 14:55 UTC (12+ messages)
` [PATCH v3 4/6] KVM: Check for empty mask of harvested dirty ring entries in caller
` [PATCH v3 5/6] KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resets
[PATCH v6 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
2025-05-21 14:45 UTC (3+ messages)
` [PATCH v6 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-21 14:14 UTC (48+ messages)
` [PATCH v9 01/17] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v9 02/17] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v9 03/17] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v9 04/17] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v9 05/17] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v9 06/17] KVM: Fix comments that refer to slots_lock
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v9 09/17] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v9 10/17] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v9 12/17] KVM: arm64: Rename variables in user_mem_abort()
` [PATCH v9 13/17] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v9 14/17] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v9 15/17] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v9 16/17] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets
2025-05-21 12:17 UTC
[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
2025-05-21 11:02 UTC (3+ messages)
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2025-05-21 10:41 UTC (19+ messages)
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-21 10:21 UTC (32+ messages)
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v8 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v8 30/43] arm64: RME: Prevent Device mappings for Realms
` [PATCH v8 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v8 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v8 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v8 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v8 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v8 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v8 40/43] arm64: RME: Provide accurate register list
` [PATCH v8 43/43] KVM: arm64: Allow activating realms
[PATCH 0/3] vsock: Introduce SIOCINQ ioctl support
2025-05-21 10:18 UTC (13+ messages)
` [PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
` [PATCH 3/3] test/vsock: Add ioctl SIOCINQ tests
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-21 6:46 UTC (3+ messages)
[PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folios
2025-05-21 6:36 UTC (2+ messages)
[PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
2025-05-21 6:35 UTC (11+ messages)
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-21 6:20 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments for kvmtool
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-05-21 5:03 UTC (28+ messages)
` [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 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 20/21] KVM: x86: Force a prefetch fault's max mapping level to 4KB for TDX
[PATCH] vfio/type1: fixed rollback in vfio_dma_bitmap_alloc_all()
2025-05-21 3:46 UTC
[PATCH 0/2] Introduce RET_PF_RETRY_INVALID_SLOT
2025-05-21 1:45 UTC (8+ messages)
` [PATCH 1/2] KVM: x86/mmu: Add RET_PF_RETRY_INVALID_SLOT for fault retry on invalid slot
[PATCH v4 0/4] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-05-21 0:32 UTC (9+ messages)
` [PATCH v4 3/4] x86: nVMX: check vmcs12->guest_ia32_debugctl value given by L2
` [PATCH v4 4/4] x86: KVM: VMX: preserve DEBUGCTLMSR_FREEZE_IN_SMM
[PATCH v7 0/6] Introduce CET supervisor state support
2025-05-21 0:22 UTC (4+ messages)
[PATCH v3 0/3] KVM: x86: Dynamically allocate hashed page list
2025-05-20 23:57 UTC (9+ messages)
` [PATCH v3 2/3] KVM: x86: Use kvzalloc() to allocate VM struct
[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-05-20 23:39 UTC (4+ messages)
` [PATCH v1 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-05-20 20:36 UTC (4+ messages)
` [PATCH 30/67] KVM: VMX: Stop walking list of routing table entries when updating IRTE
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-05-20 18:50 UTC (6+ messages)
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
[PATCH v2 0/5] KVM: s390: some cleanup and small fixes
2025-05-20 18:26 UTC (6+ messages)
` [PATCH v2 1/5] s390: remove unneeded includes
` [PATCH v2 2/5] KVM: s390: remove unneeded srcu lock
` [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c
` [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers
` [PATCH v2 5/5] KVM: s390: simplify and move pv code
[PATCH RFC 2/2] audit accesses to unassigned PCI config regions
2025-05-20 18:08 UTC (3+ messages)
[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-20 17:08 UTC (5+ messages)
` [PATCH v7 09/14] riscv: misaligned: move emulated access uniformity check in a function
[PATCH v5 0/5] Add support for the Bus Lock Threshold
2025-05-20 16:48 UTC (2+ messages)
[PATCH v4 0/7] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
2025-05-20 16:48 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
2025-05-20 16:48 UTC (2+ messages)
[PATCH net-next v7] selftests/vsock: add initial vmtest.sh for vsock
2025-05-20 16:33 UTC (8+ messages)
[RESEND PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
2025-05-20 15:57 UTC (5+ messages)
[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
2025-05-20 15:43 UTC (5+ messages)
` [PATCH v3 1/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
[PATCH vfio-next 0/3] mlx5 VFIO PCI DMA conversion
2025-05-20 15:39 UTC (6+ messages)
` [PATCH vfio-next 1/3] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH vfio-next 2/3] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH vfio-next 3/3] vfio/mlx5: Enable the DMA link API
[PATCH v8 0/6] bugfix some driver issues
2025-05-20 15:39 UTC (2+ messages)
[PATCH v2] vfio/type1: Remove Fine Grained Superpages detection
2025-05-20 15:39 UTC (2+ messages)
[PATCH AUTOSEL 6.14 317/642] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-05-20 14:13 UTC (3+ messages)
[PATCH 6.6 020/117] KVM: SVM: Update SEV-ES shutdown intercepts with more metadata
2025-05-20 13:49 UTC
[PATCH v5 00/10] Enable shared device assignment
2025-05-20 10:28 UTC (11+ messages)
` [PATCH v5 01/10] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v5 02/10] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v5 03/10] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v5 04/10] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBlock with guest_memfd
` [PATCH v5 05/10] ram-block-attribute: Introduce a helper to notify shared/private state changes
` [PATCH v5 06/10] memory: Attach RamBlockAttribute to guest_memfd-backed RAMBlocks
` [PATCH v5 07/10] RAMBlock: Make guest_memfd require coordinate discard
` [PATCH v5 08/10] memory: Change NotifyRamDiscard() definition to return the result
` [PATCH v5 09/10] KVM: Introduce RamDiscardListener for attribute changes during memory conversions
` [PATCH v5 10/10] ram-block-attribute: Add more error handling during state changes
[PATCH net-next v4 0/3] vsock: SOCK_LINGER rework
2025-05-20 10:20 UTC (10+ messages)
` [PATCH net-next v4 3/3] vsock/test: Expand linger test to ensure close() does not misbehave
[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-05-20 9:57 UTC (3+ messages)
` [PATCH 04/15] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
[PATCH v2 0/8] x86, KVM: Optimize SEV cache flushing
2025-05-20 9:42 UTC (9+ messages)
` [PATCH v2 4/8] x86, lib: Add WBNOINVD helper functions
` [PATCH v2 7/8] x86, lib: Add wbinvd and wbnoinvd helpers to target multiple CPUs
[PATCH v2 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
2025-05-20 9:18 UTC (5+ messages)
` [PATCH v2 2/3] KVM: s390: Always allocate esca_block
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).