messages from 2026-05-20 16:19:20 to 2026-05-21 14:50:57 UTC [more...]
[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
2026-05-21 14:49 UTC (3+ messages)
` [PATCH v2 01/39] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v2 02/39] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-21 14:50 UTC (28+ messages)
` [PATCH v14 01/44] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v14 02/44] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v14 03/44] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [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 v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-21 14:40 UTC (44+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
[PATCH v2 2/6] KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctls
2026-05-21 14:28 UTC (3+ messages)
` [PATCH v2 2/6] KVM: selftests: Add a test to verify SEV {en,de}crypt
[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
2026-05-21 14:22 UTC (16+ messages)
` [PATCH 14/43] KVM: arm64: gic-v5: Request VPE doorbells when going non-resident
` [PATCH 16/43] KVM: arm64: gic-v5: Initialise and teardown VMTEs & doorbells
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
[PATCH] RISC-V: KVM: Fix TOCTOU race in SBI system suspend handler
2026-05-21 14:20 UTC
[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
2026-05-21 14:13 UTC (98+ messages)
` [PATCH v3 01/41] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 03/41] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v3 04/41] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v3 05/41] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v3 06/41] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v3 12/41] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v3 13/41] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v3 26/41] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v3 27/41] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v3 28/41] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v3 29/41] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v3 30/41] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v3 31/41] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v3 32/41] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v3 33/41] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v3 36/41] x86/kvmclock: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v3 37/41] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v3 38/41] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock
` [PATCH v3 39/41] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v3 40/41] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v3 41/41] x86/kvmclock: Get CPU base frequency from CPUID when it's available
[PATCH] KVM: x86: Add tracepoint for vCPU wait/yield paths
2026-05-21 14:05 UTC (2+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-21 13:59 UTC (14+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
[PATCH v2 0/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
2026-05-21 13:22 UTC (7+ messages)
` [PATCH v2 1/5] KVM: s390: Track page size in struct guest_fault
` [PATCH v2 2/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v2 3/5] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v2 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v2 5/5] KVM: selftests: Enable pre_fault_memory_test for s390
[PATCH net] vsock/virtio: fix skb overhead overflow on 32-bit builds
2026-05-21 13:09 UTC (2+ messages)
[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
2026-05-21 12:33 UTC (6+ messages)
` [PATCH v3 01/10] KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBs
` [PATCH v3 10/10] KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency Check
[kvm-unit-tests PATCH v3 00/20] x86: Better backtraces for leaf functions
2026-05-21 12:19 UTC (6+ messages)
[PATCH v10 00/25] Runtime TDX module update support
2026-05-21 12:04 UTC (17+ messages)
` [PATCH v10 01/25] x86/virt/tdx: Clarify try_init_module_global() result caching
` [PATCH v10 02/25] x86/virt/tdx: Move TDX global initialization states to file scope
` [PATCH v10 03/25] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v10 04/25] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v10 15/25] x86/virt/seamldr: Abort updates after a failed step
` [PATCH v10 22/25] x86/virt/tdx: Reject updates during compatibility-sensitive operations
` [PATCH v10 24/25] coco/tdx-host: Document TDX module update compatibility criteria
[PATCH net v4 0/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-21 11:30 UTC (3+ messages)
Sashiko review email for kvm@vger.kernel.org?
2026-05-21 10:55 UTC (5+ messages)
[PATCH kvm-unit-tests v2 0/4] add minimal tests for 32-bit guests
2026-05-21 10:17 UTC (5+ messages)
` [PATCH kvm-unit-tests 1/4] vmx: add test for 32-bit guest
` [PATCH kvm-unit-tests 2/4] vmx: add test for 32-bit PAE guest
` [PATCH kvm-unit-tests 3/4] svm: add test for 32-bit guest
` [PATCH kvm-unit-tests 4/4] svm: add test for 32-bit PAE guest
[PATCH kvm-unit-tests] svm: fix rflags and rax offsets
2026-05-21 9:23 UTC
[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
2026-05-21 8:26 UTC (3+ messages)
[PATCH for-11.1] accel/kvm: refactor and clean up do_kvm_irqchip_create
2026-05-21 8:09 UTC (3+ messages)
[awilliam-vfio:next 11/13] include/linux/vfio_pci_core.h:247:31: sparse: sparse: incorrect type in return expression (different address spaces)
2026-05-21 8:07 UTC
[PATCH 06/39] MAINTAINERS: Drop stale F: from "Overall KVM CPUs"
2026-05-21 8:04 UTC
[PATCH v2 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
2026-05-21 7:07 UTC (7+ messages)
` [PATCH v2 2/2] KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception
[PATCH v2] KVM: selftests: Add a test for gPAT handling in L2
2026-05-21 4:18 UTC (3+ messages)
[PATCH v2] vfio/pci: Use a private flag to prevent power state change with VFs
2026-05-21 3:49 UTC (3+ messages)
[PATCH v8 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-05-21 2:36 UTC (4+ messages)
[kvm-unit-tests PATCH 0/2] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
2026-05-21 1:57 UTC (5+ messages)
` [kvm-unit-tests PATCH 2/2] nVMX: Test IA32_DEBUGCTLMSR behavior on set and cleared save/load "
[PATCH] hisi_acc_vfio_pci: simplify the command for reading device information
2026-05-21 1:31 UTC (3+ messages)
[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
2026-05-20 23:06 UTC (4+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
` [PATCH v3 "
[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
2026-05-20 22:22 UTC (9+ messages)
` [PATCH v2 15/15] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
[PATCH v8 0/8] vfio: selftest: Add SR-IOV UAPI test
2026-05-20 21:11 UTC (2+ messages)
[PATCH] vfio: selftests: Allow builds when ARCH=x86
2026-05-20 21:11 UTC (2+ messages)
[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
2026-05-20 21:11 UTC (3+ messages)
` [PATCH v5 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()
[PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
2026-05-20 21:11 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] vfio: selftests: Fix out-of-tree build with make O=
2026-05-20 21:11 UTC (2+ messages)
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-20 19:59 UTC (20+ messages)
` [PATCH v2 08/16] iommu: Add APIs to get iommu and device preserved state
` [PATCH v2 09/16] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device
` [PATCH v2 12/16] iommufd: Implement ioctl to mark HWPT for preservation
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update
` [PATCH v2 15/16] vfio/pci: Preserve the iommufd state of the vfio cdev
[PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
2026-05-20 19:05 UTC (5+ messages)
[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
2026-05-20 18:29 UTC (12+ messages)
[PATCH v1 0/4] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
2026-05-20 16:20 UTC (4+ messages)
` [PATCH v1 3/4] KVM: selftests: Fix pre_fault_memory_test to run on s390
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox