Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-19 04:27:02 to 2026-06-22 15:42:20 UTC [more...]

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-22 15:42 UTC  (15+ messages)

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-06-22 14:14 UTC  (3+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[PATCH v2 00/13] mm: Some cleanups for page allocator APIs
 2026-06-22 13:15 UTC  (7+ messages)
` [PATCH v2 06/13] KVM: VMX: Use higher-level allocator

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-22 13:15 UTC  (7+ messages)
` [PATCH v2 01/17] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [PATCH v2 02/17] x86/virt/tdx: Configure add-on features on TDX module init and update

[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
 2026-06-22 13:11 UTC  (17+ messages)
` [PATCH 1/2] tracing: Move non-trace_printk prototypes back to kernel.h
` [PATCH 2/2] tracing: Add CONFIG_TRACE_PRINTK_DEBUGGING to clean up kernel.h

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-06-22 12:32 UTC  (2+ messages)

[PATCH v5 00/12] Make RamDiscardManager work with multiple sources & virtio-mem
 2026-06-22 11:53 UTC  (4+ messages)

[PATCH v4 0/7] KVM: s390: A bunch of gmap-related fixes
 2026-06-22 11:44 UTC  (13+ messages)
` [PATCH v4 1/7] s390/mm: Fix handling of _PAGE_UNUSED pte bit
` [PATCH v4 2/7] KVM: s390: Fix dat_peek_cmma() overflow
` [PATCH v4 3/7] KVM: s390: Do not set special large pages dirty
` [PATCH v4 4/7] KVM: s390: Fix code typo in gmap_protect_asce_top_level()
` [PATCH v4 5/7] KVM: s390: Fix handle_{sske,pfmf} under memory pressure
` [PATCH v4 6/7] KVM: s390: cmma: Fix cmma dirty tracking
` [PATCH v4 7/7] KVM: s390: selftests: Fix cmma selftest

[PATCH kvm-unit-tests] svm_tests: replace rdpru with byte encoding
 2026-06-22 11:27 UTC 

[PATCH 6.6.y] KVM: VMX: Update SVI during runtime APICv activation
 2026-06-22 10:03 UTC 

[PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
 2026-06-22  9:15 UTC  (15+ messages)
` [PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-22  9:08 UTC  (45+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default

[PATCH kvmtool v2 0/7] x86 compilation fixes and arm64 PMU improvements
 2026-06-22  9:04 UTC  (4+ messages)
` [PATCH kvmtool v2 7/7] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-06-22  7:51 UTC 

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-06-22  8:08 UTC  (2+ messages)

[PATCH v18 00/12] vfio/pci: Add PCIe TPH support
 2026-06-22  7:45 UTC  (13+ messages)
` [PATCH v18 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v18 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v18 03/12] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v18 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v18 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v18 06/12] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v18 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v18 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
` [PATCH v18 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v18 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
` [PATCH v18 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v18 12/12] vfio/pci: Virtualize PCIe TPH capability registers

[RFC PATCH v2 0/4] KVM: x86: TDX: Validate directly configurable CPUID bits
 2026-06-22  6:32 UTC  (2+ messages)

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-06-22  6:01 UTC  (13+ messages)
` [PATCH v3 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v3 08/18] iommu/vt-d: clear unpreserved context entries during shutdown
` [PATCH v3 09/18] iommu: Add APIs to get iommu and device preserved state
` [PATCH v3 10/18] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v3 12/18] iommu/vt-d: Handle reattach of the restored domain
` [PATCH v3 13/18] iommu/vt-d: preserve PASID table of preserved device

[PATCH v2 00/16] riscv: Generate riscv instruction functions
 2026-06-22  4:35 UTC  (29+ messages)
` [PATCH v2 01/16] riscv: Introduce instruction table generation
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH v2 04/16] riscv: Add kprobes instruction simulation KUnit
` [PATCH v2 05/16] riscv: kprobes: Use generated instruction headers
` [PATCH v2 06/16] riscv: cfi: "
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v2 09/16] KVM: device: Add test device
` [PATCH v2 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH v2 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v2 12/16] riscv: kvm: Add emulated test csr
` [PATCH v2 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH v2 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v2 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v2 16/16] riscv: Remove unused instruction headers

[PATCH v2] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode
 2026-06-22  3:14 UTC  (2+ messages)

[PATCH 5.10 5.15] vfio/iommu_type1: replace kfree with kvfree
 2026-06-21 13:47 UTC  (3+ messages)

[PATCH v2 6.1.y 0/3] KVM: nVMX: backport virtual-APIC host NULL-deref fix
 2026-06-21 13:47 UTC  (6+ messages)
` [PATCH v2 6.1.y 1/3] KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
` [PATCH v2 6.1.y 2/3] KVM: nVMX: Check for pending posted interrupts when looking for nested events
` [PATCH v2 6.1.y 3/3] KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()

[PATCH 0/1] KVM: x86/mmu: don't kill the VM on access to a disabled passthrough BAR
 2026-06-21 13:37 UTC  (2+ messages)
` [PATCH 1/1] KVM: x86/mmu: Emulate, don't kill the VM, "

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-21  0:02 UTC  (2+ messages)

[PATCH] KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
 2026-06-20  5:40 UTC  (4+ messages)
` stable backports for "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN"

[syzbot] [kvm-x86?] WARNING in vcpu_run (2)
 2026-06-20  3:58 UTC 

[PATCH kvmtool 0/4] Add support for running protected VMs on arm64
 2026-06-19 16:36 UTC  (12+ messages)
` [PATCH kvmtool 1/4] Sync kernel UAPI headers with v7.1
` [PATCH kvmtool 2/4] virtio: Factor out base features for modern virtio transports
` [PATCH kvmtool 3/4] virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM
` [PATCH kvmtool 4/4] arm64: Add support for protected VMs

[GIT PULL] KVM changes for Linux 7.2
 2026-06-19 16:35 UTC  (2+ messages)

[PATCH v8 0/7] target/arm: fully model WFxT instructions for A-profile
 2026-06-19 15:24 UTC  (11+ messages)
` [PATCH v8 1/7] hw/arm: use cortex-a9 mpcore base for CBAR on npcm7xx machines
` [PATCH v8 2/7] tests/functional: update anacapa-bmc image
` [PATCH v8 3/7] target/arm: do not clear halting reason in has_work helper
` [PATCH v8 4/7] target/arm: ensure we create the wxft_timer for all modes
` [PATCH v8 5/7] target/arm: implements SEV/SEVL "
` [PATCH v8 6/7] target/arm: enable WFE sleeping for A-profile
` [PATCH v8 7/7] target/arm: implement WFET

[kvm-unit-tests PATCH 0/5] x86/apic: PV IPI robustness and subtest selection
 2026-06-19 15:19 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/5] x86/apic: Skip PV IPI test if feature is not supported
` [kvm-unit-tests PATCH 2/5] lib: Hoist test selection logic to library for code reuse
` [kvm-unit-tests PATCH 3/5] x86/apic: Support subtest selection via command line
` [kvm-unit-tests PATCH 4/5] x86/apic: Introduce pv_ipi()
` [kvm-unit-tests PATCH 5/5] x86/apic: Add a test for a PV IPI boundary condition

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-19 15:13 UTC  (9+ messages)
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation

[PATCH] KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation
 2026-06-19 15:06 UTC  (3+ messages)

[PATCH v3 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-06-19 11:15 UTC  (5+ messages)
` [PATCH v3 2/3] target/ppc/kvm: Add support for querying host compatibility mode
` [PATCH v3 3/3] target/ppc/kvm: Use host compatibility mode for nested guests

[PATCH v3 0/4] KVM: s390: Fixes for gmap and _PAGE_UNUSED
 2026-06-19  8:05 UTC  (3+ messages)
` [PATCH v3 1/4] s390/mm: Fix handling of _PAGE_UNUSED pte bit

[PATCH] KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails
 2026-06-19  7:36 UTC  (2+ messages)

[PATCH] KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalid
 2026-06-19  7:33 UTC  (2+ messages)

[PATCH] KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flows
 2026-06-19  7:30 UTC  (2+ messages)

[PATCH v4 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-06-19  6:14 UTC  (9+ messages)
` [PATCH v4 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v4 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v4 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v4 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH] KVM: x86: Clamp the EOI vector if its OOB instead of bugging the kernel
 2026-06-19  4:51 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs
 2026-06-19  4:40 UTC  (2+ messages)


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