public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-03 01:14:21 to 2025-12-05 23:19:20 UTC [more...]

[PATCH v3 00/10] KVM: VMX: Fix APICv activation bugs
 2025-12-05 23:19 UTC  (2+ messages)
` [PATCH v3 01/10] KVM: VMX: Update SVI during runtime APICv activation

[PATCH v4] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2025-12-05 22:49 UTC 

[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
 2025-12-05 18:35 UTC  (17+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 02/13] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v8 06/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v8 07/13] KVM: arm64: "
` [PATCH v8 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v8 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v8 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v8 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v8 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v8 13/13] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v2 1/1] KVM: VMX: configure SVI during runtime APICv activation
 2025-12-05 18:27 UTC  (8+ messages)

[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
 2025-12-05 18:23 UTC  (11+ messages)
` [PATCH 2/7] KVM: x86: Check guest debug in DR access "
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()
` [PATCH 5/7] KVM: VMX: Set 'BS' bit in pending debug exceptions during instruction emulation
` [PATCH 6/7] KVM: selftests: Verify guest debug DR7.GD checking "
` [PATCH 7/7] KVM: selftests: Verify 'BS' bit checking in pending debug exception during VM entry

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-12-05 17:24 UTC  (8+ messages)
` [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 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH][next] KVM: Avoid a few dozen -Wflex-array-member-not-at-end warnings
 2025-12-05 17:04 UTC  (3+ messages)

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-12-05 16:59 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Do runtime updates during KVM_SET_CPUID2
 2025-12-05 16:59 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix a guest_memfd memslot UAF
 2025-12-05 16:59 UTC  (2+ messages)

[PATCH 00/10] KVM: Avoid literal numbers as return values
 2025-12-05 15:59 UTC  (17+ messages)
` [PATCH 01/10] KVM: Switch coalesced_mmio_in_range() to return bool
` [PATCH 02/10] KVM/x86: Use bool for the err parameter of kvm_complete_insn_gp()
` [PATCH 03/10] KVM/x86: Let x86_emulate_ops.set_cr() return a bool
` [PATCH 04/10] KVM/x86: Let x86_emulate_ops.set_dr() "
` [PATCH 05/10] KVM/x86: Add KVM_MSR_RET_* defines for values 0 and 1
` [PATCH 06/10] KVM/x86: Use defines for APIC related MSR emulation
` [PATCH 07/10] KVM/x86: Use defines for Hyper-V "
` [PATCH 08/10] KVM/x86: Use defines for VMX "
` [PATCH 09/10] KVM/x86: Use defines for SVM "
` [PATCH 10/10] KVM/x86: Use defines for common "

[PATCH v2] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2025-12-05 14:28 UTC  (4+ messages)

[PATCH next] vfio/xe: Fix use after free in xe_vfio_pci_alloc_file()
 2025-12-05 12:31 UTC  (2+ messages)

[PATCH v4 04/11] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2025-12-05  9:21 UTC  (14+ messages)

[kvm-unit-tests PATCH 0/2] x86/svm: Add testing for L1 intercept bug
 2025-12-05  8:14 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86/svm: Add missing svm intercepts
` [kvm-unit-tests PATCH 2/2] x86/svm: Add unsupported instruction intercept test

[kvm-unit-tests PATCH 0/2] x86/svm: Add testing for L1 intercept bug
 2025-12-05  8:14 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] x86/svm: Add missing svm intercepts
