Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-04 02:02:49 to 2026-06-04 16:42:43 UTC [more...]

[PATCH 0/2] kunit: Add support for skipping entire test suites
 2026-06-04 16:42 UTC  (4+ messages)
` [PATCH 1/2] kunit: Add ability to skip "
` [PATCH 2/2] kunit: Add example of test suite that can be skipped at runtime

[mst-vhost:vhost 5/37] ./usr/include/linux/virtio_can.h:29:35: error: // comments are not allowed in this language
 2026-06-04 16:31 UTC 

[PATCH v3 00/15] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-05  1:31 UTC  (11+ messages)
` [PATCH v3 02/15] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
` [PATCH v3 08/15] riscv: Add Zic64b to cpufeature and hwprobe

[PATCH v5 00/21] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2026-06-04 16:26 UTC  (8+ messages)
` [PATCH v5 05/21] KVM: selftests: Add IRQ injection test
` [PATCH v5 07/21] KVM: selftests: Verify IRQ bypass works in IRQ test
` [PATCH v5 21/21] KVM: selftests: Add xAPIC support "

[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-06-04 16:22 UTC  (6+ messages)
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection

[PATCH v6 00/11] Dynamic PAMT
 2026-06-04 16:14 UTC  (5+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT

[PATCH v5 04/21] KVM: selftests: Add helper to generate random u64 in range [min,max]
 2026-06-04 16:12 UTC  (3+ messages)

[PATCH v5 11/21] KVM: selftests: Verify IRQs wake up halted vCPUs in IRQ test
 2026-06-04 16:11 UTC  (3+ messages)

[PATCH 0/3] KVM: harden and cleanup PDPTR load on forced L1 reload
 2026-06-04 16:07 UTC  (4+ messages)
` [PATCH 1/3] KVM: nVMX: unwind PDPTR load if processor triggers a nested VMFail
` [PATCH 2/3] KVM: MMU: unconditionally clear MMIO cache on root rebuild
` [PATCH 3/3] KVM: nVMX: remove unnecessary unload on processor-detected VMFail

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-04 15:55 UTC  (20+ messages)
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-04 15:29 UTC  (3+ messages)
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE

[RFC 00/12] PCI: Add support for Scalable I/O Virtualization
 2026-06-04 15:25 UTC  (19+ messages)
` [RFC 01/12] PCI: Add helpers to identify SR-IOV PFs/VFs
` [RFC 02/12] PCI: Convert iov.c to pci_is_sriov_* helpers
` [RFC 03/12] PCI: Convert pci.h "
` [RFC 04/12] PCI: Convert arch/powerpc "
` [RFC 05/12] PCI: Convert s390/pci/pci.c "
` [RFC 06/12] PCI: Convert vfio_pci_core.c "
` [RFC 07/12] PCI: Convert xen-pciback and pci-driver "
` [RFC 08/12] PCI: Add is_sriov bit to struct pci_dev
` [RFC 09/12] PCI: Add helper to compute VF Routing ID to pci.h
` [RFC 10/12] PCI: Add Scalable I/O Virtualization data structure definitions
` [RFC 11/12] PCI: Initialize and release SIOV capability
` [RFC 12/12] PCI: Reserve bus range for SIOV devices

[PATCH v4 0/3] x86/tdx: Fix port I/O handling bugs
 2026-06-04 15:01 UTC  (6+ messages)
` [PATCH v4 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v4 2/3] x86/insn-eval: Add insn_assign_reg() helper
` [PATCH v4 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v2 0/2] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
 2026-06-04 14:52 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: riscv: Check hugetlb block mappings against memslot bounds
` [PATCH v2 2/2] KVM: selftests: Add a hugetlb memslot alignment test mode

[syzbot] [kvmarm?] [kvm?] BUG: unable to handle kernel paging request in kvm_vgic_destroy
 2026-06-04 14:47 UTC  (5+ messages)

[PATCH v2 00/30] iommu: introduce iova_to_phys_length for efficient IOVA-to-physical translation
 2026-06-04 14:27 UTC  (12+ messages)
` [PATCH v3 00/32] iommu: introduce iova_to_phys_length and remove iova_to_phys
  ` [PATCH v3 01/32] iommu: introduce iova_to_phys_length in iommu_domain_ops
  ` [PATCH v3 05/32] iommu/generic_pt: implement iova_to_phys_length
  ` [PATCH v3 23/32] vfio: use iova_to_phys_length for efficient unmap
  ` [PATCH v3 24/32] iommufd: "

