public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-27 22:54:53 to 2025-03-03 02:36:56 UTC [more...]

[PATCH v7 00/52] QEMU TDX support
 2025-03-03  2:36 UTC  (4+ messages)
` [PATCH v7 28/52] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-03  1:59 UTC  (12+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v2 02/10] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v2 03/10] [DO NOT MERGE] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v2 07/10] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v2 09/10] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v2 10/10] target/i386/kvm: don't stop Intel PMU counters

[PATCH v2 0/4] KVM: x86: Introduce quirk KVM_X86_QUIRK_EPT_IGNORE_GUEST_PAT
 2025-03-03  1:47 UTC  (14+ messages)
` [PATCH 1/4] KVM: x86: Allow vendor code to disable quirks
` [PATCH 2/4] KVM: x86: Introduce supported_quirks to block disabling quirks
` [PATCH 3/4] KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_EPT_IGNORE_GUEST_PAT
` [PATCH 4/4] KVM: TDX: Always honor guest PAT on TDX enabled platforms

[PATCH 0/3] KVM: x86: Introduce quirk KVM_X86_QUIRK_EPT_IGNORE_GUEST_PAT
 2025-03-03  1:11 UTC  (3+ messages)

[PATCH v4 00/33] TDX initialization + vCPU/VM creation
 2025-03-03  0:22 UTC  (5+ messages)
` [PATCH 07/33] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
` [PATCH 33/33] KVM: TDX: Register TDX host key IDs to cgroup misc controller

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-02 23:52 UTC  (9+ messages)
` [PATCH v7 01/45] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v7 02/45] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v7 03/45] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v7 04/45] arm64: RME: Add SMC definitions for calling the RMM

[kvm:kvm-coco-queue 32/127] ERROR: modpost: "tdx_vcpu_create" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-02 18:32 UTC 

[PATCH V1 vfio] vfio/virtio: Enable support for virtio-block live migration
 2025-03-02 16:27 UTC 

[kvm:kvm-coco-queue 26/127] ERROR: modpost: "tdx_vm_init" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-02 12:20 UTC 

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-02  8:57 UTC  (4+ messages)

[PATCH v7 00/19] Change ghes to use HEST-based offsets and add support for error inject
 2025-03-02  8:21 UTC  (2+ messages)
` [PATCH v7 04/19] acpi/ghes: Cleanup the code which gets ghes ged state

[kvm:kvm-coco-queue 20/127] ERROR: modpost: "enable_tdx" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-02  6:24 UTC 

[GIT PULL] KVM fixes for Linux 6.14-rc5
 2025-03-01 18:37 UTC  (2+ messages)

[PATCH v4 0/2] KVM: x86: Include host suspended time in steal time
 2025-03-01 17:21 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v2 0/2] LoongArch: KVM: Enhancement about PGD saving
 2025-03-01 13:42 UTC  (2+ messages)

[PATCH 0/3] Add perf event support for guest VM
 2025-03-01 13:41 UTC  (2+ messages)

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-01  7:23 UTC  (5+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

[RFC PATCH 00/13] Optimize nSVM TLB flushes
 2025-03-01  2:21 UTC  (24+ messages)
` [RFC PATCH 01/13] KVM: nSVM: Track the ASID per-VMCB
` [RFC PATCH 02/13] KVM: nSVM: Rework svm_flush_tlb_asid() to operate on a given VMCB
` [RFC PATCH 03/13] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [RFC PATCH 04/13] KVM: SVM: Introduce helpers for updating TLB_CONTROL
` [RFC PATCH 07/13] KVM: nSVM: Handle INVLPGA interception correctly
` [RFC PATCH 08/13] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [RFC PATCH 09/13] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [RFC PATCH 10/13] KVM: nSVM: Flush the TLB if L1 changes L2's ASID
` [RFC PATCH 11/13] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
` [RFC PATCH 12/13] KVM: nSVM: Service local TLB flushes before nested transitions
` [RFC PATCH 13/13] KVM: nSVM: Stop bombing the TLB on "

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-03-01  1:53 UTC  (8+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support
` [PATCH net-next v6 7/8] net: check for driver support in netmem TX

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-01  0:37 UTC  (10+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH v2 0/2] KVM: VMX: Clean up EPT_VIOLATIONS_xxx #defines
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH] KVM: VMX: Reject KVM_RUN if userspace forces emulation during nested VM-Enter
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH] KVM: SVM: Inject #GP if memory operand for INVPCID is non-canonical
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH]][next] KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH] KVM: x86/tdp_mmu: Remove tdp_mmu_for_each_pte()
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH v3 0/6] KVM: SVM: Fix DEBUGCTL bugs
 2025-02-28 23:40 UTC  (4+ messages)

[PATCH v2 0/2] KVM: SVM: Fix an STI shadow on VMRUN bug
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix printf() format goof in SEV smoke test
 2025-02-28 23:38 UTC 

