kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-25 16:44:49 to 2025-08-27 07:19:07 UTC [more...]

[PATCH v9 00/19] TDX KVM selftests
 2025-08-27  7:18 UTC  (43+ messages)
` [PATCH v9 02/19] KVM: selftests: Allocate pgd in virt_map() as necessary
` [PATCH v9 03/19] KVM: selftests: Expose functions to get default sregs values
` [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 v9 08/19] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v9 10/19] KVM: selftests: Set up TDX boot code region
` [PATCH v9 11/19] KVM: selftests: Set up TDX boot parameters region
` [PATCH v9 13/19] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v9 14/19] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v9 15/19] KVM: selftests: Hook TDX support to vm and vcpu creation
` [PATCH v9 18/19] KVM: selftests: Add ucall support for TDX

[PATCH v2] KVM: TDX: Force split irqchip for TDX at irqchip creation time
 2025-08-27  6:22 UTC  (3+ messages)

[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-27  5:21 UTC  (21+ messages)
` [PATCH v2 01/18] arm64: topology: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 02/18] KVM: x86: "
` [PATCH v2 03/18] ACPI: processor: thermal: "
` [PATCH v2 04/18] cpufreq: brcmstb-avs-cpufreq: "
` [PATCH v2 05/18] cpufreq: CPPC: "
` [PATCH v2 06/18] cpufreq: intel_pstate: "
` [PATCH v2 07/18] cpufreq: longhaul: "
` [PATCH v2 08/18] cpufreq: mediatek: "
` [PATCH v2 09/18] cpufreq: powernv: "
` [PATCH v2 10/18] cpufreq: s5pv210: "
` [PATCH v2 11/18] cpufreq: tegra186: "
` [PATCH v2 12/18] PM / devfreq: "
` [PATCH v2 13/18] drm/i915: "
` [PATCH v2 14/18] cpufreq: powerpc: macintosh: "
` [PATCH v2 15/18] powercap: dtpm_cpu: "
` [PATCH v2 16/18] thermal: imx: "
` [PATCH v2 17/18] thermal/drivers/ti-soc-thermal: "
` [PATCH v2 18/18] PM: EM: "

[PATCH v13 00/21] Enable CET Virtualization
 2025-08-27  4:56 UTC  (6+ messages)
` [PATCH v13 05/21] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs

[Discussion] Undocumented behavior of KVM_SET_PIT2 with count=0
 2025-08-27  2:31 UTC  (3+ messages)

[PATCH] KVM: TDX: Force split irqchip for TDX at irqchip creation time
 2025-08-27  1:30 UTC  (4+ messages)

[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
 2025-08-27  0:05 UTC  (13+ messages)
` [RFC PATCH 01/12] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [RFC PATCH 02/12] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH 03/12] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [RFC PATCH 04/12] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_prefault_page()
` [RFC PATCH 05/12] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [RFC PATCH 06/12] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [RFC PATCH 07/12] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [RFC PATCH 08/12] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [RFC PATCH 09/12] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [RFC PATCH 10/12] KVM: TDX: Assert that slots_lock is held when nr_premapped is accessed
` [RFC PATCH 11/12] KVM: TDX: Track nr_premapped as an "unsigned long", not an "atomic64_t"
` [RFC PATCH 12/12] KVM: TDX: Rename nr_premapped to nr_pending_tdh_mem_page_adds

[PATCH] KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
 2025-08-26 23:37 UTC 

[PATCH v7 0/7] TDX host: kexec/kdump support
 2025-08-26 23:31 UTC  (14+ messages)
` [PATCH v7 1/7] x86/kexec: Consolidate relocate_kernel() function parameters
` [PATCH v7 2/7] x86/sme: Use percpu boolean to control WBINVD during kexec
` [PATCH v7 3/7] x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL
` [PATCH v7 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
` [PATCH v7 5/7] x86/virt/tdx: Remove the !KEXEC_CORE dependency
` [PATCH v7 6/7] x86/virt/tdx: Update the kexec section in the TDX documentation
` [PATCH v7 7/7] KVM: TDX: Explicitly do WBINVD when no more TDX SEAMCALLs

[PATCH v6 00/20] Enable FRED with KVM VMX
 2025-08-26 22:20 UTC  (9+ messages)
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-08-26 20:41 UTC  (8+ messages)

[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
 2025-08-26 19:30 UTC  (8+ messages)

[PATCH v2 0/5] Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-26 17:39 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: add Zilsd and Zclsd extension descriptions
` [PATCH v2 2/5] riscv: add ISA extension parsing for Zilsd and Zclsd
` [PATCH v2 3/5] riscv: hwprobe: export Zilsd and Zclsd ISA extensions
` [PATCH v2 4/5] riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
` [PATCH v2 5/5] KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-26 16:58 UTC  (12+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH v4 1/2] cdx: don't select CONFIG_GENERIC_MSI_IRQ
 2025-08-26 16:24 UTC  (3+ messages)
` [PATCH v4 2/2] vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ

[PATCH v2 0/9] Error recovery for vfio-pci devices on s390x
 2025-08-26 15:48 UTC  (15+ messages)
` [PATCH v2 1/9] PCI: Avoid restoring error values in config space
` [PATCH v2 2/9] PCI: Add additional checks for flr and pm reset
` [PATCH v2 3/9] PCI: Allow per function PCI slots for hypervisor isolated functions
` [PATCH v2 4/9] s390/pci: Restore airq unconditionally for the zPCI device
` [PATCH v2 5/9] s390/pci: Update the logic for detecting passthrough device
` [PATCH v2 6/9] s390/pci: Store PCI error information for passthrough devices
` [PATCH v2 7/9] vfio-pci/zdev: Add a device feature for error information
` [PATCH v2 8/9] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v2 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v2] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
 2025-08-26 15:09 UTC  (6+ messages)

[RFC PATCH 0/4] KVM: SVM: Add Page Modification Logging (PML) support
 2025-08-26 15:07 UTC  (7+ messages)
` [RFC PATCH 1/4] KVM: x86: Carve out PML flush routine
` [RFC PATCH 2/4] KVM: SEV: Skip SNP-safe allocation when HvInUseWrAllowed is supported

[PATCH 0/3] vhost_task: KVM: Fix a race where KVM wakes an exited task
 2025-08-26 14:43 UTC  (10+ messages)
` [PATCH 1/3] vhost_task: KVM: Don't wake KVM x86's recovery thread if vhost task was killed
` [PATCH 2/3] vhost_task: Allow caller to omit handle_sigkill() callback
` [PATCH 3/3] KVM: x86/mmu: Don't register a sigkill callback for NX hugepage recovery tasks

[PATCH] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
 2025-08-26 14:31 UTC  (2+ messages)

[PATCH v9 00/18] AMD: Add Secure AVIC Guest Support
 2025-08-26 13:25 UTC  (7+ messages)
` [PATCH v9 05/18] x86/apic: Add update_vector() callback for apic drivers

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-26 13:11 UTC  (7+ messages)
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges

[PATCH] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
 2025-08-26 12:16 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
 2025-08-26  8:42 UTC  (2+ messages)

[PATCH 01/11] tools headers: Sync KVM headers with the kernel source
 2025-08-26  7:38 UTC  (3+ messages)
` [PATCH 11/11] tools headers: Sync uapi/linux/vhost.h "

[PATCH v3 0/3] KVM: Do not reset dirty GFNs in a memslot not enabling dirty tracking
 2025-08-26  6:51 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] KVM: Skip invoking shared memory handler for entirely private GFN ranges

[PATCH 0/2] vfio/platform: Deprecate vfio-amba and reset drivers
 2025-08-26  5:56 UTC  (4+ messages)
` [PATCH 1/2] vfio/amba: Mark for removal
` [PATCH 2/2] vfio/platform: Mark reset drivers "

[PATCH] LoongArch: KVM: Add PTW feature detection on 3C6000 host
 2025-08-26  3:35 UTC 

[PATCH v1] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-26  0:32 UTC  (5+ messages)

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-08-25 23:08 UTC  (3+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking

September Order - RFQ
 2025-08-25 21:56 UTC 

[PATCH v8 00/30] TDX KVM selftests
 2025-08-25 21:49 UTC  (6+ messages)
` [PATCH v8 10/30] KVM: selftests: TDX: Add report_fatal_error test

[PATCH v6 0/4] Add host kdump support for SNP
 2025-08-25 21:46 UTC  (5+ messages)
` [PATCH v6 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v6 2/4] iommu/amd: Reuse device table "
` [PATCH v6 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v6 4/4] iommu/amd: Skip enabling command/event buffers for kdump

[PATCH 0/3] use vm_flags_t consistently
 2025-08-25 21:37 UTC  (10+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[syzbot] [kvmarm?] [kvm?] WARNING: locking bug in vgic_put_irq
 2025-08-25 21:08 UTC 

[PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
 2025-08-25 18:32 UTC  (12+ messages)
                  ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                    ` update kernel-doc for MEMBLOCK_RSRV_NOINIT

[PATCH 0/2] vfio: Deprecate fsl-mc, platform, and amba
 2025-08-25 16:48 UTC  (12+ messages)
` [PATCH 2/2] vfio/platform: Mark for removal

[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
 2025-08-25 16:44 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
` [PATCH v2 2/2] KVM: selftests: Test TPR / CR8 sync and interrupt masking


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).