[PATCH kvm-unit-tests v3 0/4] add reserved bit tests for 32-bit guests
 2026-06-04 14:26 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] vmx: add a test for 32-bit guest PAE paging PDPTEs
` [PATCH kvm-unit-tests 2/4] vmx: add test for 32-bit non-PAE guest
` [PATCH kvm-unit-tests 3/4] svm: add test for 32-bit PAE guest
` [PATCH kvm-unit-tests 4/4] svm: add test for 32-bit non-PAE guest

[PATCH] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-04 14:20 UTC  (2+ messages)

[PATCH 0/2] KVM: nVMX: Fix ept=n bugs where KVM runs L2 with guest CR3
 2026-06-04 14:13 UTC  (4+ messages)

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

[PATCH v3 0/9] riscv: kexec: Make kexec/kdump robust under VS-mode
 2026-06-04 13:46 UTC  (14+ messages)
` [PATCH v3 1/9] riscv: kexec: Reset executable bit on the control code page in cleanup
` [PATCH v3 2/9] riscv: kexec: Bound FDT search by source buffer size, not destination
` [PATCH v3 3/9] riscv: Add kexec trampoline text section to vmlinux.lds.S
` [PATCH v3 4/9] riscv: kexec: Place norelocate trampoline into .kexec.tramp.text
` [PATCH v3 5/9] riscv: kexec: Build trampoline page tables for crash kernel entry
` [PATCH v3 6/9] riscv: kexec: Switch to trampoline page table before norelocate
` [PATCH v3 7/9] riscv: kexec: Always build the trampoline page table
` [PATCH v3 8/9] riscv: kexec: Add the relocate-trampoline wrapper
` [PATCH v3 9/9] riscv: kexec: Route normal kexec through the trampoline page table

[PATCH v5 00/12] Make RamDiscardManager work with multiple sources & virtio-mem
 2026-06-04 13:43 UTC  (13+ messages)
` [PATCH v5 01/12] system/memory: split RamDiscardManager into source and manager
` [PATCH v5 02/12] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH v5 03/12] system/memory: constify section arguments
` [PATCH v5 04/12] system/ram-discard-manager: implement replay via is_populated iteration
` [PATCH v5 05/12] virtio-mem: remove replay_populated/replay_discarded implementation
` [PATCH v5 06/12] system/ram-discard-manager: drop replay from source interface
` [PATCH v5 07/12] system/memory: implement RamDiscardManager multi-source aggregation
` [PATCH v5 08/12] system/physmem: destroy ram block attributes before RCU-deferred reclaim
` [PATCH v5 09/12] system/memory: add RamDiscardManager reference counting and cleanup
` [PATCH v5 10/12] tests: add unit tests for RamDiscardManager multi-source aggregation
` [PATCH v5 11/12] system/physmem: make ram_block_discard_range() handle guest_memfd
` [PATCH v5 12/12] RFC: monitor: add 'info ramblock-attributes' command

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-06-04 13:19 UTC  (3+ messages)
` [PATCH RFC 09/12] accel/kvm: Support shared/private conversions via guest_memfd ioctls

[PATCH] LoongArch: KVM: return full old CSR value from kvm_emu_xchg_csr()
 2026-06-04 12:59 UTC  (2+ messages)

[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
 2026-06-04 12:39 UTC  (17+ messages)
` [PATCH v3 22/40] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v3 23/40] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v3 24/40] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v3 25/40] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v3 26/40] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v3 27/40] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v3 28/40] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v3 29/40] KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration

[PATCH net] vhost/net: complete zerocopy ubufs only once
 2026-06-04 10:55 UTC  (2+ messages)

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-06-04 10:51 UTC  (3+ messages)
` [PATCH v2 31/39] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd

[PATCH v2 0/3] timekeeping: Implement and use read_snapshot() functionality
 2026-06-04  9:35 UTC  (4+ messages)
` [PATCH v2 1/3] clocksource/hyperv: Implement read_snapshot() for TSC page clocksource
` [PATCH v2 2/3] x86/kvmclock: Implement read_snapshot() for kvmclock clocksource
` [PATCH v2 3/3] ptp: vmclock: Use hw_cycles from snapshot for precise TSC pairing

[PATCH] kvm powerpc/book3s-apiv2: Add suite initialization to skip GSB tests without APIv2 support
 2026-06-04  9:42 UTC  (2+ messages)

[PATCH v5 5/5] KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublists
 2026-06-04  9:28 UTC  (3+ messages)

[PATCH 0/2] KVM: LoongArch: selftests: Add FPU test case
 2026-06-04  9:11 UTC  (4+ messages)
` [PATCH 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH 2/2] KVM: LoongArch: selftests: Add FPU test case

[PATCH v3 13/15] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
 2026-06-04  9:06 UTC  (4+ messages)

[PATCH v3 07/15] dt-bindings: riscv: Add Zic64b extension description
 2026-06-04  9:06 UTC  (4+ messages)

[PATCH] Documentation: KVM: Synchronize x86 VM types
 2026-06-04  8:12 UTC  (2+ messages)

[PATCH] KVM: guest_memfd: fix NUMA interleave index double-counting
 2026-06-04  7:53 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Fix timer state restore
 2026-06-04  7:52 UTC  (2+ messages)

[Bug 220776] New: When passthrough device to KVM guest with iommufd+hugepage, more hugepage are used than assigned, and DMAR error reported from host dmesg
 2026-06-04  7:37 UTC  (3+ messages)
` [Bug 220776] "

[RFC PATCH v2 0/4] KVM: x86: TDX: Validate directly configurable CPUID bits
 2026-06-04  7:20 UTC  (16+ messages)
` [RFC PATCH v2 1/4] KVM: x86: TDX: Track supported "
` [RFC PATCH v2 2/4] KVM: x86: TDX: Hide unsupported "
` [RFC PATCH v2 3/4] KVM: x86: TDX: Validate userspace CPUID input for KVM_TDX_INIT_VM
` [RFC PATCH v2 4/4] KVM: x86: TDX: Report CORE_CAPABILITIES as supported

[PATCH v2] accel/kvm: event-driven wakeup for dirty ring reaper thread
 2026-06-04  7:00 UTC 

[PATCH] RISC-V: KVM: Fix NULL pointer dereference in AIA IMSIC functions
 2026-06-04  5:48 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Document a TOCTOU race in SBI system suspend handler
 2026-06-04  5:43 UTC  (2+ messages)

[PATCH 0/3] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
 2026-06-04  5:40 UTC  (5+ messages)
` [PATCH 1/3] KVM: riscv: Pass the target size to huge G-stage checks
` [PATCH 2/3] KVM: riscv: Check hugetlb block mappings against memslot bounds

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2026-06-04  5:09 UTC  (7+ messages)
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[PATCH v4 0/6] target/i386: Misc PMU fixes and enabling
 2026-06-04  2:55 UTC  (7+ messages)
` [PATCH v4 1/6] target/i386: Don't save/restore PERF_GLOBAL_OVF_CTRL MSRs
` [PATCH v4 2/6] target/i386: Gate enable_pmu on kvm_enabled()
` [PATCH v4 3/6] target/i386: Adjust maximum number of PMU counters
` [PATCH v4 4/6] target/i386: Support full-width writes for perf counters
` [PATCH v4 5/6] target/i386: Increase MSR_BUF_SIZE and split KVM_[GET/SET]_MSRS calls
` [PATCH v4 6/6] target/i386: Add Topdown metrics feature support

[PATCH v3 0/2] libfs: set SB_I_NOEXEC and SB_I_NODEV in init_pseudo()
 2026-06-04  2:53 UTC  (3+ messages)
` [PATCH v3 1/2] libfs: set SB_I_NOEXEC and SB_I_NODEV by default "
` [PATCH v3 2/2] libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers

[PATCH] accel/kvm: event-driven wakeup for dirty ring reaper thread
 2026-06-04  2:45 UTC  (2+ messages)

[PATCH v5 19/21] KVM: selftests: Print vCPU affinity on timeout during IRQ test
 2026-06-04  2:21 UTC  (2+ messages)

[PATCH v5 20/21] KVM: selftests: Make number of vCPUs configurable in IRQ test
 2026-06-04  2:20 UTC  (2+ messages)

[PATCH v5 10/21] KVM: selftests: Verify interrupts are received when IRQ affinity changes in IRQ test
 2026-06-04  2:13 UTC  (2+ messages)

[PATCH v5 06/21] KVM: selftests: Add helper to get host IRQ from device MSIX for IRQ bypass test
 2026-06-04  2:09 UTC  (2+ messages)

[PATCH v5 09/21] KVM: selftests: Add helpers to print proc IRQ affinity for IRQ test
 2026-06-04  2:09 UTC  (2+ messages)

[PATCH v5 08/21] KVM: selftests: Add helpers to write proc IRQ affinity for IRQ test
 2026-06-04  2:09 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