Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-03 21:22:05 to 2026-07-06 12:16:08 UTC [more...]

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-06 12:15 UTC  (48+ messages)
` [PATCH v4 01/27] VFIO: take reference to the KVM module
` [PATCH v4 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v4 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v4 04/27] KVM: Make device name configurable
` [PATCH v4 05/27] KVM: Remove KVM_MMIO as config option
` [PATCH v4 06/27] arm64: Use proper include variant
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 08/27] KVM: arm64: Prepare sharing arm64 code "
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 10/27] KVM: arm64: Refactor core-reset into a separate function
` [PATCH v4 11/27] s390: Use arm64 headers
` [PATCH v4 12/27] KVM: s390: Use arm64 code
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v4 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v4 15/27] KVM: S390: Prepare gmap for a second KVM implementation
` [PATCH v4 16/27] KVM: s390: gmap: Refactor storage key and CMMA code into separate files
` [PATCH v4 17/27] KVM: s390: Refactor prefix handling into a separate file
` [PATCH v4 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v4 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v4 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v4 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v4 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v4 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v4 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v4 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v4 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH] KVM: SEV: drop FOLL_LONGTERM for encrypted region registration
 2026-07-06 12:03 UTC  (3+ messages)

[PATCH v10 0/6] Add RMPOPT support
 2026-07-06 12:02 UTC  (5+ messages)
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active

[syzbot] Monthly virt report (Jun 2026)
 2026-07-06 11:54 UTC  (4+ messages)

[PATCH kvmtool v1 0/5] Add guest_memfd support for arm64
 2026-07-06 11:25 UTC  (19+ messages)
` [PATCH kvmtool v1 1/5] Initialize the return value in kvm__for_each_mem_bank()
` [PATCH kvmtool v1 2/5] Remove newline from end of die() aborts
` [PATCH kvmtool v1 3/5] Use kvm_userspace_memory_region2 for all memory registration
` [PATCH kvmtool v1 4/5] Add guest_memfd support to kvm__register_mem()
` [PATCH kvmtool v1 5/5] arm64: Add --guest-memfd option to back guest RAM with guest_memfd

[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-06 11:13 UTC  (10+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 2/7] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v8 3/7] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v8 4/7] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v8 7/7] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

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

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-07-06 10:36 UTC  (5+ messages)
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity

[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
 2026-07-06 10:00 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86: Document that KVM_CREATE_IRQCHIP must precede vcpu creation
` [PATCH 2/4] KVM: x86: Document APIC base address constraint for in-kernel irqchip
` [PATCH 3/4] KVM: x86: Reject KVM_CREATE_IRQCHIP if APIC base is already mapped
` [PATCH 4/4] KVM: x86: Reject user memory regions covering the APIC base

[PATCH] KVM: Remove kvm_debugfs_dir on kvm_init() error paths
 2026-07-06  9:59 UTC 

[PATCH 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-06  9:18 UTC  (6+ messages)
` [PATCH 1/2] x86/tdx: Add helper to query maximum TD Quote size

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-07-06  9:16 UTC  (8+ 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] KVM: x86/ioapic: Cancel eoi_inject work before destroying vCPUs
 2026-07-06  9:09 UTC  (3+ messages)

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

[PATCH] KVM: x86/xen: Convert evtchn_ports from IDR to XArray
 2026-07-06  8:13 UTC 

[PATCH v2 0/2] Add support for cmpxchg16b emulation
 2026-07-06  8:00 UTC  (5+ 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

[PATCH RFC v4] target/arm/kvm: Choose PMU backend
 2026-07-06  7:53 UTC 

[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

[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  (3+ 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/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  (30+ 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 04/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [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 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 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 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 35/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code


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