Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-09-23 05:06:56 to 2025-09-24 15:11:41 UTC [more...]

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-24 15:10 UTC  (4+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP

[PATCH v1] KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is available
 2025-09-24 14:54 UTC 

AMD SNP guest kdump broken since linuxnext-20250908
 2025-09-24 14:45 UTC  (5+ messages)

[PATCH v16 00/51] KVM: x86: Super Mega CET
 2025-09-24 14:32 UTC  (55+ messages)
` [PATCH v16 13/51] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v16 18/51] KVM: x86: Don't emulate instructions affected by CET features
` [PATCH v16 19/51] KVM: x86: Don't emulate task switches when IBT or SHSTK is enabled
` [PATCH v16 20/51] KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit mode
` [PATCH v16 21/51] KVM: x86/mmu: WARN on attempt to check permissions for Shadow Stack #PF
` [PATCH v16 22/51] KVM: x86/mmu: Pretty print PK, SS, and SGX flags in MMU tracepoints
` [PATCH v16 23/51] KVM: x86: Allow setting CR4.CET if IBT or SHSTK is supported
` [PATCH v16 24/51] KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1
` [PATCH v16 25/51] KVM: x86: Add XSS support for CET_KERNEL and CET_USER
` [PATCH v16 26/51] KVM: x86: Disable support for Shadow Stacks if TDP is disabled
` [PATCH v16 27/51] KVM: x86: Disable support for IBT and SHSTK if allow_smaller_maxphyaddr is true
` [PATCH v16 28/51] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v16 29/51] KVM: VMX: Configure nested capabilities after CPU capabilities
` [PATCH v16 34/51] KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
` [PATCH v16 45/51] KVM: selftests: Add an MSR test to exercise guest/host and read/write
` [PATCH v16 46/51] KVM: selftests: Add support for MSR_IA32_{S,U}_CET to MSRs test
` [PATCH v16 48/51] KVM: selftests: Add KVM_{G,S}ET_ONE_REG coverage "
` [PATCH v16 49/51] KVM: selftests: Add coverate for KVM-defined registers in "
` [PATCH v16 50/51] KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supported

[RFC PATCH 0/7] vfio: Add alias region uapi for device feature
 2025-09-24 14:09 UTC  (8+ messages)
` [RFC PATCH 1/7] vfio/pci: refactor region dereferences for RCU
` [RFC PATCH 2/7] vfio_pci_core: split krealloc to allow use RCU & return index
` [RFC PATCH 3/7] vfio/pci: add RCU locking for regions access
` [RFC PATCH 4/7] vfio: add FEATURE_ALIAS_REGION uapi
` [RFC PATCH 5/7] vfio_pci_core: allow regions with no release op
` [RFC PATCH 6/7] vfio-pci: add alias_region mmap ops
` [RFC PATCH 7/7] vfio-pci-core: implement FEATURE_ALIAS_REGION uapi

[PATCH kvmtool v4 0/7] arm64: Nested virtualization support
 2025-09-24 13:45 UTC  (8+ messages)
` [PATCH kvmtool v4 1/7] Sync kernel UAPI headers with v6.16
` [PATCH kvmtool v4 2/7] arm64: Initial nested virt support
` [PATCH kvmtool v4 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v4 4/7] arm64: Add counter offset control
` [PATCH kvmtool v4 5/7] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v4 6/7] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v4 7/7] arm64: Handle virtio endianness reset when running nested

[PATCH 0/8] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-24 13:29 UTC  (8+ messages)
` [PATCH 6/8] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH 8/8] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-09-24 13:31 UTC  (18+ messages)
` [RFC PATCH v2 03/18] iommu/riscv: Use data structure instead of individual values
` [RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access

[PATCH] KVM: s390: Fix to clear PTE when discarding a swapped page
 2025-09-24 12:31 UTC  (3+ messages)

[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-09-24  9:00 UTC  (26+ messages)
` [PATCH net-next v5 3/8] TUN, TAP & vhost_net: Stop netdev queue before reaching a full ptr_ring
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
` [PATCH net-next v5 5/8] TUN & TAP: Provide ptr_ring_consume_batched wrappers for vhost_net

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-09-24  8:57 UTC  (19+ messages)
` [PATCH v3 01/16] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v3 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v3 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v3 05/16] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCH v3 06/16] x86/virt/tdx: Improve PAMT refcounters allocation for sparse memory
` [PATCH v3 08/16] x86/virt/tdx: Optimize tdx_alloc/free_page() helpers
` [PATCH v3 11/16] KVM: TDX: Add x86 ops for external spt cache