[PATCH] KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stage
 2025-02-28 23:08 UTC 

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-28 22:32 UTC  (5+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH v7 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2025-02-28 21:56 UTC  (3+ messages)
` [PATCH v7 1/3] s390/pci: Fix s390_mmio_read/write syscall page fault handling

[PATCH v3 0/1] KVM: s390: fix a newly introduced bug
 2025-02-28 21:15 UTC  (3+ messages)
` [PATCH v3 1/1] KVM: s390: pv: fix race when making a page secure

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-02-28 18:48 UTC  (2+ messages)

[PATCHv3 0/2]
 2025-02-28 18:34 UTC  (12+ messages)
` [PATCHv3 1/2] vhost: return task creation error instead of NULL
` [PATCHv3 2/2] kvm: retry nx_huge_page_recovery_thread creation

[PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-28 18:07 UTC  (7+ messages)
` [PATCH v6 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v6 2/6] target/i386: Update EPYC-Rome "
` [PATCH v6 3/6] target/i386: Update EPYC-Milan "
` [PATCH v6 4/6] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
` [PATCH v6 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v6 6/6] target/i386: Add support for EPYC-Turin model

[kvm-unit-tests PATCH v7 0/6] riscv: add SBI SSE extension tests
 2025-02-28 17:51 UTC  (3+ messages)
` [kvm-unit-tests PATCH v7 6/6] riscv: sbi: Add "

[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-28 17:51 UTC  (4+ messages)
` [PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer

[PATCH v4 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-28 17:33 UTC  (5+ messages)
` [PATCH v4 04/10] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared

[PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
 2025-02-28 17:25 UTC  (2+ messages)

[PATCH v2 0/5] KVM: x86/xen: Restrict hypercall MSR index
 2025-02-28 17:06 UTC  (2+ messages)

[PATCH v2] KVM: x86: Update Xen TSC leaves during CPUID emulation
 2025-02-28 17:06 UTC  (2+ messages)

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-02-28 17:06 UTC  (12+ messages)
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test

[PATCH v5 0/2] KVM: SVM: Make VMGEXIT GHCB exit codes more readable
 2025-02-28 17:06 UTC  (2+ messages)

[PATCH v3 00/27] Enable FRED with KVM VMX
 2025-02-28 17:06 UTC  (2+ messages)

[PATCH v2 00/11] KVM: x86: Fix emulation of (some) L2 instructions
 2025-02-28 17:06 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Fix and a cleanup for async #PFs
 2025-02-28 17:06 UTC  (2+ messages)

[PATCH v2 0/6] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-28 16:32 UTC  (2+ messages)

[PATCH v3] vfio/pci: match IGD devices in display controller class
 2025-02-28 16:32 UTC  (2+ messages)

[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
 2025-02-28 14:29 UTC  (8+ messages)
` [PATCH net-next v7 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v7 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v7 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v7 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v7 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v7 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
 2025-02-28 14:00 UTC  (8+ messages)

[PATCH] KVM: x86: ioapic: Optimize EOI handling to reduce unnecessary VM exits
 2025-02-28 12:25 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 1/5] hisi_acc_vfio_pci: fix XQE dma address error
 2025-02-28 11:55 UTC  (2+ messages)

[PATCH v2 00/38] x86: Try to wrangle PV clocks vs. TSC
 2025-02-28 11:23 UTC  (2+ messages)

[PATCH v1 0/4] iommu: Isolate iova_cookie to actual owners
 2025-02-28 11:20 UTC  (7+ messages)
` [PATCH v1 2/4] iommu: Add iommu_default_domain_free helper

[RFC PATCH 00/31] AMD: Add Secure AVIC KVM selftests
 2025-02-28  9:30 UTC  (32+ messages)
` [RFC PATCH 01/31] Add GHCB with setters and getters
` [RFC PATCH 02/31] Add arch specific additional guest pages
` [RFC PATCH 03/31] Add vm_vaddr_alloc_pages_shared()
` [RFC PATCH 04/31] Add GHCB allocations and helpers
` [RFC PATCH 05/31] Add is_sev_enabled() helpers
` [RFC PATCH 06/31] Add ability for SEV-ES guests to use ucalls via GHCB
` [RFC PATCH 07/31] KVM: selftests: Fix ghcb_entry returned in ghcb_alloc()
` [RFC PATCH 08/31] KVM: selftests: Make GHCB entry page size aligned
` [RFC PATCH 09/31] KVM: selftests: Add support for #VC in x86 exception handlers
` [RFC PATCH 10/31] KVM: selftests: Add MSR VC handling support for SEV-ES VMs
` [RFC PATCH 11/31] KVM: selftests: Skip vm_is_gpa_protected() call for APIC MMIO base
` [RFC PATCH 12/31] KVM: selftests: Add instruction decoding support
` [RFC PATCH 13/31] "
` [RFC PATCH 14/31] KVM: selftests: Add MMIO VC exception handling for SEV-ES guests
` [RFC PATCH 15/31] KVM: selftests: Add instruction decoding for movabs instructions
` [RFC PATCH 16/31] KVM: selftests: Add SEV guests support in xapic_state_test
` [RFC PATCH 17/31] KVM: selftests: Add x2apic mode testing in xapic_ipi_test
` [RFC PATCH 18/31] KVM: selftests: Add SEV VM support "
` [RFC PATCH 19/31] KVM: selftests: Add Secure AVIC lib
` [RFC PATCH 20/31] KVM: selftests: Add unaccelerated APIC msrs #VC handling
` [RFC PATCH 21/31] KVM: selftests: Add IPI handling support for Secure AVIC
` [RFC PATCH 22/31] KVM: selftests: Add args param to kvm_arch_vm_post_create()
` [RFC PATCH 23/31] KVM: selftests: Add SAVIC GPA notification GHCB call
` [RFC PATCH 24/31] KVM: selftests: Add Secure AVIC mode to xapic_ipi_test
` [RFC PATCH 25/31] KVM: selftests: Add Secure AVIC APIC regs test
` [RFC PATCH 26/31] KVM: selftests: Add test to verify APIC MSR accesses for SAVIC guest
` [RFC PATCH 27/31] KVM: selftests: Extend savic test with idle halt testing
` [RFC PATCH 28/31] KVM: selftests: Add IOAPIC tests for Secure AVIC
` [RFC PATCH 29/31] KVM: selftests: Add cross-vCPU IPI testing for SAVIC guests
` [RFC PATCH 30/31] KVM: selftests: Add NMI test "
` [RFC PATCH 31/31] KVM: selftests: Add MSI injection test for SAVIC

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-02-28  9:44 UTC 

[RFC PATCH 00/19] AMD: Add Secure AVIC KVM Support
 2025-02-28  8:51 UTC  (20+ messages)
` [RFC PATCH 01/19] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [RFC PATCH 02/19] KVM: x86: Assume timer IRQ was injected if APIC state is protected
` [RFC PATCH 03/19] KVM: x86: Convert guest_apic_protected bool to an enum type
` [RFC PATCH 04/19] x86/cpufeatures: Add Secure AVIC CPU Feature
` [RFC PATCH 05/19] KVM: SVM: Add support for Secure AVIC capability in KVM
` [RFC PATCH 06/19] KVM: SVM: Initialize apic protected state for SAVIC guests
` [RFC PATCH 07/19] KVM: SEV: Do not intercept SECURE_AVIC_CONTROL MSR
` [RFC PATCH 08/19] KVM: SVM/SEV/X86: Secure AVIC: Add support to inject interrupts
` [RFC PATCH 09/19] KVM: SVM/SEV/X86: Secure AVIC: Add hypervisor side IPI Delivery Support
` [RFC PATCH 10/19] KVM: SVM: Secure AVIC: Do not inject "Exceptions" for Secure AVIC
` [RFC PATCH 11/19] KVM: SVM/SEV: Do not intercept exceptions for Secure AVIC guest
` [RFC PATCH 12/19] KVM: SVM/SEV: Secure AVIC: Set VGIF in VMSA area
` [RFC PATCH 13/19] KVM: SVM/SEV: Secure AVIC: Enable NMI support
` [RFC PATCH 14/19] KVM: SVM/SEV: Add SVM_VMGEXIT_SECURE_AVIC GHCB protocol event handling
` [RFC PATCH 15/19] KVM: x86: Secure AVIC: Indicate APIC is enabled by guest SW _always_
` [RFC PATCH 16/19] KVM: x86: Secure AVIC: Add IOAPIC EOI support for level interrupts
` [RFC PATCH 17/19] KVM: x86/ioapic: Disable RTC_GSI EOI tracking for protected APIC
` [RFC PATCH 18/19] X86: SVM: Check injected vectors before waiting for timer expiry
` [RFC PATCH 19/19] KVM: SVM/SEV: Allow creating VMs with Secure AVIC enabled

[PATCH v6 00/19] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-28  9:19 UTC  (3+ messages)
` [PATCH v6 04/19] acpi/ghes: Cleanup the code which gets ghes ged state

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-02-28  8:43 UTC  (2+ messages)

[PATCH vfio] vfio/virtio: Enable support for virtio-block live migration
 2025-02-28  6:43 UTC  (5+ messages)

[PATCH v3 00/29] TDX MMU part 2
 2025-02-28  4:18 UTC  (3+ messages)
` [PATCH 22/29] KVM: TDX: Add an ioctl to create initial guest memory

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-02-28  1:58 UTC  (5+ messages)
` [PATCH V2 07/12] KVM: TDX: restore host xsave state when exit from the guest TD

[RFC PATCH 0/6] KVM: x86: async PF user
 2025-02-27 23:47 UTC  (11+ messages)

[PATCH][next] KVM: selftests: Fix spelling mistake "avaialable" -> "available"
 2025-02-27 23:03 UTC 


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