` [kvm-unit-tests PATCH] x86/svm: Add unsupported instruction intercept test

[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-12-05  7:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm/thp: Allow thp_get_unmapped_area_vmflags() to take alignment
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
` [PATCH v2 3/4] vfio: Introduce vfio_device_ops.get_mapping_order hook
` [PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[RFC PATCH 0/2] KVM: pfncache: Support guest_memfd without direct map
 2025-12-05  7:15 UTC  (8+ messages)
` [RFC PATCH 1/2] KVM: pfncache: Use kvm_gmem_get_pfn() for guest_memfd-backed memslots
` [RFC PATCH 2/2] KVM: pfncache: Use vmap() for guest_memfd pages without direct map

[PATCH] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2025-12-05  7:06 UTC 

[PATCH v3 0/9] KVM: arm64: Add support for FEAT_IDST
 2025-12-05  6:25 UTC  (21+ messages)
` [PATCH v3 1/9] arm64: Repaint ID_AA64MMFR2_EL1.IDS description
` [PATCH v3 2/9] KVM: arm64: Add trap routing for GMID_EL1
` [PATCH v3 3/9] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v3 4/9] KVM: arm64: Handle FEAT_IDST for sysregs without specific handlers
` [PATCH v3 5/9] KVM: arm64: Handle CSSIDR2_EL1 and SMIDR_EL1 in a generic way
` [PATCH v3 6/9] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v3 7/9] KVM: arm64: pkvm: Add a generic synchronous exception injection primitive
` [PATCH v3 8/9] KVM: arm64: pkvm: Report optional ID register traps with a 0x18 syndrome
` [PATCH v3 9/9] KVM: arm64: selftests: Add a test for FEAT_IDST

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-12-05  6:14 UTC  (3+ messages)
` [RFC PATCH v2 21/23] KVM: TDX: Preallocate PAMT pages to be used in split path

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-05  3:54 UTC  (23+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[GIT PULL] VFIO updates for v6.19-rc1
 2025-12-05  3:01 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-12-05  3:01 UTC  (2+ messages)

[GIT PULL] virtio,vhost: fixes, cleanups
 2025-12-05  3:01 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.19-rc1
 2025-12-04 18:06 UTC 

[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-12-04 17:27 UTC  (12+ messages)
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode

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

[PATCH] target/ppc/kvm : Use macro names instead of hardcoded constants as return values
 2025-12-04 17:10 UTC  (3+ messages)

[PATCH 00/21] vfio/pci: Base support to preserve a VFIO device file across Live Update
 2025-12-04 10:30 UTC  (16+ messages)
` [PATCH 02/21] PCI: Add API to track PCI devices preserved "
` [PATCH 06/21] vfio/pci: Retrieve preserved device files after "

linux-next: manual merge of the kvm-x86 tree with the tip tree
 2025-12-04  5:10 UTC 

[PATCH v7 0/4] vfio/xe: Add driver variant for Xe VF migration
 2025-12-04  1:33 UTC  (3+ messages)
` [PATCH v7 4/4] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics

[PATCH 00/10] KVM: selftests: Convert to kernel-style types
 2025-12-04  0:04 UTC  (5+ messages)

[PATCH v4] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-03 21:50 UTC  (9+ messages)

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2025-12-03 21:40 UTC  (15+ messages)
` [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers

[PATCH 0/4] RISC-V: KVM: Add Zicfiss/Zicfilp support
 2025-12-03 17:25 UTC  (4+ messages)
` [PATCH 1/4] RISC-V: KVM: Allow zicfiss/zicfilp exts for Guest/VM

[PATCH 0/4] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2025-12-03 16:43 UTC  (11+ messages)
` [PATCH 2/4] arm64: Convert VTCR_EL2 to sysreg infratructure
` [PATCH 4/4] KVM: arm64: Convert VTCR_EL2 to config-driven sanitisation

[PATCH net-next V3] net: restore the iterator to its original state when an error occurs
 2025-12-03 16:03 UTC 

[PATCH v3 0/2] LoongArch: KVM: Add paravirt preempt support
 2025-12-03 15:56 UTC  (3+ messages)
` [PATCH v3 2/2] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2025-12-03 14:25 UTC  (5+ messages)

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-12-03 14:16 UTC  (7+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports

[PATCH v3] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
 2025-12-03 13:55 UTC  (15+ messages)

[PATCH] KVM: PPC: Add the missing character/behaviour bits for KVM_PPC_GET_CPU_CHAR ioctl
 2025-12-03 13:28 UTC 

[PATCH] x86/kvm: Avoid freeing stack-allocated node in kvm_async_pf_queue_task
 2025-12-03 13:24 UTC  (2+ messages)

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2025-12-03 13:04 UTC  (3+ messages)
` [PATCH 01/22] KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)

[PATCH v4 00/23] i386: Support CET for KVM
 2025-12-03 11:30 UTC  (8+ messages)
` [PATCH v4 06/23] i386/kvm: Initialize x86_ext_save_areas[] based on KVM support
` [PATCH v4 17/23] i386/cpu: Migrate MSR_IA32_PL0_SSP for FRED and CET-SHSTK

[PATCH 3/4] RISC-V: KVM: Add suuport for zicfiss/zicfilp/svadu FWFT features
 2025-12-03 10:52 UTC  (2+ messages)

[PATCH v5 00/28] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-12-03  6:11 UTC  (3+ messages)
` [PATCH v5 15/28] hw/i386: Assume fw_cfg DMA is always enabled

[PATCH] RISC-V: KVM: Allow to downgrade HGATP mode via SATP mode
 2025-12-03  6:08 UTC  (4+ messages)


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