[GIT PULL] LoongArch KVM changes for v6.18
 2025-09-24  8:13 UTC 

[PATCH v2 0/4] KVM: SVM: Add Page Modification Logging (PML) support
 2025-09-24  6:26 UTC  (5+ messages)
` [PATCH v2 4/4] KVM: SVM: Add Page modification logging support

[RFC PATCH v3 1/1] vfio/pci: add PCIe TPH device ioctl
 2025-09-24  5:56 UTC  (3+ messages)

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-09-24  2:34 UTC  (2+ messages)

[PATCH] vhost: vringh: Fix copy_to_iter return value check
 2025-09-24  0:54 UTC  (2+ messages)

Thematic Funds Letter Of Intent
 2025-09-23 23:53 UTC 

[PATCH 0/3] Fix a lost async pagefault notification when the guest is using SMM
 2025-09-23 23:14 UTC  (7+ messages)
` [PATCH 2/3] KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2025-09-23 22:23 UTC  (6+ messages)

[PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
 2025-09-23 21:29 UTC  (16+ messages)

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-23 20:07 UTC  (9+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
 2025-09-23 18:16 UTC  (5+ messages)
` [PATCH kvmtool v3 6/6] arm64: Generate HYP timer interrupt specifiers

[PATCH v3] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2025-09-23 17:32 UTC 

Should QEMU (accel=kvm) kvm-clock/guest_tsc stop counting during downtime blackout?
 2025-09-23 17:47 UTC  (8+ messages)

[PATCH v3] vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices
 2025-09-23 17:04 UTC  (3+ messages)

[PATCH v4] vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices
 2025-09-23 17:04 UTC 

[RFC PATCH v2 00/17] AMD: Add Secure AVIC KVM Support
 2025-09-23 16:32 UTC  (25+ messages)
` [RFC PATCH v2 05/17] KVM: SVM: Do not intercept SECURE_AVIC_CONTROL MSR for SAVIC guests
` [RFC PATCH v2 06/17] KVM: SVM: Implement interrupt injection for Secure AVIC
` [RFC PATCH v2 08/17] KVM: SVM: Do not inject exception "
` [RFC PATCH v2 09/17] KVM: SVM: Do not intercept exceptions for Secure AVIC guests
` [RFC PATCH v2 10/17] KVM: SVM: Set VGIF in VMSA area "
` [RFC PATCH v2 11/17] KVM: SVM: Enable NMI support "
` [RFC PATCH v2 12/17] KVM: SVM: Add VMGEXIT handler for Secure AVIC backing page
` [RFC PATCH v2 13/17] KVM: SVM: Add IOAPIC EOI support for Secure AVIC guests
` [RFC PATCH v2 14/17] KVM: x86/ioapic: Disable RTC EOI tracking for protected APIC guests
` [RFC PATCH v2 15/17] KVM: SVM: Check injected timers for Secure AVIC guests
` [RFC PATCH v2 16/17] KVM: x86/cpuid: Disable paravirt APIC features for protected APIC
` [RFC PATCH v2 17/17] KVM: SVM: Advertise Secure AVIC support for SNP guests
` [syzbot ci] Re: AMD: Add Secure AVIC KVM Support

[PATCH v2 0/2] KVM: SVM: Fix a bug where TSC_AUX can get clobbered
 2025-09-23 16:14 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest

[PATCH v3 0/2] KVM: SVM: Fix a bug where TSC_AUX can get clobbered
 2025-09-23 15:37 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: x86: Add helper to retrieve current value of user return MSR
` [PATCH v3 2/2] KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest

[PATCH net-next v5 8/8] vhost_net: Replace rx_ring with calls of TUN/TAP wrappers
 2025-09-23 14:14 UTC  (2+ messages)

[PATCH v2 0/5] KVM: Export KVM-internal symbols for sub-modules only
 2025-09-23 13:40 UTC  (4+ messages)
` [PATCH v2 2/5] "

[PATCH v3 00/15] KVM: Introduce KVM Userfault
 2025-09-23 12:13 UTC  (5+ messages)

[PATCH v12 02/17] acpi/ghes: Cleanup the code which gets ghes ged state
 2025-09-23  7:04 UTC  (2+ messages)
` [PATCH v12 06/17] acpi/ghes: don't hard-code the number of sources for HEST table

[PATCH (CET v16 26.5)] KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setup
 2025-09-23  6:37 UTC  (2+ messages)

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-09-23  6:12 UTC  (3+ messages)
` [PATCH v5 12/21] RISC-V: perf: Modify the counter discovery mechanism
  ` [External] "

[PATCH v2] RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE
 2025-09-23  5:38 UTC 

[RFC PATCH v2 00/35] AMD: Add Secure AVIC KVM selftests
 2025-09-23  5:09 UTC  (36+ messages)
` [RFC PATCH v2 01/35] Add GHCB with setters and getters
` [RFC PATCH v2 02/35] Add arch specific additional guest pages
` [RFC PATCH v2 03/35] Add vm_vaddr_alloc_pages_shared()
` [RFC PATCH v2 04/35] Add GHCB allocations and helpers
` [RFC PATCH v2 05/35] Add is_sev_enabled() helpers
` [RFC PATCH v2 06/35] Add ability for SEV-ES guests to use ucalls via GHCB
` [RFC PATCH v2 07/35] KVM: selftests: Return an unused GHCB from the pool
` [RFC PATCH v2 08/35] KVM: selftests: Align GHCB entry struct to page size
` [RFC PATCH v2 09/35] KVM: selftests: Add #VC exception handler with error code support
` [RFC PATCH v2 10/35] KVM: selftests: Add MSR access support for SEV-ES guests
` [RFC PATCH v2 11/35] KVM: selftests: Skip guest memory checks for APIC MMIO mapping
` [RFC PATCH v2 12/35] KVM: selftests: Add x86 instruction decoding library
` [RFC PATCH v2 13/35] KVM: selftests: Adapt instruction decoder library for userspace
` [RFC PATCH v2 14/35] KVM: selftests: Restrict instruction decoder to x86_64 only
` [RFC PATCH v2 15/35] KVM: selftests: Remove unneeded functions from instruction decoder
` [RFC PATCH v2 16/35] KVM: selftests: Fix missing definitions in x86 "
` [RFC PATCH v2 17/35] KVM: selftests: Change pt_regs to ex_regs for selftest use
` [RFC PATCH v2 18/35] KVM: selftests: Add compilation for instruction decoder library
` [RFC PATCH v2 19/35] KVM: selftests: Add MMIO #VC exception handling for SEV-ES guests
` [RFC PATCH v2 20/35] KVM: selftests: Add instruction decoding for movabs instructions
` [RFC PATCH v2 21/35] KVM: selftests: Add SEV guest support in xapic_state_test
` [RFC PATCH v2 22/35] KVM: selftests: Add x2apic mode testing in xapic_ipi_test
` [RFC PATCH v2 23/35] KVM: selftests: Add SEV VM support "
` [RFC PATCH v2 24/35] KVM: selftests: Add Secure AVIC library
` [RFC PATCH v2 25/35] KVM: selftests: Add #VC handler for unaccelerated Secure AVIC MSRs
` [RFC PATCH v2 26/35] KVM: selftests: Add IPI handling support for Secure AVIC
` [RFC PATCH v2 27/35] KVM: selftests: Add args parameter to kvm_arch_vm_post_create()
` [RFC PATCH v2 28/35] KVM: selftests: Add GHCB call for SAVIC backing page notification
` [RFC PATCH v2 29/35] KVM: selftests: Add Secure AVIC mode to xapic_ipi_test
` [RFC PATCH v2 30/35] KVM: selftests: Add test to verify APIC MSR accesses for SAVIC guest
` [RFC PATCH v2 31/35] KVM: selftests: Extend savic_test with idle halt testing
` [RFC PATCH v2 32/35] KVM: selftests: Add IOAPIC tests for Secure AVIC
` [RFC PATCH v2 33/35] KVM: selftests: Add cross-vCPU IPI testing for SAVIC guests
` [RFC PATCH v2 34/35] KVM: selftests: Add NMI test "
` [RFC PATCH v2 35/35] KVM: selftests: Add MSI injection test for SAVIC


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