Linux-HyperV List
 help / color / mirror / Atom feed
 messages from 2026-05-15 19:20:46 to 2026-05-20 21:02:28 UTC [more...]

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-20 21:02 UTC  (77+ 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 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 34/41] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v3 35/41] x86/kvmclock: Obtain TSC frequency from CPUID if present
` [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 v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-20 20:40 UTC  (28+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH net 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-20 18:23 UTC  (10+ messages)
` [PATCH net 1/2] net: mana: Add NULL guards in teardown path to prevent panic on "
` [PATCH net 2/2] net: mana: Skip redundant detach in queue reset handler if already detached

[PATCH] hyperv: move vmbus_root_device outside of the VMBus driver
 2026-05-20 17:28 UTC  (2+ messages)

[PATCH] mshv: add vmbus dependency
 2026-05-20 17:15 UTC  (5+ messages)

[PATCH 0/2] drm/hyperv: harden VMBus message parser input validation
 2026-05-20 14:24 UTC  (21+ messages)
` [PATCH 1/2] drm/hyperv: validate resolution_count from host VMBus message
` [PATCH 2/2] drm/hyperv: validate VMBus packet size in receive callback
` [PATCH v2 0/2] drm/hyperv: harden VMBus message parser input validation
  ` [PATCH v2 1/2] drm/hyperv: validate resolution_count and harden VSP request paths
  ` [PATCH v2 2/2] drm/hyperv: validate VMBus packet size in receive callback
  ` [PATCH v3 0/2] drm/hyperv: harden host message parsing
    ` [PATCH v3 1/2] drm/hyperv: validate resolution_count and fix WIN8 fallback
    ` [PATCH v3 2/2] drm/hyperv: validate VMBus packet size in receive callback

[PATCH] drivers: hv: use kmalloc_array in mshv_root_scheduler_init
 2026-05-20  7:55 UTC  (2+ messages)

[PATCH net] net: mana: validate rx_req_idx to prevent out-of-bounds array access
 2026-05-20  5:15 UTC 

[PATCH v4 00/18] mshv: Bug fixes across the mshv_root module
 2026-05-19 20:21 UTC  (7+ messages)
` [PATCH v4 01/18] mshv: Fix IRQ leak and type hazards in hv_call_modify_spa_host_access
` [PATCH v4 04/18] mshv: Add NULL check for vp in mshv_try_assert_irq_fast
` [PATCH v4 16/18] mshv: Validate scheduler message bounds from hypervisor

[PATCH net v2] vsock: keep poll shutdown state consistent
 2026-05-19 16:56 UTC 

[PATCH net-next v10 1/6] net: mana: Create separate EQs for each vPort
 2026-05-19 13:30 UTC  (4+ messages)

[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-19 12:52 UTC  (5+ messages)
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH net] net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer
 2026-05-19 11:10 UTC  (5+ messages)

[PATCH v2 0/5] treewide: Convert buses to use generic driver_override
 2026-05-19 11:09 UTC  (3+ messages)

[PATCH net-next v9] net: mana: Expose hardware diagnostic info via debugfs
 2026-05-19  6:46 UTC 

[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
 2026-05-18 21:33 UTC  (3+ messages)

[PATCH net v2] net: mana: Optimize irq affinity for low vcpu configs
 2026-05-18  7:04 UTC  (9+ messages)

[PATCH net-next v10 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
 2026-05-16  4:05 UTC  (2+ messages)

[PATCH net-next v10 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
 2026-05-16  4:05 UTC  (2+ messages)

[PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
 2026-05-15 22:29 UTC  (3+ messages)


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