public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-24 07:42:49 to 2025-09-25 19:32:31 UTC [more...]

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-25 19:32 UTC  (25+ 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 v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
    ` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
    ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v9 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-09-25 18:54 UTC  (6+ messages)
` [PATCH v9 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks

[GIT PULL] KVM/arm64 updates for 6.18
 2025-09-25 18:26 UTC 

[PATCH 0/2] VMSCAPE optimization for BHI variant
 2025-09-25 18:14 UTC  (5+ messages)
` [PATCH 1/2] x86/bhi: Add BHB clearing for CPUs with larger branch history
` [PATCH 2/2] x86/vmscape: Replace IBPB with branch history clear on exit to userspace

[PATCH v11 00/21] TDX KVM selftests
 2025-09-25 17:28 UTC  (22+ messages)
` [PATCH v11 01/21] KVM: selftests: Allocate pgd in virt_map() as necessary
` [PATCH v11 02/21] KVM: selftests: Expose functions to get default sregs values
` [PATCH v11 03/21] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v11 04/21] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v11 05/21] KVM: selftests: Expose segment definitons to assembly files
` [PATCH v11 06/21] KVM: selftests: Add kbuild definitons
` [PATCH v11 07/21] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v11 08/21] KVM: selftests: Add "
` [PATCH v11 09/21] KVM: selftests: Set up TDX boot code region
` [PATCH v11 10/21] KVM: selftests: Set up TDX boot parameters region
` [PATCH v11 11/21] KVM: selftests: Add helper to initialize TDX VM
` [PATCH v11 12/21] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v11 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v11 14/21] KVM: selftests: Call TDX init when creating a new TDX vm
` [PATCH v11 15/21] KVM: selftests: Setup memory regions for TDX on vm creation
` [PATCH v11 16/21] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v11 17/21] KVM: selftests: Set entry point for TDX guest code
` [PATCH v11 18/21] KVM: selftests: Add support for TDX TDCALL from guest
` [PATCH v11 19/21] KVM: selftests: Add wrapper for TDX MMIO "
` [PATCH v11 20/21] KVM: selftests: Add ucall support for TDX
` [PATCH v11 21/21] KVM: selftests: Add TDX lifecycle test

[PATCH v10 00/21] TDX KVM selftests
 2025-09-25 17:13 UTC  (4+ messages)
` [PATCH v10 10/21] KVM: selftests: Set up TDX boot parameters region

[PATCH] vfio/nvgrace-gpu: Add GB300 SKU to the devid table
 2025-09-25 17:09 UTC 

[GIT PULL] virtio,vhost: last minute fixes
 2025-09-25 16:37 UTC  (2+ messages)

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-25 16:29 UTC  (15+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space
` [PATCH v4 02/10] PCI: Add additional checks for flr reset
` [PATCH v4 03/10] PCI: Allow per function PCI slots
` [PATCH v4 04/10] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v4 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
` [PATCH v4 06/10] s390/pci: Update the logic for detecting passthrough device
` [PATCH v4 07/10] s390/pci: Store PCI error information for passthrough devices
` [PATCH v4 08/10] vfio-pci/zdev: Add a device feature for error information
` [PATCH v4 09/10] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v4 10/10] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v6 00/23] WHPX support for Arm
 2025-09-25 16:24 UTC  (7+ messages)
` [PATCH v6 03/23] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v6 04/23] tests: data: update AArch64 ACPI tables
` [PATCH v6 22/23] docs: arm: update virt machine model description

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-25 15:06 UTC  (17+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-09-25 14:19 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v3 02/10] arm64: efi: initialise SCTLR_ELx fully
` [kvm-unit-tests PATCH v3 03/10] arm64: efi: initialise the EL
` [kvm-unit-tests PATCH v3 04/10] arm64: timer: use hypervisor timers when at EL2
` [kvm-unit-tests PATCH v3 05/10] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v3 06/10] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v3 07/10] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v3 08/10] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v3 09/10] arm64: run at EL2 if supported
` [kvm-unit-tests PATCH v3 10/10] arm64: add EL2 environment variable

[RFC PATCH v2 00/17] AMD: Add Secure AVIC KVM Support
 2025-09-25 13:54 UTC  (5+ messages)
` [RFC PATCH v2 05/17] KVM: SVM: Do not intercept SECURE_AVIC_CONTROL MSR for SAVIC guests

[PATCH v3 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-25 13:14 UTC  (11+ messages)
` [PATCH v3 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v3 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v3 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v3 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v3 05/10] types: move phys_vec definition to common header
` [PATCH v3 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v3 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v3 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v3 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v3 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
 2025-09-25 12:20 UTC  (11+ messages)

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

[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
 2025-09-25 11:12 UTC  (4+ messages)

[PATCH v3] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2025-09-25 10:43 UTC  (2+ messages)

[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-25 10:17 UTC  (10+ messages)
` [PATCH v2 1/9] target/i386: SEV: Generalize handling of SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v2 2/9] target/i386: SEV: Ensure SEV features are only set through qemu cli or IGVM
` [PATCH v2 3/9] target/i386: SEV: Consolidate SEV feature validation to common init path
` [PATCH v2 4/9] target/i386: SEV: Validate that SEV-ES is enabled when VMSA features are used
` [PATCH v2 5/9] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH v2 6/9] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [PATCH v2 7/9] target/i386: SEV: Add support for enabling Secure TSC "
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
` [PATCH v2 9/9] target/i386: SEV: Refactor check_sev_features()

[PATCH v3 0/5] KVM: SVM: Add Page Modification Logging (PML) support
 2025-09-25 10:10 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: x86: Carve out PML flush routine
` [PATCH v3 2/5] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v3 3/5] x86/cpufeatures: Add Page modification logging
` [PATCH v3 4/5] KVM: SVM: Use BIT_ULL for 64-bit nested_ctl bit definitions
` [PATCH v3 5/5] KVM: SVM: Add Page modification logging support

[PATCH] kvm, selftests: ioctl to handle MSIs injected from userspace as software-bypassing vLPIs
 2025-09-25  9:25 UTC  (2+ messages)

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

[GIT PULL] KVM/riscv changes for 6.18
 2025-09-25  7:00 UTC 

[PATCH net] vhost: vringh: Fix copy_to_iter return value check
 2025-09-25  6:04 UTC 

[PATCH v3 0/2] Support for SEV-ES guest shadow stack
 2025-09-24 23:02 UTC  (4+ messages)
` [PATCH v3 1/2] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v3 2/2] x86/sev-es: Include XSS value in GHCB CPUID request

Co-stop
 2025-09-24 19:04 UTC  (2+ messages)

[PATCH v2 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v4 0/7] KVM: SVM: Enable AVIC for Zen4+ (if x2AVIC)
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v3 0/2] KVM: SVM: Fix a bug where TSC_AUX can get clobbered
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v2] KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v16 00/51] KVM: x86: Super Mega CET
 2025-09-24 18:07 UTC  (3+ messages)

[PATCH v4 0/5] KVM: selftests: PMU fixes for GNR/SRF/CWF
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH 00/13] KVM: arm64: selftests: Run selftests in VHE EL2
 2025-09-24 18:37 UTC  (2+ messages)

[PATCH] KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't
 2025-09-24 18:30 UTC  (3+ messages)

[PATCH] selftests/kvm: remove stale TODO in xapic_state_test
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH] KVM: x86: Fix hypercalls docs section number order
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v3] KVM: selftests: Test prefault memory during concurrent memslot removal
 2025-09-24 17:42 UTC 

[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
 2025-09-24 17:09 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: selftests: Test prefault memory during concurrent memslot removal

[RFC PATCH 0/7] vfio: Add alias region uapi for device feature
 2025-09-24 16:15 UTC  (9+ 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 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 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  (4+ messages)
` [RFC PATCH v2 03/18] iommu/riscv: Use data structure instead of individual values

[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  (16+ messages)
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-09-24  8:57 UTC  (8+ messages)
` [PATCH v3 06/16] x86/virt/tdx: Improve PAMT refcounters allocation for sparse memory
` [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 


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