messages from 2026-02-02 09:54:40 to 2026-02-03 16:52:06 UTC [more...]
[PATCH] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
2026-02-03 16:51 UTC (4+ messages)
[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
2026-02-03 16:38 UTC (4+ messages)
` [RFC PATCH 04/19] fs/resctrl: Add the documentation for Global Memory Bandwidth Allocation
[PATCH 0/4] Clean up TSAN warnings
2026-02-03 16:32 UTC (2+ messages)
[PATCH v3 00/26] Runtime TDX Module update support
2026-02-03 16:12 UTC (12+ messages)
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v3 24/26] x86/virt/seamldr: Extend sigstruct to 16KB
[RFC PATCH] powerpc: iommu: Initial IOMMUFD support for PPC64
2026-02-03 15:54 UTC (5+ messages)
[PATCH v5 0/5] Add support for the Bus Lock Threshold
2026-02-03 15:23 UTC (5+ messages)
` [PATCH v5 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
[PATCH v4 0/4] Support runtime configuration for per-VM's HGATP mode
2026-02-03 14:24 UTC (11+ 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 v9 00/30] KVM: arm64: Implement support for SME
2026-02-03 13:00 UTC (3+ messages)
` [PATCH v9 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
[PULL 00/17] Firmware 20260203 patches
2026-02-03 12:03 UTC (18+ messages)
` [PULL 01/17] docs/system/igvm.rst: Update external links
` [PULL 02/17] hw/uefi: skip time check for append-write updates
` [PULL 03/17] hw/uefi: fix size negotiation
` [PULL 04/17] igvm: reorganize headers
` [PULL 05/17] igvm: make igvm-cfg object resettable
` [PULL 06/17] igvm: move file load to complete callback
` [PULL 07/17] igvm: add trace points for igvm file loading and processing
` [PULL 08/17] igvm: move igvm file processing to reset callbacks
` [PULL 09/17] hw/acpi: Make acpi_checksum() public
` [PULL 10/17] hw/acpi: Make BIOS linker optional
` [PULL 11/17] hw/acpi: Add standalone function to build MADT
` [PULL 12/17] igvm: Move structs to internal header
` [PULL 13/17] igvm: Add common function for finding parameter entries
` [PULL 14/17] igvm: Refactor qigvm_parameter_insert
` [PULL 15/17] igvm: Pass machine state to IGVM file processing
` [PULL 16/17] igvm: Only build stubs if igvm is enabled
` [PULL 17/17] igvm: Fill MADT IGVM parameter field on x86_64
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-02-03 11:16 UTC (17+ messages)
` [RFC PATCH v5 02/45] KVM: x86/mmu: Update iter->old_spte if cmpxchg64 on mirror SPTE "fails"
` [RFC PATCH v5 03/45] KVM: TDX: Account all non-transient page allocations for per-TD structures
` [RFC PATCH v5 04/45] KVM: x86: Make "external SPTE" ops that can fail RET0 static calls
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all
` [RFC PATCH v5 19/45] KVM: Allow owner of kvm_mmu_memory_cache to provide a custom page allocator
` [RFC PATCH v5 20/45] KVM: x86/mmu: Allocate/free S-EPT pages using tdx_{alloc,free}_control_page()
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-02-03 9:56 UTC (9+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH v2 00/20] KVM: arm64: Generalise RESx handling
2026-02-03 9:41 UTC (23+ 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 v3 0/4] LoongArch: KVM: Add FPU delay load support
2026-02-03 9:37 UTC (14+ 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 v3 00/24] KVM: TDX huge page support for private memory
2026-02-03 9:18 UTC (11+ messages)
[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 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 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 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 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 (18+ messages)
` [PATCH v4 1/3] mm: use targeted IPIs for TLB sync with "
` [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 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 20/20] KVM: arm64: Add debugfs file dumping computed RESx values
2026-02-02 9:57 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