messages from 2025-05-21 04:25:29 to 2025-05-22 22:20:29 UTC [more...]
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-22 22:19 UTC (24+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
` [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
2025-05-22 21:43 UTC (2+ messages)
[PATCH v5 0/5] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-05-22 21:31 UTC (12+ messages)
` [PATCH v5 1/5] KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
` [PATCH v5 2/5] KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
` [PATCH v5 3/5] KVM: nVMX: check vmcs12->guest_ia32_debugctl value given by L2
` [PATCH v5 4/5] KVM: VMX: wrap guest access to IA32_DEBUGCTL with wrappers
` [PATCH v5 5/5] KVM: VMX: preserve DEBUGCTLMSR_FREEZE_IN_SMM
[PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folios
2025-05-22 20:52 UTC (7+ messages)
` [PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio
[PATCH v2 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
2025-05-22 20:35 UTC (6+ messages)
` [PATCH v2 1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit
` [PATCH v2 2/5] RISC-V: KVM: Add a hstateen lazy enabler helper function
` [PATCH v2 3/5] RISC-V: KVM: Support lazy enabling of siselect and aia bits
` [PATCH v2 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily
` [PATCH v2 5/5] RISC-V: KVM: Remove the boot time enabling of hstateen bits
[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
2025-05-22 19:03 UTC (10+ messages)
` [PATCH v3 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v3 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v3 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v3 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v3 5/9] drivers/perf: riscv: Export "
` [PATCH v3 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v3 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v3 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[PATCH v3 0/4] KVM: s390: some cleanup and small fixes
2025-05-22 18:40 UTC (12+ messages)
` [PATCH v3 1/4] s390: remove unneeded includes
` [PATCH v3 2/4] KVM: s390: remove unneeded srcu lock
` [PATCH v3 3/4] KVM: s390: refactor and split some gmap helpers
` [PATCH v3 4/4] KVM: s390: simplify and move pv code
[PATCH] vfio/type1: fixed rollback in vfio_dma_bitmap_alloc_all()
2025-05-22 17:52 UTC (4+ messages)
` 答复: [????] "
` "
[PATCH v8 0/6] Introduce CET supervisor state support
2025-05-22 15:10 UTC (7+ messages)
` [PATCH v8 1/6] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v8 2/6] x86/fpu: Initialize guest FPU permissions from guest defaults
` [PATCH v8 3/6] x86/fpu: Initialize guest fpstate and FPU pseudo container "
` [PATCH v8 4/6] x86/fpu: Remove xfd argument from __fpstate_reset()
` [PATCH v8 5/6] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
` [PATCH v8 6/6] x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only feature
[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
2025-05-22 14:56 UTC (2+ messages)
[PATCH v7 0/6] Introduce CET supervisor state support
2025-05-22 14:44 UTC (9+ messages)
` [PATCH v7 1/6] x86/fpu/xstate: Differentiate default features for host and guest FPUs
[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-22 13:49 UTC (59+ 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 v3 0/3] KVM: x86: Dynamically allocate hashed page list
2025-05-22 13:40 UTC (10+ messages)
` [PATCH v3 2/3] KVM: x86: Use kvzalloc() to allocate VM struct
[PATCH v2 0/5] KVM: s390: some cleanup and small fixes
2025-05-22 13:07 UTC (7+ messages)
` [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 v3 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
2025-05-22 10:49 UTC (5+ messages)
` [PATCH v3 1/3] KVM: s390: Set KVM_MAX_VCPUS to 256
` [PATCH v3 2/3] KVM: s390: Always allocate esca_block
` [PATCH v3 3/3] KVM: s390: Specify kvm->arch.sca as esca_block
[PATCH net-next v6 0/5] vsock: SOCK_LINGER rework
2025-05-22 8:08 UTC (10+ messages)
` [PATCH net-next v6 1/5] vsock/virtio: Linger on unsent data
` [PATCH net-next v6 2/5] vsock: Move lingering logic to af_vsock core
` [PATCH net-next v6 3/5] vsock/test: Introduce vsock_wait_sent() helper
` [PATCH net-next v6 4/5] vsock/test: Introduce enable_so_linger() helper
` [PATCH net-next v6 5/5] vsock/test: Add test for an unexpectedly lingering close()
[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-22 6:49 UTC (6+ messages)
` [PATCH v7 09/14] riscv: misaligned: move emulated access uniformity check in a function
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-05-22 3:52 UTC (14+ messages)
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
` [RFC PATCH 20/21] KVM: x86: Force a prefetch fault's max mapping level to 4KB for TDX
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2025-05-22 3:45 UTC (19+ messages)
[GIT PULL] LoongArch KVM changes for v6.16
2025-05-22 3:06 UTC
[PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
2025-05-22 2:17 UTC (7+ messages)
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-05-22 1:36 UTC (15+ messages)
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 09/38] perf: Add switch_guest_ctx() interface
` [PATCH v4 14/38] KVM: x86/pmu: Introduce enable_mediated_pmu global parameter
` [PATCH v4 34/38] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
[PATCH v3 0/6] KVM: Dirty ring fixes and cleanups
2025-05-22 1:04 UTC (15+ 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 0/2] Introduce RET_PF_RETRY_INVALID_SLOT
2025-05-22 0:40 UTC (10+ messages)
` [PATCH 1/2] KVM: x86/mmu: Add RET_PF_RETRY_INVALID_SLOT for fault retry on invalid slot
[PATCH net-next v5 0/5] vsock: SOCK_LINGER rework
2025-05-21 23:17 UTC (12+ messages)
` [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 v4 0/4] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-05-21 20:43 UTC (10+ 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 v5 0/2] kvm: sev: Add SNP guest request throttling
2025-05-21 18:19 UTC (5+ messages)
` [PATCH v5 1/2] kvm: sev: Add SEV-SNP "
[PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
2025-05-21 16:55 UTC (7+ messages)
[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
2025-05-21 15:46 UTC (9+ messages)
` [PATCH v1 4/5] KVM: s390: refactor and split some gmap helpers
` [PATCH v1 5/5] KVM: s390: simplify and move pv code
[PATCH v2 00/12] KVM: Make irqfd registration globally unique
2025-05-21 15:05 UTC (8+ messages)
` [PATCH v2 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
[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 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)
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-21 10:21 UTC (11+ messages)
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
[PATCH 3/3] test/vsock: Add ioctl SIOCINQ tests
2025-05-21 9:00 UTC (3+ messages)
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-21 6:46 UTC (3+ messages)
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-21 6:20 UTC (9+ messages)
` [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
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).