messages from 2026-01-31 12:37:23 to 2026-02-03 07:51:16 UTC [more...]
[PATCH v3 0/4] LoongArch: KVM: Add FPU delay load support
2026-02-03 7:48 UTC (9+ messages)
` [PATCH v3 1/4] LoongArch: KVM: Move LSX capability check in LSX exception handler
` [PATCH v3 2/4] LoongArch: KVM: Move LASX capability check in LASX "
` [PATCH v3 3/4] LoongArch: KVM: Move LBT capability checking in LBT "
` [PATCH v3 4/4] LoongArch: KVM: Add FPU delay load support
[PATCH] Add query-tdx-capabilities
2026-02-03 7:03 UTC (11+ messages)
[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-02-03 3:48 UTC (17+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
[PATCH] KVM: guest_memfd: Reject large folios until support is implemented
2026-02-03 2:09 UTC
[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
2026-02-03 1:23 UTC
[PATCH] vfio: selftests: only build tests on arm64 and x86_64
2026-02-03 1:22 UTC (5+ messages)
[PATCH] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
2026-02-03 1:13 UTC
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-02-03 1:07 UTC (8+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH v5] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
2026-02-03 0:59 UTC (4+ messages)
` [PATCH v5] RISC-V: KVM: Validate SBI STA shmem alignment in
[Question] Dead code in KVM PIT ioctl error handling?
2026-02-03 0:44 UTC (2+ messages)
[PATCH 0/3] x86/x2apic: Fix hang-up of defconfig kernel on resume from s2ram
2026-02-03 0:24 UTC (11+ messages)
` [PATCH 1/3] x86/x2apic: disable x2apic on resume if the kernel expects so
` [PATCH 2/3] x86/defconfig: add CONFIG_IRQ_REMAP
` [PATCH 3/3] x86/virt: rename x2apic_available to x2apic_without_ir_available
[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
2026-02-03 0:00 UTC (3+ messages)
` [RFC PATCH 04/19] fs/resctrl: Add the documentation for Global Memory Bandwidth Allocation
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
2026-02-02 22:36 UTC (38+ messages)
` [RFC PATCH v2 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v2 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v2 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v2 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v2 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v2 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v2 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 08/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 10/37] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [RFC PATCH v2 11/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v2 12/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v2 13/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v2 14/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v2 15/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v2 16/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v2 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v2 19/37] KVM: selftests: Test using guest_memfd for guest private memory
` [RFC PATCH v2 20/37] KVM: selftests: Test basic single-page conversion flow
` [RFC PATCH v2 21/37] KVM: selftests: Test conversion flow when INIT_SHARED
` [RFC PATCH v2 22/37] KVM: selftests: Test indexing in guest_memfd
` [RFC PATCH v2 23/37] KVM: selftests: Test conversion before allocation
` [RFC PATCH v2 24/37] KVM: selftests: Convert with allocated folios in different layouts
` [RFC PATCH v2 25/37] KVM: selftests: Test precision of conversion
` [RFC PATCH v2 26/37] KVM: selftests: Test that truncation does not change shared/private status
` [RFC PATCH v2 27/37] KVM: selftests: Test that shared/private status is consistent across processes
` [RFC PATCH v2 28/37] KVM: selftests: Test conversion with elevated page refcount
` [RFC PATCH v2 29/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v2 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v2 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v2 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v2 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v2 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v2 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v2 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
2026-02-02 22:29 UTC
[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
2026-02-02 22:13 UTC (9+ messages)
` [PATCH RFC 04/17] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH RFC 05/17] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()
[PATCH v5 0/5] Add support for the Bus Lock Threshold
2026-02-02 20:44 UTC (3+ messages)
` [PATCH v5 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
[PATCH v2 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-02-02 20:40 UTC (10+ messages)
` [PATCH v2 1/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v2 2/8] KVM: x86: nSVM: Cache g_pat in vmcb_save_area_cached
` [PATCH v2 3/8] KVM: x86: nSVM: Add validity check for vmcb12 g_pat
[PATCH v4 0/4] Support runtime configuration for per-VM's HGATP mode
2026-02-02 19:14 UTC (8+ messages)
` [PATCH v4 1/4] RISC-V: KVM: "
` [PATCH v4 2/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
` [PATCH v4 3/4] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
` [PATCH v4 4/4] RISC-V: KVM: Define HGATP mode bits for KVM_CAP_RISCV_SET_HGATP_MODE
[PATCH v2 00/20] KVM: arm64: Generalise RESx handling
2026-02-02 18:43 UTC (21+ messages)
` [PATCH v2 01/20] arm64: Convert SCTLR_EL2 to sysreg infrastructure
` [PATCH v2 02/20] KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
` [PATCH v2 03/20] KVM: arm64: Introduce standalone FGU computing primitive
` [PATCH v2 04/20] KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
` [PATCH v2 05/20] KVM: arm64: Extend unified RESx handling to runtime sanitisation
` [PATCH v2 06/20] KVM: arm64: Inherit RESx bits from FGT register descriptors
` [PATCH v2 07/20] KVM: arm64: Allow RES1 bits to be inferred from configuration
` [PATCH v2 08/20] KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
` [PATCH v2 09/20] KVM: arm64: Convert HCR_EL2.RW to AS_RES1
` [PATCH v2 10/20] KVM: arm64: Simplify FIXED_VALUE handling
` [PATCH v2 11/20] KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
` [PATCH v2 12/20] KVM: arm64: Add RES1_WHEN_E2Hx constraints "
` [PATCH v2 13/20] KVM: arm64: Move RESx into individual register descriptors
` [PATCH v2 14/20] KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
` [PATCH v2 15/20] KVM: arm64: Get rid of FIXED_VALUE altogether
` [PATCH v2 16/20] KVM: arm64: Simplify handling of full register invalid constraint
` [PATCH v2 17/20] KVM: arm64: Remove all traces of FEAT_TME
` [PATCH v2 18/20] KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
` [PATCH v2 19/20] KVM: arm64: Add sanitisation to SCTLR_EL2
` [PATCH v2 20/20] KVM: arm64: Add debugfs file dumping computed RESx values
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-02-02 18:14 UTC (4+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
[PATCH] MAINTAINERS: Replace backup for s390 vfio-pci
2026-02-02 17:41 UTC (4+ messages)
[PATCH 0/2] KVM: SEV: Add support for IBPB-on-Entry
2026-02-02 17:12 UTC (13+ messages)
` [PATCH 1/2] KVM: SEV: IBPB-on-Entry guest support
[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
2026-02-02 16:20 UTC (20+ messages)
` [PATCH v4 1/3] mm: use targeted IPIs for TLB sync with "
` [PATCH v4 2/3] mm: switch callers to tlb_remove_table_sync_mm()
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support
` [PATCH v4 0/3] targeted TLB sync IPIs for lockless page table
[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-02-02 16:04 UTC (2+ messages)
[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-02-02 15:55 UTC (12+ messages)
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
[PATCH v1] KVM: arm64: nv: Avoid NV stage-2 code when NV is not supported
2026-02-02 15:47 UTC (2+ messages)
[PATCH v1] KVM: arm64: nv: Use kvm_phys_size() for VNCR invalidation range
2026-02-02 15:04 UTC (4+ messages)
[PATCH v3 00/26] Runtime TDX Module update support
2026-02-02 11:57 UTC (28+ messages)
` [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v3 11/26] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v3 13/26] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v3 14/26] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v3 15/26] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v3 16/26] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v3 18/26] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v3 20/26] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v3 22/26] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v3 23/26] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v3 24/26] x86/virt/seamldr: Extend sigstruct to 16KB
[PATCH v4 0/6] x86: Cleanups around slow_down_io()
2026-02-02 10:27 UTC (2+ messages)
[PATCH RESEND] KVM: SEV: Enable SNP AP CPU hotplug
2026-02-02 10:12 UTC
[PATCH RESEND] KVM: SEV: Track SNP launch state and disallow invalid userspace interactions
2026-02-02 10:11 UTC
[PATCH 00/20] KVM: arm64: Generalise RESx handling
2026-02-02 9:57 UTC (5+ messages)
` [PATCH 20/20] KVM: arm64: Add debugfs file dumping computed RESx values
[PATCH v2] KVM: SVM: Mark module parameters as __ro_after_init for security and performance
2026-02-02 9:50 UTC
[PATCH v3] LoongArch: KVM: Add more CPUCFG mask bit
2026-02-02 9:48 UTC (2+ messages)
[PATCH] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
2026-02-02 9:18 UTC (2+ messages)
[PATCH v1 0/3] KVM: arm64: Standardize debugfs iterators
2026-02-02 8:57 UTC (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Use standard seq_file iterator for idregs debugfs
` [PATCH v1 2/3] KVM: arm64: Reimplement vgic-debug XArray iteration
` [PATCH v1 3/3] KVM: arm64: Use standard seq_file iterator for vgic-debug debugfs
[PATCH kvmtool v5 0/7] arm64: Nested virtualization support
2026-02-02 8:54 UTC (8+ messages)
` [PATCH kvmtool v5 3/7] arm64: nested: Add support for setting maintenance IRQ
[Bug 221033] New: Real time clock does not trigger alarm on QEMU
2026-02-02 8:10 UTC (3+ messages)
` [Bug 221033] "
[PATCH] KVM: LoongArch: selftests: Add steal time test case
2026-02-02 7:33 UTC (5+ messages)
[PATCH 6.1.y] vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint
2026-02-02 6:47 UTC
[PATCH v2] RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
2026-02-02 4:00 UTC
[PATCH v3] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
2026-02-02 2:59 UTC (4+ messages)
[BUG REPORT] USE_AFTER_FREE in complete_emulated_mmio found by KASAN/Syzkaller fuzz test (v5.10.0)
2026-02-02 1:24 UTC
Call for GSoC internship project ideas
2026-02-01 18:29 UTC (8+ messages)
` Modern HMP (was: Call for GSoC internship project ideas)
` Modern HMP
[PATCH v2 RESEND] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
2026-02-01 2:35 UTC (4+ messages)
[PATCH v2] LoongArch: KVM: Set default return value in kvm IO bus ops
2026-01-31 13:43 UTC (2+ messages)
[PATCH v1] KVM: selftests: Improve sea_to_user test
2026-01-31 12:37 UTC (2+ messages)
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