Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-03 11:27:32 to 2026-06-04 05:10:07 UTC [more...]

[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 v2 00/30] iommu: introduce iova_to_phys_length for efficient IOVA-to-physical translation
 2026-06-04  3:30 UTC  (57+ 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 02/32] iommu/io-pgtable-arm: introduce iova_to_phys_length in io_pgtable_ops
  ` [PATCH v3 03/32] iommu/io-pgtable-arm-v7s: "
  ` [PATCH v3 04/32] iommu/io-pgtable-dart: "
  ` [PATCH v3 05/32] iommu/generic_pt: implement iova_to_phys_length
  ` [PATCH v3 06/32] iommu/arm-smmu-v3: "
  ` [PATCH v3 07/32] iommu/arm-smmu: "
  ` [PATCH v3 08/32] iommu/qcom_iommu: "
  ` [PATCH v3 09/32] iommu/apple-dart: "
  ` [PATCH v3 10/32] iommu/ipmmu-vmsa: "
  ` [PATCH v3 11/32] iommu/mtk_iommu: "
  ` [PATCH v3 12/32] iommu/exynos: "
  ` [PATCH v3 13/32] iommu/fsl_pamu: "
  ` [PATCH v3 14/32] iommu/msm: "
  ` [PATCH v3 15/32] iommu/mtk_v1: "
  ` [PATCH v3 16/32] iommu/omap: "
  ` [PATCH v3 17/32] iommu/rockchip: "
  ` [PATCH v3 18/32] iommu/s390: "
  ` [PATCH v3 19/32] iommu/sprd: "
  ` [PATCH v3 20/32] iommu/sun50i: "
  ` [PATCH v3 21/32] iommu/tegra-smmu: "
  ` [PATCH v3 22/32] iommu/virtio: "
  ` [PATCH v3 23/32] vfio: use iova_to_phys_length for efficient unmap
  ` [PATCH v3 24/32] iommufd: "
  ` [PATCH v3 25/32] iommufd/selftest: switch to iommu_iova_to_phys_length
  ` [PATCH v3 26/32] drm/panfrost: switch to iova_to_phys_length
  ` [PATCH v3 27/32] drm/panthor: "
  ` [PATCH v3 28/32] iommu/io-pgtable: selftests "
  ` [PATCH v3 29/32] iommu/io-pgtable-arm: remove deprecated iova_to_phys wrapper
  ` [PATCH v3 30/32] iommu/io-pgtable-arm-v7s: "
  ` [PATCH v3 31/32] iommu/io-pgtable-dart: "
  ` [PATCH v3 32/32] iommu: remove iova_to_phys from domain_ops and io_pgtable_ops

[RFC PATCH v2 0/4] KVM: x86: TDX: Validate directly configurable CPUID bits
 2026-06-04  3:13 UTC  (11+ 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 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 00/21] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2026-06-04  2:22 UTC  (31+ messages)
` [PATCH v5 01/21] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v5 02/21] KVM: selftests: Add guest read/write macros
` [PATCH v5 03/21] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v5 04/21] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v5 05/21] KVM: selftests: Add IRQ injection test
` [PATCH v5 06/21] KVM: selftests: Add helper to get host IRQ from device MSIX for IRQ bypass test
` [PATCH v5 07/21] KVM: selftests: Verify IRQ bypass works in IRQ test
` [PATCH v5 08/21] KVM: selftests: Add helpers to write proc IRQ affinity for "
` [PATCH v5 09/21] KVM: selftests: Add helpers to print "
` [PATCH v5 10/21] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v5 11/21] KVM: selftests: Verify IRQs wake up halted vCPUs "
` [PATCH v5 12/21] KVM: selftests: Verify interrupts are received after modifying IRQ routes "
` [PATCH v5 13/21] KVM: selftests: Make number of IRQs configurable "
` [PATCH v5 14/21] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v5 15/21] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v5 16/21] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v5 17/21] KVM: selftests: Add pin_task_to_random_cpu() helper function for IRQ test
` [PATCH v5 18/21] KVM: selftests: Verify vCPU migration during IRQ delivery in "
` [PATCH v5 19/21] KVM: selftests: Print vCPU affinity on timeout during "
` [PATCH v5 20/21] KVM: selftests: Make number of vCPUs configurable in "
` [PATCH v5 21/21] KVM: selftests: Add xAPIC support "

[PATCH v14 0/8] vfio/pci: Add PCIe TPH support
 2026-06-04  1:58 UTC  (9+ messages)

[PATCH v5 0/6] LoongArch: KVM: Small enhancement about interrupt injection
 2026-06-04  1:48 UTC  (8+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Use existing macro about interrupt bit mask

[PATCH] KVM: x86: Use <linux/lockdep.h> for lockdep header inclusion
 2026-06-04  1:11 UTC 

[PATCH v2 0/6] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
 2026-06-04  0:40 UTC  (8+ messages)
` [PATCH v2 1/6] KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
` [PATCH v2 2/6] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
` [PATCH v2 3/6] KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
` [PATCH v2 4/6] KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
` [PATCH v2 5/6] KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
` [PATCH v2 6/6] KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5

[PATCH] KVM: guest_memfd: Elaborate on how release() vs. get_pfn() is safe against UAF
 2026-06-04  0:10 UTC  (8+ messages)

[PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-03 23:55 UTC  (5+ messages)

[PATCH 0/2] KVM: x86/pmu: Fix a fixed PMC event filter bypass bug
 2026-06-03 23:19 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/pmu: Use hardware value when reprogramming for FIXED_CTR_CTRL changes
` [PATCH 2/2] KVM: selftests: Add regression test for mediated PMU fixed counter filter bug

[PATCH] KVM: selftests: Make guest_code_xsave more friendly
 2026-06-03 23:05 UTC  (3+ messages)

[PATCH 0/2] KVM: nVMX: Fix ept=n bugs where KVM runs L2 with guest CR3
 2026-06-03 22:57 UTC  (5+ messages)
` [PATCH 1/2] KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
` [PATCH 2/2] KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-06-03 22:17 UTC  (4+ messages)

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-03 21:27 UTC  (10+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages

[PATCH v2 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-03 21:20 UTC  (15+ messages)
` [PATCH v2 1/3] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v2 2/3] vfio-pci/zdev: Add VFIO FMB device feature
` [PATCH v2 3/3] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-03 20:48 UTC  (2+ messages)

[PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
 2026-06-03 19:01 UTC  (3+ messages)

[PATCH] KVM: guest_memfd: fix NUMA interleave index double-counting
 2026-06-03 18:51 UTC  (3+ messages)

[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
 2026-06-03 18:39 UTC  (8+ messages)

[PATCH] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-03 17:57 UTC  (3+ messages)

[PATCH] KVM: x86: fix #GP check in em_dr_write()
 2026-06-03 16:45 UTC  (3+ messages)

[PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
 2026-06-03 16:33 UTC  (3+ messages)

[PATCH v1 0/3] KVM: s390: Add support for 2G hugepages
 2026-06-03 16:32 UTC  (6+ messages)
` [PATCH v1 1/3] KVM: s390: Add module parameter to fence "
` [PATCH v1 2/3] KVM: s390: Add capability to support "
` [PATCH v1 3/3] KVM: s390: Allow for "

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-03 15:48 UTC  (12+ messages)
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory

[PATCH 00/24] KVM: x86: fix various GHCB issues
 2026-06-03 15:06 UTC  (4+ messages)

[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-06-03 14:26 UTC  (10+ messages)
` [PATCH v3 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-03 14:22 UTC  (6+ messages)
` [PATCH v2 9/9] vfio/pci: Add mmap() attributes to DMABUF feature

[PATCH 0/5] KVM: riscv: Speed up dirty logging write faults
 2026-06-03 13:12 UTC  (2+ messages)

[PATCH v2 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
 2026-06-03 13:08 UTC  (4+ messages)

[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
 2026-06-03 12:58 UTC  (17+ messages)
` [PATCH v3 15/40] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v3 16/40] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v3 17/40] KVM: x86: Drop defunct vcpu_tsc_khz() declaration
` [PATCH v3 18/40] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v3 19/40] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v3 20/40] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v3 21/40] KVM: x86: Move eager_page_split to mmu.{c,h}

[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
 2026-06-03 12:57 UTC  (7+ messages)
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v6 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v6 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP

[PATCH 12/24] KVM: x86/mmu: move CPU-related fields to struct kvm_pagewalk
 2026-06-03 12:36 UTC  (3+ messages)

[PATCH 18/24] KVM: x86/mmu: make gva_walk a value
 2026-06-03 11:47 UTC  (3+ messages)

[PATCH] Documentation: KVM: Synchronize x86 VM types
 2026-06-03 11:45 UTC 

[PATCH 24/24] KVM: x86/mmu: use kvm_page_format to test SPTEs
 2026-06-03 11:34 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