messages from 2025-08-21 20:09:36 to 2025-08-24 22:39:33 UTC [more...]
[PATCH v3 13/15] x86/cpu/intel: Bound the non-architectural constant_tsc model checks
2025-08-24 22:39 UTC (5+ messages)
Host CPU lockup on Loongarch using KVM
2025-08-24 21:04 UTC
[PATCH] KVM: selftests: Fix typo in hyperv cpuid test message
2025-08-24 18:16 UTC
[PATCH v3 0/4] x86/cpu/topology: Work around the nuances of virtualization on AMD/Hygon
2025-08-24 14:55 UTC (4+ messages)
` [PATCH v3 4/4] x86/cpu/topology: Check for X86_FEATURE_XTOPOLOGY instead of passing has_topoext
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-24 13:24 UTC (57+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [syzbot ci] Re: mm: remove nth_page()
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
[PATCH] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
2025-08-24 7:54 UTC
[PATCH v3 0/6] ONE_REG interface for SBI FWFT extension
2025-08-23 15:59 UTC (7+ messages)
` [PATCH v3 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH v3 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
` [PATCH v3 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
` [PATCH v3 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
` [PATCH v3 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
` [PATCH v3 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
[PATCH v1 1/1] target/i386: Save/restore the nested flag of an exception
2025-08-23 10:11 UTC (2+ messages)
[PATCH v9 00/18] AMD: Add Secure AVIC Guest Support
2025-08-23 4:20 UTC (8+ messages)
` [PATCH v9 07/18] x86/apic: Add support to send IPI for Secure AVIC
` [PATCH v9 09/18] x86/sev: Initialize VGIF for secondary VCPUs "
[PATCH 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
2025-08-22 23:41 UTC (11+ messages)
` [PATCH 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR when setting LAPIC regs
[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
2025-08-22 22:34 UTC (4+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
[GIT PULL] Please pull IOMMUFD subsystem changes
2025-08-22 21:28 UTC (2+ messages)
[PATCH v2 00/30] vfio: Introduce selftests for VFIO
2025-08-22 21:25 UTC (31+ messages)
` [PATCH v2 01/30] selftests: Create tools/testing/selftests/vfio
` [PATCH v2 02/30] vfio: selftests: Add a helper library for VFIO selftests
` [PATCH v2 03/30] vfio: selftests: Introduce vfio_pci_device_test
` [PATCH v2 04/30] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [PATCH v2 05/30] vfio: selftests: Move vfio dma mapping test to their own file
` [PATCH v2 06/30] vfio: selftests: Add test to reset vfio device
` [PATCH v2 07/30] vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
` [PATCH v2 08/30] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [PATCH v2 09/30] vfio: selftests: Keep track of DMA regions mapped into the device
` [PATCH v2 10/30] vfio: selftests: Enable asserting MSI eventfds not firing
` [PATCH v2 11/30] vfio: selftests: Add a helper for matching vendor+device IDs
` [PATCH v2 12/30] vfio: selftests: Add driver framework
` [PATCH v2 13/30] vfio: sefltests: Add vfio_pci_driver_test
` [PATCH v2 14/30] tools headers: Add stub definition for __iomem
` [PATCH v2 15/30] tools headers: Import asm-generic MMIO helpers
` [PATCH v2 16/30] tools headers: Import x86 MMIO helper overrides
` [PATCH v2 17/30] tools headers: Add symlink to linux/pci_ids.h
` [PATCH v2 18/30] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH v2 19/30] vfio: selftests: Add driver for Intel CBDMA
` [PATCH v2 20/30] tools headers: Import iosubmit_cmds512()
` [PATCH v2 21/30] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH v2 22/30] vfio: selftests: Add driver for Intel DSA
` [PATCH v2 23/30] vfio: selftests: Move helper to get cdev path to libvfio
` [PATCH v2 24/30] vfio: selftests: Encapsulate IOMMU mode
` [PATCH v2 25/30] vfio: selftests: Replicate tests across all iommu_modes
` [PATCH v2 26/30] vfio: selftests: Add vfio_type1v2_mode
` [PATCH v2 27/30] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [PATCH v2 28/30] vfio: selftests: Add iommufd mode
` [PATCH v2 29/30] vfio: selftests: Make iommufd the default iommu_mode
` [PATCH v2 30/30] vfio: selftests: Add a script to help with running VFIO selftests
[RFC PATCH 0/4] SEV-SNP guest policy bit support updates
2025-08-22 21:25 UTC (5+ messages)
` [RFC PATCH 1/4] KVM: SEV: Publish supported SEV-SNP policy bits
` [RFC PATCH 2/4] KVM: SEV: Consolidate the SEV policy bits in a single header file
` [RFC PATCH 3/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits
` [RFC PATCH 4/4] KVM: SEV: Add known "
[PATCH v3 0/5] Enable Shadow Stack Virtualization for SVM
2025-08-22 20:57 UTC (3+ messages)
` [PATCH v3 2/5] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
[PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
2025-08-22 17:09 UTC (2+ messages)
[PATCH v5 0/4] Add host kdump support for SNP
2025-08-22 16:48 UTC (3+ messages)
` [PATCH v5 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
[PATCH RESEND V2 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
2025-08-22 14:54 UTC (8+ messages)
` [PATCH RESEND V2 1/2] x86/mce: Fix missing address mask in recovery for errors "
[PATCH v8 0/3] update live migration configuration region
2025-08-22 14:12 UTC (6+ messages)
` [PATCH v8 3/3] hisi_acc_vfio_pci: adapt to new migration configuration
[PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
2025-08-22 11:28 UTC (2+ messages)
[PATCH v2 0/6] RISC-V: KVM: Allow zicbop/bfloat16 exts for guests
2025-08-22 11:20 UTC (2+ messages)
[PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
2025-08-22 11:16 UTC (2+ messages)
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-08-22 10:32 UTC (4+ messages)
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
[PATCH v3 0/3] KVM: Do not reset dirty GFNs in a memslot not enabling dirty tracking
2025-08-22 8:03 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] KVM: Skip invoking shared memory handler for entirely private GFN ranges
` [PATCH v3 3/3] KVM: selftests: Test resetting dirty ring in gmem slots in protected VMs
[RFC PATCH 00/11] kvm/arm: trap-me-harder implementation
2025-08-22 7:55 UTC (5+ messages)
` [RFC PATCH 10/11] kvm/arm: implement a basic hypercall handler
[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
2025-08-22 7:05 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Return -EAGAIN if userspace deletes/moves memslot during prefault
` [PATCH v2 2/3] KVM: TDX: Do not retry locally when the retry is caused by invalid memslot
` [PATCH v2 3/3] KVM: selftests: Test prefault memory during concurrent memslot removal
[PATCH v7 00/29] KVM: arm64: Implement support for SME
2025-08-22 6:50 UTC (31+ messages)
` [PATCH v7 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v7 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v7 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v7 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v7 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v7 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v7 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v7 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v7 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v7 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v7 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v7 12/29] KVM: arm64: Define internal features "
` [PATCH v7 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v7 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v7 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v7 16/29] KVM: arm64: Support SME control registers
` [PATCH v7 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v7 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v7 19/29] KVM: arm64: Support SME priority registers
` [PATCH v7 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v7 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v7 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v7 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v7 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v7 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v7 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v7 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v7 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v7 29/29] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
2025-08-22 1:57 UTC (8+ messages)
[PATCH v2 0/2] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
2025-08-22 0:02 UTC (2+ messages)
[PATCH v3 0/6] KVM: arm64: FEAT_RASv1p1 support and RAS selection
2025-08-22 0:01 UTC (2+ messages)
[PATCH v6 00/20] Enable FRED with KVM VMX
2025-08-21 22:36 UTC (21+ messages)
` [PATCH v6 01/20] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v6 02/20] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v6 03/20] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v6 04/20] x86/cea: Export an API to get per CPU exception stacks for KVM to use
` [PATCH v6 05/20] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts
` [PATCH v6 07/20] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v6 08/20] KVM: VMX: Add support for FRED context save/restore
` [PATCH v6 09/20] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v6 10/20] KVM: VMX: Virtualize FRED event_data
` [PATCH v6 11/20] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v6 12/20] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v6 13/20] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v6 14/20] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v6 15/20] KVM: x86: Advertise support for FRED
` [PATCH v6 16/20] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v6 17/20] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
` [PATCH v6 18/20] KVM: nVMX: Add FRED-related VMCS field checks
` [PATCH v6 19/20] KVM: nVMX: Add prerequisites to SHADOW_FIELD_R[OW] macros
` [PATCH v6 20/20] KVM: nVMX: Allow VMX FRED controls
[PATCH v9 00/19] TDX KVM selftests
2025-08-21 22:30 UTC (7+ messages)
` [PATCH v9 04/19] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v9 05/19] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
[PATCH] KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeeds
2025-08-21 22:18 UTC (2+ messages)
[PATCH 0/3] KVM: x86: Clean up lowest priority IRQ code
2025-08-21 21:42 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
` [PATCH 2/3] KVM: x86: Make "lowest priority" helpers local "
` [PATCH 3/3] KVM: x86: Move vector_hashing into lapic.c
[PATCH v11 0/8] KVM: SVM: Enable Secure TSC for SEV-SNP
2025-08-21 21:35 UTC (2+ messages)
[GIT PULL] KVM: x86: Two KVM fixes and a selftest fix
2025-08-21 21:30 UTC
[PATCH 00/33] vfio: Introduce selftests for VFIO
2025-08-21 21:03 UTC (10+ 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;
as well as URLs for NNTP newsgroup(s).