Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-28 22:12:58 to 2026-05-29 15:56:43 UTC [more...]

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-05-29 15:55 UTC  (15+ messages)
` [PATCH v1 02/26] KVM: arm64: Remove __expand_field_sign_(un)signed
` [PATCH v1 03/26] KVM: arm64: Generalize get_idreg_field_*()
` [PATCH v1 04/26] KVM: arm64: Generalize kvm_cmp_feat_*()
` [PATCH v1 05/26] KVM: arm64: Generalize kvm_has_feat_*
` [PATCH v1 06/26] KVM: arm64: Remove get_idreg_field_*() and kvm_cmp_feat_*()
` [PATCH v1 07/26] KVM: arm64: Remove kvm_has_feat_range
` [PATCH v1 08/26] KVM: arm64: Split up feature sysreg sanitisation
` [PATCH v1 09/26] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v1 12/26] KVM: arm64: Add PVM_ prefix to avoid name collisions
` [PATCH v1 13/26] s390: Introduce read/write ARM sysreg instructions
` [PATCH v1 16/26] KVM: s390: arm64: Add sysreg related functions and definitions
` [PATCH v1 18/26] arm64: Extract cache definitions
` [PATCH v1 20/26] KVM: arm64: Share ID reg handling
` [PATCH v1 26/26] KVM: s390: arm64: Finalize page fault handling

[PATCH v3 00/27] KVM: s390: Introduce arm64 KVM
 2026-05-29 15:50 UTC  (27+ messages)
` [PATCH v3 01/27] VFIO: take reference to the KVM module
` [PATCH v3 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v3 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v3 04/27] uapi: KVM: Provide arm64 UAPI for other host architectures
` [PATCH v3 05/27] arm64: Extract sysreg definitions
` [PATCH v3 06/27] arm64: Provide arm64 API for non-native architectures
` [PATCH v3 07/27] KVM: arm64: Provide arm64 KVM "
` [PATCH v3 08/27] arm64: Extract pstate definitions from ptrace
` [PATCH v3 09/27] KVM: arm64: Share kvm_emulate definitions
` [PATCH v3 10/27] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v3 11/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v3 12/27] KVM: arm64: Share reset general register code
` [PATCH v3 13/27] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v3 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v3 15/27] KVM: S390: Refactor gmap
` [PATCH v3 16/27] KVM: Make device name configurable
` [PATCH v3 17/27] KVM: Remove KVM_MMIO as config option
` [PATCH v3 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v3 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v3 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v3 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v3 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v3 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v3 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v3 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v3 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[GIT PULL] KVM: x86: Fix for 7.1-rcN
 2026-05-29 15:55 UTC 

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-05-29 15:44 UTC  (51+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v4 03/47] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v4 04/47] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v4 05/47] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v4 06/47] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v4 08/47] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v4 09/47] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v4 12/47] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v4 13/47] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v4 14/47] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v4 15/47] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v4 16/47] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v4 19/47] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v4 20/47] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v4 21/47] x86/xen: Obtain TSC frequency from CPUID if present
` [PATCH v4 22/47] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v4 23/47] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v4 24/47] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v4 25/47] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v4 26/47] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v4 27/47] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v4 28/47] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v4 29/47] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v4 30/47] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v4 31/47] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v4 32/47] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v4 33/47] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v4 34/47] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v4 35/47] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v4 36/47] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v4 37/47] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v4 38/47] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v4 39/47] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v4 40/47] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v4 41/47] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v4 42/47] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v4 43/47] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v4 44/47] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v4 45/47] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v4 46/47] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v4 47/47] x86/paravirt: Move using_native_sched_clock() stub into timer.h

[PATCH v4 00/21] KVM: x86: Enable APX for guests
 2026-05-29 15:20 UTC  (4+ messages)
` [PATCH v4 18/21] KVM: x86: Expose APX foundation feature to guests

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-05-29 14:41 UTC  (6+ messages)
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts

[PATCH 00/17] accel: Remove need for AccelCPUClass
 2026-05-29 14:24 UTC  (18+ messages)
` [PATCH 01/17] target/loongarch: Remove unused 'accel/accel-cpu-target.h' header
` [PATCH 02/17] accel: Remove AccelCPUClass::cpu_class_init()
` [PATCH 03/17] accel: Rename AccelOpsClass::cpu_target_realize() -> cpu_realize()
` [PATCH 04/17] accel/hvf: Remove need for AccelCPUClass::cpu_target_realize
` [PATCH 05/17] accel/kvm: "
` [PATCH 06/17] accel: Introduce AccelOpsClass::cpu_instance_init handler
` [PATCH 07/17] accel/whpx: Convert AccelCPUClass -> AccelOpsClass::cpu_instance_init
` [PATCH 08/17] accel/nvmm: "
` [PATCH 09/17] accel/hvf: "
` [PATCH 10/17] accel/kvm: "
` [PATCH 11/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_instance_init
` [PATCH 12/17] accel: Remove AccelCPUClass::cpu_instance_init()
` [PATCH 13/17] accel/tcg: Convert AccelCPUClass -> new TCGCPUOps::cpu_realize
` [PATCH 14/17] accel/tcg: Convert X86 AccelCPUClass -> TCGCPUOps::cpu_realize
` [PATCH 15/17] accel/tcg: Convert RISCV "
` [PATCH 16/17] accel: Remove AccelCPUClass::cpu_target_realize()
` [PATCH 17/17] accel: Remove AccelCPUClass and 'accel/accel-cpu-target.h'

[kvm-unit-tests PATCH v2] arm: add wfx test case
 2026-05-29 14:12 UTC  (3+ messages)

[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
 2026-05-29 14:10 UTC  (4+ messages)

[PATCH v2] KVM: x86: Take PIC lock on KVM_GET_IRQCHIP path
 2026-05-29 14:00 UTC 

[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
 2026-05-29 14:00 UTC  (7+ messages)
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
` [PATCH v5 08/18] mm: add VM_UFFD_RWP VMA flag

[PATCH] KVM: x86: Take PIC lock on KVM_GET_IRQCHIP path
 2026-05-29 13:59 UTC  (4+ messages)

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-05-29 13:57 UTC  (3+ messages)

[PATCH v3 5/5] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl
 2026-05-29 13:52 UTC  (3+ messages)

[PATCH v2 00/11] mlx5 support for VFIO self test
 2026-05-29 13:49 UTC  (4+ messages)
` [PATCH v2 06/11] selftests: Fix arm64 IO barriers to match kernel

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-05-29 13:38 UTC  (3+ messages)

KVM Forum 2026: Call For Presentations
 2026-05-29 12:15 UTC 

[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-05-29 11:53 UTC  (5+ messages)
` [PATCH v3 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode

[RFC PATCH] Optimize VFIO and IOMMU mapping traversal
 2026-05-29 11:51 UTC  (3+ messages)

[PATCH v7 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-05-29 11:27 UTC  (3+ messages)

[PATCH 6.1.y] KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
 2026-05-29 11:22 UTC  (4+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-05-29 11:10 UTC  (11+ messages)

[GIT PULL] KVM/arm64 fixes for 7.1, take #4
 2026-05-29 10:54 UTC 

[PATCH v2 0/6] KVM/x86: Drop "1" as MSR emulation return value
 2026-05-29  9:31 UTC  (7+ messages)

[PATCH] KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
 2026-05-29  8:37 UTC  (3+ messages)
` stable backports for "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN"

[PATCH v7 0/8] target/arm: fully model WFxT instructions for A-profile
 2026-05-29  8:29 UTC  (9+ messages)
` [PATCH v7 1/8] target/arm: fix WFET typo in syndrome
` [PATCH v7 2/8] target/arm: teach arm_cpu_has_work about halting reasons
` [PATCH v7 3/8] target/arm: redefine event stream fields
` [PATCH v7 4/8] target/arm: ensure aarch64 DISAS_WFE will exit
` [PATCH v7 5/8] target/arm: implements SEV/SEVL for all modes
` [PATCH v7 6/8] target/arm: enable event stream on WFE instructions
` [PATCH v7 7/8] target/arm: handle the WFE trap case
` [PATCH v7 8/8] target/arm: implement WFET

[PATCH v3 0/3] KVM: riscv: add check_supported_reg() into get-reg-list test
 2026-05-29  8:10 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension changes
` [PATCH v3 2/3] KVM: riscv: selftests: Refactor ISA and SBI extension sublist macros
` [PATCH v3 3/3] KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublists

[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-29  7:36 UTC  (13+ messages)
  ` [PATCH v5 1/4] PCI/TPH: expose the enabled TPH requester type

[PATCH v7 7/7] KVM: SVM: Add Page modification logging support
 2026-05-29  6:38 UTC  (2+ messages)
` [PATCH v7.1] "

[PATCH v3 00/15] TDX MMU refactors
 2026-05-29  5:34 UTC  (3+ messages)

[RFC v3 03/10] KVM: PPC: selftests: add support for powerpc
 2026-05-29  4:12 UTC  (3+ messages)

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-05-29  3:41 UTC  (5+ messages)
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[PATCH v5 09/18] mm: add MM_CP_UFFD_RWP change_protection() flag
 2026-05-29  1:19 UTC  (2+ messages)

[PATCH 0/2] KVM: Miscallenous SEV/SNP fixes
 2026-05-29  0:51 UTC  (5+ messages)
` [PATCH 1/2] KVM: SEV: Do not allow SEV-SNP VMs from intra-host migration
` [PATCH 2/2] crypto: ccp: Fix possible deadlock in SEV init failure path

[PATCH v5 0/7] Add RMPOPT support
 2026-05-29  0:29 UTC  (13+ messages)
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v5 4/7] x86/sev: Add support to perform RMP optimizations asynchronously

[kvm-unit-tests PATCH] x86/run: Use separate "-accel" option to configure the accelerator
 2026-05-29  0:09 UTC  (3+ messages)

[PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting
 2026-05-29  0:00 UTC  (2+ messages)

[PATCH v3 0/3] KVM: guest_memfd: Fix signed offset+size goof
 2026-05-28 23:25 UTC  (3+ messages)
` [PATCH v3 1/3] KVM: guest_memfd: Treat memslot binding offset+size as unsigned values

[PATCH v3 00/16] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2026-05-28 23:24 UTC  (20+ messages)
` [PATCH v3 03/16] KVM: selftests: Add guest read/write macros
` [PATCH v3 05/16] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v3 06/16] KVM: selftests: Add IRQ injection test
` [PATCH v3 12/16] KVM: selftests: Verify non-postable IRQ remapping
` [PATCH v3 13/16] KVM: selftests: Verify vCPU migration during IRQ delivery

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-28 23:15 UTC  (11+ messages)
` [PATCH v2 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v2 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v2 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v2 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v2 9/9] vfio/pci: Add mmap() attributes to DMABUF feature

[PATCH 0/5] KVM: riscv: Speed up dirty logging write faults
 2026-05-28 22:35 UTC  (3+ messages)
` [PATCH 5/5] KVM: riscv: Fast-path "

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-28 22:30 UTC  (5+ messages)
` [RFC PATCH 07/15] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote

[PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
 2026-05-28 22:14 UTC  (4+ messages)
` [PATCH] KVM: selftest: arm64: Run shadow_stage2 varying guest modes

[PATCH 0/8] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-05-28 22:12 UTC  (3+ messages)
` [PATCH 5/8] KVM: selftests: Add basic stress test for save+restore and #PF handling


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