public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-03 08:51:37 to 2026-02-04 10:08:09 UTC [more...]

[PATCH 00/10] RFC: make RamDiscardManager work with multiple sources
 2026-02-04 10:07 UTC  (9+ messages)
` [PATCH 01/10] system/rba: use DIV_ROUND_UP
` [PATCH 02/10] memory: drop RamDiscardListener::double_discard_supported
` [PATCH 03/10] virtio-mem: use warn_report_err_once()
` [PATCH 04/10] system/memory: minor doc fix
` [PATCH 05/10] kvm: replace RamDicardManager by the RamBlockAttribute
` [PATCH 06/10] system/memory: split RamDiscardManager into source and manager
` [PATCH 07/10] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH 08/10] system/memory: constify section arguments

[PATCH v3 00/26] Runtime TDX Module update support
 2026-02-04 10:03 UTC  (12+ messages)
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v3 23/26] x86/virt/tdx: Enable TDX Module runtime updates

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-04  9:45 UTC  (41+ 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 06/45] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [RFC PATCH v5 08/45] KVM: x86/mmu: Propagate mirror SPTE removal to S-EPT in handle_changed_spte()
` [RFC PATCH v5 09/45] KVM: x86: Rework .free_external_spt() into .reclaim_external_sp()
` [RFC PATCH v5 11/45] x86/tdx: Add helpers to check return status codes
` [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()

Call for GSoC internship project ideas
 2026-02-04  9:44 UTC  (11+ messages)
  ` Modern HMP (was: Call for GSoC internship project ideas)
      ` Modern HMP

[PATCH 0/3] x86/x2apic: Fix hang-up of defconfig kernel on resume from s2ram
 2026-02-04  9:17 UTC  (4+ messages)
` [PATCH 1/3] x86/x2apic: disable x2apic on resume if the kernel expects so

[PATCH] KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
 2026-02-04  9:12 UTC 

[PATCH 0/5] i386: Add support for CPUID 0x80000026 and Bus Lock Detect
 2026-02-04  9:02 UTC  (15+ messages)
` [PATCH 1/5] i386: Implement CPUID 0x80000026
` [PATCH 2/5] i386: Add CPU property x-force-cpuid-0x80000026
` [PATCH 4/5] i386: Add Bus Lock Detect support

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-04  8:56 UTC  (5+ messages)

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2026-02-04  8:28 UTC  (3+ messages)
` [PATCH v3 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic

[PATCH 00/32] KVM: VMX APIC timer virtualization support
 2026-02-04  7:46 UTC  (34+ messages)
` [PATCH 01/32] KVM: VMX: Detect APIC timer virtualization bit
` [PATCH 02/32] KVM: x86: Implement APIC virt timer helpers with callbacks
` [PATCH 03/32] KVM: x86/lapic: Start/stop sw/hv timer on vCPU un/block
` [PATCH 04/32] KVM: x86/lapic: Wire DEADLINE MSR update to guest virtual TSC deadline
` [PATCH 05/32] KVM: x86/lapic: Add a trace point for guest virtual timer
` [PATCH 06/32] KVM: VMX: Implement the hooks for VMX guest virtual deadline timer
` [PATCH 07/32] KVM: VMX: Update APIC timer virtualization on apicv changed
` [PATCH 08/32] KVM: nVMX: Disallow/allow guest APIC timer virtualization switch to/from L2
` [PATCH 09/32] KVM: nVMX: Pass struct msr_data to VMX MSRs emulation
` [PATCH 10/32] KVM: nVMX: Supports VMX tertiary controls and GUEST_APIC_TIMER bit
` [PATCH 11/32] KVM: nVMX: Add tertiary VM-execution control VMCS support
` [PATCH 12/32] KVM: nVMX: Update intercept on TSC deadline MSR
` [PATCH 13/32] KVM: nVMX: Handle virtual timer vector VMCS field
` [PATCH 14/32] KVM: VMX: Make vmx_calc_deadline_l1_to_host() non-static
` [PATCH 15/32] KVM: nVMX: Enable guest deadline and its shadow VMCS field
` [PATCH 16/32] KVM: nVMX: Add VM entry checks related to APIC timer virtualization
` [PATCH 17/32] KVM: nVMX: Add check vmread/vmwrite on tertiary control
` [PATCH 18/32] KVM: nVMX: Add check VMCS index for guest timer virtualization
` [PATCH 19/32] KVM: VMX: Advertise tertiary controls to the user space
` [PATCH 20/32] KVM: VMX: dump_vmcs() support the guest virt timer
` [PATCH 21/32] KVM: VMX: Enable APIC timer virtualization
` [PATCH 22/32] KVM: VMX: Introduce module parameter for APIC virt timer support
` [PATCH 23/32] KVM: nVMX: Introduce module parameter for nested APIC timer virtualization
` [PATCH 24/32] KVM: selftests: Add a test to measure local timer latency
` [PATCH 25/32] KVM: selftests: Add nVMX support to timer_latency test case
` [PATCH 26/32] KVM: selftests: Add test for nVMX MSR_IA32_VMX_PROCBASED_CTLS3
` [PATCH 27/32] KVM: selftests: Add test vmx_set_nested_state_test with EVMCS disabled
` [PATCH 28/32] KVM: selftests: Add tests nested state of APIC timer virtualization
` [PATCH 29/32] KVM: selftests: Add VMCS access test to "
` [PATCH 30/32] KVM: selftests: Test cases for L1 "
` [PATCH 31/32] KVM: selftests: Add tests for nVMX to vmx_apic_timer_virt
` [PATCH 32/32] Documentation: KVM: x86: Update documentation of struct vmcs12
` [syzbot ci] Re: KVM: VMX APIC timer virtualization support

[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
 2026-02-04  7:44 UTC  (10+ messages)
` [PATCH v1 1/9] KVM: x86: Refactor APIC register mask handling to support extended "
` [PATCH v1 2/9] x86/apic: Add helper to get maximum number of Extended LVT registers
` [PATCH v1 3/9] KVM: SVM: Set kvm_caps.has_extapic when CPU supports Extended APIC
` [PATCH v1 4/9] KVM: x86: Introduce KVM_CAP_LAPIC2 for 4KB APIC register space support
` [PATCH v1 5/9] KVM: x86: Refactor APIC state get/set to accept variable-sized buffers
` [PATCH v1 6/9] KVM: Add KVM_GET_LAPIC2 and KVM_SET_LAPIC2 for extended APIC
` [PATCH v1 7/9] KVM: x86: Emulate Extended LVT registers for AMD guests
` [PATCH v1 8/9] x86/cpufeatures: Add CPUID feature bit for Extended LVT AVIC acceleration
` [PATCH v1 9/9] KVM: SVM: Add AVIC support for extended LVT MSRs

[PATCH v4 2/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
 2026-02-04  5:45 UTC  (5+ messages)
`  "

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-04  4:43 UTC  (12+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH] KVM: VMX: Add quirk to allow L1 to set FREEZE_IN_SMM in vmcs12
 2026-02-04  2:00 UTC  (5+ messages)

[PATCH v3 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-02-04  1:00 UTC  (9+ messages)
` [PATCH v3 1/8] vfio: selftests: Add -Wall and -Werror to the Makefile
` [PATCH v3 2/8] vfio: selftests: Introduce snprintf_assert()
` [PATCH v3 3/8] vfio: selftests: Introduce a sysfs lib
` [PATCH v3 4/8] vfio: selftests: Extend container/iommufd setup for passing vf_token
` [PATCH v3 5/8] vfio: selftests: Expose more vfio_pci_device functions
` [PATCH v3 6/8] vfio: selftests: Add helper to set/override a vf_token
` [PATCH v3 7/8] vfio: selftests: Add helpers to alloc/free vfio_pci_device
` [PATCH v3 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH v4 0/4] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v5] KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMU
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: CET vs. nVMX fix and hardening
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v2] KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v6] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH] KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failures
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-04  0:10 UTC  (5+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update

[PATCH] KVM: x86: Drop WARN on INIT/SIPI being blocked when vCPU is in Wait-For-SIPI
 2026-02-04  0:10 UTC  (2+ messages)

[PATCH v5 0/3] KVM: x86: Add userspace control for Suppress EOI Broadcast
 2026-02-04  0:00 UTC  (5+ messages)
` [PATCH v5 4/3] KVM: selftests: Add test cases for EOI suppression modes

[PULL 00/17] Firmware 20260203 patches
 2026-02-03 23:06 UTC  (19+ 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

[PATCH v2 0/3] KVM: SEV: Add support for IBPB-on-Entry
 2026-02-03 22:24 UTC  (4+ messages)
` [PATCH v2 1/3] x86/sev: Allow IBPB-on-Entry feature for SNP guests
` [PATCH v2 2/3] KVM: SEV: Add support for IBPB-on-Entry
` [PATCH v2 3/3] x86/sev: Rename SNP_FEATURES_PRESENT->SNP_FEATURES_IMPL

[PATCH 00/14] iommu: Add live update state preservation
 2026-02-03 22:09 UTC  (15+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton
` [PATCH 03/14] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH 06/14] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH 07/14] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH 08/14] iommu: Restore and reattach preserved domains to devices
` [PATCH 09/14] iommu/vt-d: preserve PASID table of preserved device
` [PATCH 10/14] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved
` [PATCH 11/14] iommufd-lu: Persist iommu hardware pagetables for live update
` [PATCH 12/14] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the "
` [PATCH 14/14] iommufd/selftest: Add test to verify iommufd preservation

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-02-03 20:56 UTC  (6+ messages)
` [PATCH RFC 01/17] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops

[PATCH v2 0/5] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-02-03 20:46 UTC  (6+ messages)
` [PATCH v2 3/5] KVM: x86/pmu: Refresh Host-Only/Guest-Only eventsel at nested transitions

[PATCH v2] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
 2026-02-03 20:10 UTC 

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-02-03 19:58 UTC  (5+ messages)
` [RFC PATCH 04/19] fs/resctrl: Add the documentation for Global Memory Bandwidth Allocation

[PATCH] KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
 2026-02-03 19:54 UTC  (8+ messages)

[PATCH 0/2] KVM: SVM: Fix CR8 intercpetion woes with AVIC
 2026-02-03 19:07 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APIC
` [PATCH 2/2] KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated

[kvm-unit-tests PATCH] x86: apic, vmexit: replace nop with serialize to wait for deadline timer
 2026-02-03 18:59 UTC  (3+ messages)

[PATCH 1/2] target/i386: Add definition of VMX proc based tertiary controls
 2026-02-03 18:19 UTC  (2+ messages)
` [PATCH 2/2] target/i386/kvm: Advertize tertiary procbased exec control to guest

[RFC PATCH] powerpc: iommu: Initial IOMMUFD support for PPC64
 2026-02-03 18:07 UTC  (6+ messages)

[PATCH 0/4] Clean up TSAN warnings
 2026-02-03 16:32 UTC  (2+ 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 3/4] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
 2026-02-03 14:22 UTC  (2+ messages)
`  "

[PATCH v4 2/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
 2026-02-03 14:22 UTC  (2+ messages)
`  "

[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

[PATCH v2 00/20] KVM: arm64: Generalise RESx handling
 2026-02-03  9:41 UTC  (4+ messages)
` [PATCH v2 12/20] KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flags

[PATCH v3 0/4] LoongArch: KVM: Add FPU delay load support
 2026-02-03  9:37 UTC  (11+ messages)
` [PATCH v3 4/4] "

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-02-03  9:18 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox