kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-30 07:54:29 to 2025-07-02 08:38:27 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-02  8:35 UTC  (21+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH v3 0/6] TDX host: kexec/kdump support
 2025-07-02  8:25 UTC  (18+ messages)
` [PATCH v3 1/6] x86/sme: Use percpu boolean to control wbinvd during kexec
` [PATCH v3 3/6] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
` [PATCH v3 6/6] KVM: TDX: Explicitly do WBINVD upon reboot notifier

[RFC] x86/kvm: Use native qspinlock by default when realtime hinted
 2025-07-02  8:19 UTC  (2+ messages)

[PATCH 0/4] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote() for large folio
 2025-07-02  8:15 UTC  (2+ messages)

[PATCH] i386/cpu: ARCH_CAPABILITIES should not be advertised on AMD
 2025-07-02  8:34 UTC  (13+ messages)

[PATCH v6 0/9] Adjust fbcon console device detection
 2025-07-02  7:49 UTC  (7+ messages)
` [PATCH v6 9/9] PCI: Add a new 'boot_display' attribute

[PATCH] accel/kvm: Adjust the note about the minimum required kernel version
 2025-07-02  7:39 UTC  (4+ messages)

[PATCH v6 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-07-02  5:42 UTC  (11+ messages)
` [PATCH v6 3/9] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v6 4/9] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v6 6/9] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v6 7/9] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v6 9/9] target/i386/kvm: don't stop Intel PMU counters

[PATCH 3/4] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
 2025-07-02  3:47 UTC  (3+ messages)

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-07-02  3:31 UTC  (18+ messages)

[RESEND PATCH net-next v4 0/4] vsock: Introduce SIOCINQ ioctl support
 2025-07-02  2:15 UTC  (7+ messages)
` [RESEND PATCH net-next v4 1/4] vsock: Add support for SIOCINQ ioctl
` [RESEND PATCH net-next v4 2/4] hv_sock: Return the readable bytes in hvs_stream_has_data()
` [RESEND PATCH net-next v4 3/4] test/vsock: Add retry mechanism to ioctl wrapper
` [RESEND PATCH net-next v4 4/4] test/vsock: Add ioctl SIOCINQ tests

[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
 2025-07-02  1:47 UTC  (18+ messages)
` [PATCH 01/11] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED
` [PATCH 02/11] PCI: Add pci_bus_isolation()
` [PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
` [PATCH 04/11] iommu: Organize iommu_group by member size
` [PATCH 05/11] PCI: Add pci_reachable_set()
` [PATCH 06/11] iommu: Use pci_reachable_set() in pci_device_group()
` [PATCH 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
` [PATCH 08/11] PCI: Add the ACS Enhanced Capability definitions
` [PATCH 09/11] PCI: Enable ACS Enhanced bits for enable_acs and config_acs
` [PATCH 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
` [PATCH 11/11] PCI: Check ACS Extended flags for pci_bus_isolated()

[PATCH] virtio_net: simplify tx queue wake condition check
 2025-07-02  1:41 UTC 

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-02  1:04 UTC  (20+ messages)
` [PATCH v9 06/43] arm64: RME: Define the user ABI
` [PATCH v9 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v9 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v9 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v9 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v9 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v9 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v9 20/43] arm64: RME: Runtime faulting of memory

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-07-01 22:37 UTC  (32+ messages)

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-07-01 21:15 UTC  (6+ messages)
` [RFC PATCH 03/21] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()

[PATCH v5 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-01 20:16 UTC  (8+ messages)
` [PATCH v5 1/7] crypto: ccp - New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v5 2/7] crypto: ccp - Cache SEV platform status and platform state
` [PATCH v5 3/7] crypto: ccp - Add support for SNP_FEATURE_INFO command
` [PATCH v5 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v5 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v5 6/7] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[kvm-unit-tests PATCH v8] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-07-01 20:00 UTC 

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-01 17:35 UTC  (3+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

[PATCH v3 00/26] arm: Fixes and preparatory cleanups for split-accel
 2025-07-01 16:34 UTC  (26+ messages)
` [PATCH v3 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH v3 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH v3 10/26] accel/hvf: Model PhysTimer register
` [PATCH v3 11/26] target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
` [PATCH v3 12/26] target/arm: Restrict system register properties to system binary
` [PATCH v3 18/26] hw/arm/virt: Only require TCG || QTest to use TrustZone
` [PATCH v3 20/26] hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
` [PATCH v3 25/26] tests/functional: Add hvf_available() helper

[RFC PATCH v7 00/37] AMD: Add Secure AVIC Guest Support
 2025-07-01 15:47 UTC  (3+ messages)
` [RFC PATCH v7 05/37] KVM: lapic: Change lapic regs base address to void pointer

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-07-01 14:44 UTC  (12+ messages)
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory

[PATCH v2] vfio/mlx5: fix possible overflow in tracking max message size
 2025-07-01 14:40 UTC 

[PATCH] vfio/mlx5: fix possible overflow in tracking max
 2025-07-01 14:18 UTC  (3+ messages)

[PATCH 5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-01 12:48 UTC 

[PATCH v2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation
 2025-07-01 11:38 UTC  (5+ messages)

[PATCH v5 00/13] LoongArch: KVM: Enhancement with eiointc emulation
 2025-07-01 10:48 UTC  (15+ messages)
` [PATCH v5 01/13] LoongArch: KVM: Use standard bitops API with eiointc
` [PATCH v5 02/13] LoongArch: KVM: Remove unused parameter len
` [PATCH v5 03/13] LoongArch: KVM: Add stat information with kernel irqchip
` [PATCH v5 04/13] LoongArch: KVM: Remove never called default case statement
` [PATCH v5 05/13] LoongArch: KVM: Rename loongarch_eiointc_readq with loongarch_eiointc_read
` [PATCH v5 06/13] LoongArch: KVM: Use generic read function loongarch_eiointc_read
` [PATCH v5 07/13] LoongArch: KVM: Remove some unnecessary local variables
` [PATCH v5 08/13] LoongArch: KVM: Use concise api __ffs()
` [PATCH v5 09/13] LoongArch: KVM: Replace eiointc_enable_irq() with eiointc_update_irq()
  ` [PATCH v5 10/13] LoongArch: KVM: Remove local variable offset
  ` [PATCH v5 11/13] LoongArch: KVM: Rename old_data with old
  ` [PATCH v5 12/13] LoongArch: KVM: Add generic function loongarch_eiointc_write()
  ` [PATCH v5 13/13] LoongArch: KVM: Use generic interface loongarch_eiointc_write()

[PATCH v2 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-07-01  9:45 UTC  (3+ messages)
` [PATCH v2 2/5] irqchip/gic-v5: Populate struct gic_kvm_info

[kvm-unit-tests PATCH v7] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-07-01  8:45 UTC  (2+ messages)

[PATCH v7 0/2] Enable Secure TSC for SEV-SNP
 2025-07-01  8:11 UTC  (7+ messages)
` [PATCH v7 1/2] x86/cpufeatures: Add SNP Secure TSC
` [PATCH v7 2/2] KVM: SVM: Enable Secure TSC for SNP guests

[PATCH next] Documentation: KVM: Fix unexpected unindent warning
 2025-07-01  1:25 UTC 

[PATCH net-next V3 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-07-01  1:03 UTC  (2+ messages)
` [PATCH net-next V3 2/2] vhost-net: reduce one userspace copy when building XDP buff

[PATCH v3 0/3] TDX attestation support and GHCI fixup
 2025-07-01  0:22 UTC  (2+ messages)

[PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
 2025-06-30 17:42 UTC  (2+ messages)

[PATCH v3 09/22] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
 2025-06-30 17:42 UTC  (2+ messages)

[PATCH] vfio/pci: Separate SR-IOV VF dev_set
 2025-06-30 14:57 UTC  (3+ messages)

[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
 2025-06-30 14:05 UTC  (11+ messages)

[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-06-30 12:24 UTC  (3+ messages)
` [RFC PATCH 17/33] vfio: selftests: Enable asserting MSI eventfds not firing
  ` [PATCH RFC "

[Bug 219787] New: Guest's applications crash with EXCEPTION_SINGLE_STEP (0x80000004)
 2025-06-30 12:00 UTC  (2+ messages)
` [Bug 219787] "

[PATCH 0/3] KVM: Speed up MMIO registrations
 2025-06-30  9:59 UTC  (4+ messages)
` [PATCH 3/3] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()

[PATCH kvmtool] vfio: include libgen.h (for musl compatibility)
 2025-06-30  9:04 UTC  (3+ messages)

[PATCH v5 0/3] update live migration configuration region
 2025-06-30  8:54 UTC  (4+ messages)
` [PATCH v5 1/3] migration: update BAR space size
` [PATCH v5 2/3] migration: qm updates BAR configuration
` [PATCH v5 3/3] migration: adapt to new migration configuration

[PATCH net-next v4 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-06-30  7:58 UTC  (3+ messages)


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