messages from 2025-05-19 12:25:40 to 2025-05-20 19:40:41 UTC [more...]
[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 v2 00/12] KVM: Make irqfd registration globally unique
2025-05-20 19:18 UTC (15+ messages)
` [PATCH v2 01/12] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
` [PATCH v2 02/12] KVM: Acquire SCRU lock outside of irqfds.lock during assignment
` [PATCH v2 03/12] KVM: Initialize irqfd waitqueue callback when adding to the queue
` [PATCH v2 04/12] KVM: Add irqfd to KVM's list via the vfs_poll() callback
` [PATCH v2 05/12] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
` [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 v3 0/6] KVM: Dirty ring fixes and cleanups
2025-05-20 19:12 UTC (12+ 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 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 v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
2025-05-20 17:41 UTC (5+ 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)
[PATCH v3 0/3] KVM: x86: Dynamically allocate hashed page list
2025-05-20 16:15 UTC (11+ messages)
` [PATCH v3 2/3] KVM: x86: Use kvzalloc() to allocate VM struct
` [PATCH v3 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list
[PATCH 0/2] Introduce RET_PF_RETRY_INVALID_SLOT
2025-05-20 16:13 UTC (14+ messages)
` [PATCH 1/2] KVM: x86/mmu: Add RET_PF_RETRY_INVALID_SLOT for fault retry on invalid slot
[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 (33+ messages)
` [PATCH v8 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
` [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
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-05-20 10:11 UTC (33+ 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
[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 (12+ 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 8/8] KVM: SVM: Flush cache only on CPUs running SEV guest
[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 0/3] vsock: Introduce SIOCINQ ioctl support
2025-05-20 8:51 UTC (6+ messages)
` [PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
` [PATCH 3/3] test/vsock: Add ioctl SIOCINQ tests
[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 (4+ 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)
[mst-vhost:vhost 35/35] drivers/virtio/virtio_ring.c:1281:22: sparse: sparse: symbol 'split_in_order_ops' was not declared. Should it be static?
2025-05-19 18:08 UTC
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-19 17:04 UTC (2+ messages)
[mst-vhost:vhost 29/35] drivers/virtio/virtio_ring.c:2103:22: sparse: sparse: symbol 'packed_ops' was not declared. Should it be static?
2025-05-19 16:57 UTC
[PATCH v4 0/3] Move duplicated instructions macros into asm/insn.h
2025-05-19 12:44 UTC (5+ messages)
` [PATCH v4 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v4 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
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).