Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-05-19 18:55:31 to 2025-05-21 05:58:54 UTC [more...]

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-21  5:58 UTC  (5+ 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()

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-05-21  5:03 UTC  (39+ 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 12/21] KVM: TDX: Determine max mapping level according to vCPU's ACCEPT level
` [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 v4] vfio/type1: optimize vfio_pin_pages_remote() for large folios
 2025-05-21  4:25 UTC 

[PATCH] vfio/type1: fixed rollback in vfio_dma_bitmap_alloc_all()
 2025-05-21  3:46 UTC 

[PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
 2025-05-21  3:45 UTC  (10+ messages)

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-21  2:46 UTC  (5+ messages)
` [PATCH v9 12/17] KVM: arm64: Rename variables in user_mem_abort()
` [PATCH v9 15/17] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM

[PATCH 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-05-21  2:15 UTC  (9+ messages)
` [PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
` [PATCH 3/3] test/vsock: Add ioctl SIOCINQ tests

[PATCH 0/2] Introduce RET_PF_RETRY_INVALID_SLOT
 2025-05-21  1:45 UTC  (10+ 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 v3 0/6] KVM: Dirty ring fixes and cleanups
 2025-05-20 23:51 UTC  (14+ messages)
` [PATCH v3 1/6] KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
` [PATCH v3 2/6] KVM: Bail from the dirty ring reset flow if a signal is pending
` [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 v3 6/6] KVM: Assert that slots_lock is held when resetting per-vCPU dirty rings

[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 net-next v5 0/5] vsock: SOCK_LINGER rework
 2025-05-20 22:55 UTC  (6+ 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 v2 00/12] KVM: Make irqfd registration globally unique
 2025-05-20 22:20 UTC  (12+ messages)
` [PATCH v2 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH v2 07/12] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
` [PATCH v2 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
` [PATCH v2 09/12] KVM: Drop sanity check that per-VM list of irqfds is unique
` [PATCH v2 10/12] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
` [PATCH v2 11/12] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
` [PATCH v2 12/12] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements

[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

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-20 19:40 UTC  (10+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[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  (6+ 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 v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-20 14:59 UTC  (27+ messages)
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [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 v1 0/5] KVM: s390: some cleanup and small fixes
 2025-05-20 14:39 UTC  (7+ messages)
` [PATCH v1 2/5] KVM: s390: remove unneeded srcu lock
` [PATCH v1 3/5] KVM: s390: refactor some functions in priv.c

[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 

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-20 10:57 UTC  (12+ messages)

[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  (17+ messages)
` [PATCH 01/15] KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()
` [PATCH 02/15] KVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic_set_irq() wrapper
` [PATCH 03/15] KVM: x86: Drop superfluous kvm_set_ioapic_irq() => kvm_ioapic_set_irq() wrapper
` [PATCH 04/15] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
` [PATCH 05/15] KVM: x86: Fold kvm_setup_default_irq_routing() into kvm_ioapic_init()
` [PATCH 06/15] KVM: x86: Move kvm_{request,free}_irq_source_id() to i8254.c (PIT)
` [PATCH 07/15] KVM: x86: Hardcode the PIT IRQ source ID to '2'
` [PATCH 08/15] KVM: x86: Don't clear PIT's IRQ line status when destroying PIT
` [PATCH 09/15] KVM: x86: Explicitly check for in-kernel PIC when getting ExtINT
` [PATCH 10/15] KVM: Move x86-only tracepoints to x86's trace.h
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
` [PATCH 12/15] KVM: Squash two CONFIG_HAVE_KVM_IRQCHIP #ifdefs into one
` [PATCH 13/15] KVM: selftests: Fall back to split IRQ chip if full in-kernel chip is unsupported
` [PATCH 14/15] KVM: x86: Move IRQ mask notifier infrastructure to I/O APIC emulation
` [PATCH 15/15] KVM: x86: Fold irq_comm.c into irq.c

[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  (9+ messages)
` [PATCH v2 1/3] KVM: s390: Set KVM_MAX_VCPUS to 256
` [PATCH v2 2/3] KVM: s390: Always allocate esca_block
` [PATCH v2 3/3] KVM: s390: Specify kvm->arch.sca as esca_block

[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-05-20  6:48 UTC  (4+ messages)

[PATCH v9 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-05-20  6:41 UTC  (3+ messages)
` [PATCH v9 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v9 09/20] acpi/ghes: don't hard-code the number of sources for HEST table

[PATCH v2] vfio/type1: optimize vfio_pin_pages_remote() for hugetlbfs folio
 2025-05-20  6:20 UTC  (2+ messages)

[PATCH v12 0/5] KVM: selftests: Add LoongArch support
 2025-05-20  1:29 UTC  (6+ messages)
` [PATCH v12 1/5] KVM: selftests: Add VM_MODE_P47V47_16K VM mode
` [PATCH v12 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v12 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v12 4/5] KVM: selftests: Add ucall test "
` [PATCH v12 5/5] KVM: selftests: Add supported test cases "

[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
 2025-05-20  0:02 UTC  (6+ messages)
` [PATCH v4 1/5] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v4 2/5] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v4 3/5] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v4 4/5] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH v5 0/1] KVM: Add support for the ERAPS feature
 2025-05-19 21:22 UTC  (3+ messages)
` [PATCH v5 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH v2] Documentation/virt/kvm: Fix TDX whitepaper footnote reference
 2025-05-19 20:31 UTC  (2+ messages)

[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-19 19:33 UTC  (4+ messages)

[PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure
 2025-05-19 19:10 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox