Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-03 10:22:20 to 2026-07-06 07:28:01 UTC [more...]

[RESEND PATCH v2] KVM: SVM: Add Bus Lock Detect support
 2026-07-06  7:27 UTC  (3+ messages)

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-06  7:14 UTC  (3+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots

[PATCH v2 0/2] Add support for cmpxchg16b emulation
 2026-07-06  6:52 UTC  (4+ messages)
` [PATCH v2 1/2] x86/uaccess: Extend CMPXCHG user helpers to 128-bit operands
` [PATCH v2 2/2] KVM: x86: Add support for cmpxchg16b emulation

[kvm-unit-tests PATCH] x86/emulator64: Add CMPXCHG8B/CMPXCHG16B emulation tests
 2026-07-06  6:21 UTC 

[PATCH v1 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-07-06  5:55 UTC  (10+ messages)
` [PATCH v1 1/9] target/i386: Sync AMD CPUID aliases for Hygon
` [PATCH v1 2/9] target/i386: Hide Intel cache CPUID leaves "
` [PATCH v1 3/9] target/i386: Hide ARCH_CAPABILITIES "
` [PATCH v1 4/9] target/i386/kvm: Use AMD MCE status encoding "
` [PATCH v1 5/9] target/i386/kvm: Use AMD PMU MSR paths "
` [PATCH v1 6/9] target/i386: Do not broadcast injected MCEs "
` [PATCH v1 7/9] hw/i386: Apply AMD IOMMU HT GPA hole to Hygon
` [PATCH v1 8/9] target/i386: Use AMD legacy cache fallback for Hygon
` [PATCH v1 9/9] target/i386: Use AMD ucode-rev default "

[PATCH] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-06  5:48 UTC  (2+ messages)

[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-06  2:42 UTC  (12+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v5 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v5 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v5 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v5 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v5 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v5 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v5 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

[PATCH v2 0/3] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-06  2:11 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Add SBI extension validate callback
` [PATCH v2 2/3] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH v2 3/3] RISC-V: KVM: Reset the SBI extension when disable it

[PATCH] KVM: Use vma_lookup() in kvm_host_page_size()
 2026-07-05  8:38 UTC 

[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
 2026-07-05  7:30 UTC  (5+ messages)
` [PATCH v5 09/18] KVM: VMX: Use higher-level allocator API

[PATCH] KVM: x86/ioapic: Cancel eoi_inject work before destroying vCPUs
 2026-07-05  5:18 UTC  (2+ messages)

[PATCH] vfio/pci: clear vdev->msi_perm after freeing it on init failure
 2026-07-05  1:54 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-04 23:38 UTC  (3+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-07-04 14:45 UTC  (7+ messages)
` [PATCH v2 15/31] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-04  5:43 UTC  (10+ messages)
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation

[PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
 2026-07-03 23:36 UTC  (12+ messages)

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-07-03 21:18 UTC  (37+ messages)
` [PATCH v6 01/36] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v6 02/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v6 03/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v6 04/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 06/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v6 07/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v6 08/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v6 09/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v6 10/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v6 11/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 13/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v6 14/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v6 16/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v6 17/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v6 18/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v6 19/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v6 20/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v6 21/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v6 22/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v6 23/36] KVM: selftests: Add master clock offset test
` [PATCH v6 24/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v6 25/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v6 26/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v6 27/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v6 28/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v6 29/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v6 30/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v6 31/36] KVM: selftests: Add Xen runstate migration test
` [PATCH v6 32/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v6 33/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v6 34/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v6 35/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v6 36/36] KVM: x86: Activate master clock from kvm_arch_init_vm()

[PATCH] KVM: x86: hyper-v: Clamp stimer deadline to avoid livelock
 2026-07-03 20:52 UTC 

[PATCH v2 0/3] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-07-03 17:21 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specific
` [PATCH v2 2/3] KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phase
` [PATCH v2 3/3] KVM: SVM: Remove VM from the GA Log notifier list before VM destruction

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-07-03 17:25 UTC  (4+ messages)

[PATCH 00/34] Add migration support to the MSHV accelerator
 2026-07-03 17:21 UTC  (3+ messages)
` [PATCH 26/34] accel/mshv: introduce SaveVMHandler

[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
 2026-07-03 16:53 UTC  (68+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v3 02/40] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v3 03/40] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v3 04/40] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v3 05/40] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v3 06/40] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v3 07/40] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v3 08/40] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v3 09/40] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v3 10/40] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v3 11/40] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v3 12/40] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v3 13/40] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v3 14/40] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v3 15/40] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v3 16/40] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v3 17/40] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v3 18/40] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v3 19/40] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v3 20/40] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v3 21/40] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v3 22/40] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v3 23/40] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v3 24/40] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v3 25/40] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH v3 26/40] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH v3 27/40] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH v3 28/40] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v3 29/40] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v3 30/40] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH v3 31/40] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v3 32/40] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 34/40] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v3 35/40] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v3 37/40] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v3 38/40] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v3 39/40] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v3 40/40] Documentation: KVM: Add the VGICv5 IRS save/restore sequences

[PATCH v8 00/15] userfaultfd: working set tracking for VM guest memory
 2026-07-03 16:43 UTC  (26+ messages)
` [PATCH v8 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v8 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v8 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v8 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v8 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v8 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v8 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v8 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v8 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v8 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v8 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v8 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v8 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v8 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v8 15/15] Documentation/userfaultfd: document RWP working set tracking
` Addressing Sashiko AI review

[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-07-03 16:21 UTC  (5+ messages)
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-07-03 14:54 UTC  (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-03 14:38 UTC  (9+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()

[RFC PATCH 0/3] RISC-V: KVM/IOMMU: Fix MRIF irqfd notice handling
 2026-07-03 12:38 UTC  (2+ messages)

[PATCH v4 RESEND 0/8] powerpc: Testcase improvements and Power8E/NVL removal
 2026-07-03 12:09 UTC  (7+ messages)
` [PATCH v4 RESEND 1/8] tests/functional: Add remote interrupts test for PowerNV
` [PATCH v4 RESEND 8/8] MAINTAINERS: Add self as maintainer "

[PATCH] s390x: stsi: regression test for the STSI 3.2.2 count clamp
 2026-07-03 11:44 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