Linux-HyperV List
 help / color / mirror / Atom feed
 messages from 2026-05-13 18:51:09 to 2026-05-16 00:11:27 UTC [more...]

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-16  0:11 UTC  (20+ 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 v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-15 23:04 UTC  (59+ 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 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 net] net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer
 2026-05-15 19:44 UTC  (2+ messages)

[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-15 18:23 UTC  (7+ messages)
` [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
 2026-05-15 16:56 UTC  (12+ messages)
` [PATCH 1/9] drm/vblank: Add drmm_vblank_init() to indicate managed cleanup
` [PATCH 2/9] drm/vblank: Add DRM_VBLANK_FLAG_SIMULATED
` [PATCH 3/9] drm/amdgpu: vkms: Set DRM_VBLANK_FLAG_SIMULATED
` [PATCH 4/9] drm/bochs: "
` [PATCH 5/9] drm/cirrus: "
` [PATCH 6/9] drm/hypervdrm: "
` [PATCH 7/9] drm/qxl: "
` [PATCH 8/9] drm/virtgpu: "
` [PATCH 9/9] drm/vkms: "

[PATCH net-next v10 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-05-15  4:05 UTC  (7+ messages)
` [PATCH net-next v10 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v10 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v10 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v10 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v10 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v10 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH v2] scsi: storvsc: Replace symbolic permissions with octal
 2026-05-15  1:45 UTC  (2+ messages)

[PATCH net-next v9 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-05-14 22:10 UTC  (9+ messages)
` [PATCH net-next v9 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v9 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v9 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v9 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v9 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v9 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH v4 00/18] mshv: Bug fixes across the mshv_root module
 2026-05-14 15:17 UTC  (10+ messages)
` [PATCH v4 08/18] mshv: Fix level-triggered check on uninitialized data
` [PATCH v4 16/18] mshv: Validate scheduler message bounds from hypervisor

[PATCH v3 00/10] Convert all drivers to the new udata response flow
 2026-05-14  8:22 UTC  (2+ messages)

[PATCH v4] mshv: support 1G hugepages by passing them as 2M-aligned chunks
 2026-05-14  5:47 UTC  (2+ messages)

[PATCH] x86/VMBus: Confidential VMBus for dynamic DMA transfers
 2026-05-14  2:26 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v3 10/10] RDMA: Replace memset with = {} pattern for ib_respond_udata()
 2026-05-13 23:23 UTC  (3+ messages)

[PATCH net-next v7 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-05-13 22:43 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v2 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-05-13 22:32 UTC  (3+ messages)

[PATCH V3 11/11] mshv: Mark mem regions as non-movable upfront if device passthru
 2026-05-13 20:00 UTC  (2+ messages)

[PATCH V3 10/11] mshv: Populate mmio mappings for PCI passthru
 2026-05-13 19:23 UTC  (2+ messages)

[PATCH v3 06/10] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
 2026-05-13 19:07 UTC  (2+ messages)

[EXTERNAL] Re: [PATCH net-next] net: mana: Add handler for sriov configure
 2026-05-13 19:05 UTC  (2+ messages)

[PATCH v4 0/6] mshv: Reduce memory consumption for unpinned regions
 2026-05-13 18:55 UTC  (7+ messages)
` [PATCH v4 1/6] mshv: Consolidate region creation and mapping
` [PATCH v4 2/6] mshv: Rename mshv_mem_region to mshv_region
` [PATCH v4 3/6] mshv: Optimize region unmap and invalidation with large pages
` [PATCH v4 4/6] mshv: Pass pfns array explicitly through processing chain
` [PATCH v4 5/6] mshv: Simplify pfn array handling in region processing
` [PATCH v4 6/6] mshv: Allocate pfns array only for pinned regions

[PATCH v3 00/11] mshv: Refactor memory region management and map pages at creation
 2026-05-13 18:51 UTC  (4+ messages)
` [PATCH v3 09/11] mshv: Map populated pages on movable region creation
` [PATCH v3 10/11] mshv: Extract MMIO region mapping into separate function
` [PATCH v3 11/11] mshv: Add tracepoint for map GPA hypercall


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