Linux-HyperV List
 help / color / mirror / Atom feed
 messages from 2026-08-13 05:05:00 to 2026-08-24 00:17:49 UTC [more...]

[PATCH 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-24  0:17 UTC  (9+ messages)
` [PATCH 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
` [PATCH 2/3] x86/irq: Use irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH 3/3] x86/irq, iommu/amd, PCI: Drop redundant irq_retrigger inits

[PATCH] Drivers: hv: Use meaningful errnos for hypercall status codes
 2026-08-24  0:01 UTC  (2+ messages)

[PATCH RFC 0/2] Support Hyper-V vPCI controller reset method
 2026-08-23 23:57 UTC  (4+ messages)
` [PATCH RFC 2/2] PCI: hv: Add vPCI device reset support
  ` [EXTERNAL] "

[PATCH v2] lib/group_cpus: rotate extra groups to avoid IRQ stacking
 2026-08-23 15:47 UTC  (2+ messages)

[PATCH 0/3] Fix pci-hyperv interrupt code on a nested root partition
 2026-08-22  0:52 UTC  (6+ messages)
` [PATCH 1/3] x86/hyperv: export hv_unmap_msi_interrupt()
` [PATCH 2/3] PCI: hv: unmap MSI interrupt on the nested root partition teardown path
` [PATCH 3/3] PCI: hv: fix interrupt affinity change on the nested root partition

[PATCH net] net: mana: Cap MSI-X vectors to the device MSI-X table size
 2026-08-21 18:37 UTC 

[PATCH 00/70] drm/crtc: Convert all drivers to atomic_create_state and remove reset
 2026-08-21 14:38 UTC  (2+ messages)
` [PATCH 10/70] drm/hyperv: Switch to drm_atomic_helper_crtc_create_state

[PATCH v4 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-08-21 13:45 UTC  (11+ messages)
` [PATCH v4 1/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v4 2/5] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v4 3/5] iommu/x86: Add architectural MSI reserved region helper
` [PATCH v4 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v4 5/5] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v2 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-08-21 10:57 UTC  (15+ messages)
` [PATCH v2 12/13] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH v2 13/13] x86/msr: Simplify some rdmsrq() use cases
  ` [PATCH v3 "

[RFC PATCH 0/2] arm64/hyperv: Enable kexec reboot support
 2026-08-21 10:14 UTC  (9+ messages)
` [RFC PATCH 1/2] arm64: Add pre-shutdown hook to machine_shutdown()
` [RFC PATCH 2/2] arm64/hyperv: Add kexec handler using machine_shutdown hook

[PATCH 00/12] drm/panic: Split into core and helpers
 2026-08-21  6:38 UTC  (38+ messages)
` [PATCH 01/12] drm/panic: Allocate QR-code buffers statically
` [PATCH 02/12] drm/panic: Make allocation of zlib workspace more robust
` [PATCH 03/12] drm/panic: Return -EINVAL if font is not available
` [PATCH 04/12] drm/panic: Return errno codes if panic output fails
` [PATCH 05/12] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH 06/12] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH 07/12] drm/panic: Retry in dispatch function if panic output fails
` [PATCH 08/12] drm/panic: Split draw_panic_plane()
` [PATCH 09/12] drm/panic: Display panic screen via per-plane callback
` [PATCH 10/12] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH 11/12] drm/panic: Move panic display code into helper library
` [PATCH 12/12] drm/panic: Compile KUnit tests as module

[PATCH] mm: drop stale MAX_ORDER references
 2026-08-20 15:00 UTC  (6+ messages)

[PATCH v2 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-20  4:53 UTC  (16+ messages)
` [PATCH v2 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
` [PATCH v2 2/3] x86/irq: Use irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH v2 3/3] x86/irq, iommu/amd, PCI: Drop redundant irq_retrigger inits

[PATCH v5 0/9] PCI passthru on Hyper-V
 2026-08-19 16:33 UTC  (11+ messages)
` [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH v2] mm: drop stale MAX_ORDER references
 2026-08-19  8:20 UTC 

[PATCH v5 6/9] PCI: hv: Export hv_build_devid_type_pci() and change return type
 2026-08-18 22:14 UTC  (2+ messages)

[PATCH net v7 0/7] net: mana: HW channel reliability and hardening fixes
 2026-08-18 17:07 UTC  (18+ messages)
` [PATCH net v7 1/7] net: mana: reference-count CQs looked up from the EQ handler
      ` [EXTERNAL] "
` [PATCH net v7 2/7] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v7 3/7] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v7 4/7] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v7 5/7] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v7 6/7] net: mana: fix stale HWC response after command timeout
` [PATCH net v7 7/7] net: mana: keep max_num_cqs immutable once cq_table is allocated

[PATCH v3 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-08-18 17:05 UTC  (27+ messages)
` [PATCH v3 1/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v3 2/5] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v3 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v3 5/5] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-18  9:42 UTC  (7+ messages)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present

[PATCH net-next v2 00/13] net: mana: reconfigure by replacing the queue set
 2026-08-17 23:41 UTC  (30+ messages)
` [PATCH net-next v2 01/13] net: mana: add queue-set allocation and teardown helpers
    ` [EXTERNAL] "
` [PATCH net-next v2 02/13] net: mana: swap queue sets in mana_set_channels
    ` [EXTERNAL] "
` [PATCH net-next v2 03/13] net: mana: swap queue sets in mana_set_ringparam
    ` [EXTERNAL] "
` [PATCH net-next v2 04/13] net: mana: swap queue sets in mana_set_priv_flags
    ` [EXTERNAL] "
` [PATCH net-next v2 05/13] net: mana: swap queue sets in mana_change_mtu
    ` [EXTERNAL] "
` [PATCH net-next v2 07/13] net: mana: do not bail out of mana_detach on dealloc failure
    ` [EXTERNAL] "
` [PATCH net-next v2 08/13] net: mana: keep per-queue statistics in the port context
    ` [EXTERNAL] "
` [PATCH net-next v2 09/13] net: mana: share the EQ pool across a queue-set swap
` [PATCH net-next v2 10/13] net: mana: release EQs left idle by a channel-count reduction
` [PATCH net-next v2 11/13] net: mana: keep a user-configured RSS table across a queue rebuild
` [PATCH net-next v2 12/13] net: mana: keep the surviving queues when the channel count is reduced
` [PATCH net-next v2 13/13] net: mana: keep the existing queues when the channel count is raised

[PATCH 0/5] drm/vblank: Enforce all-or-nothing vblank support
 2026-08-17 12:41 UTC  (10+ messages)
` [PATCH 1/5] drm/vblank: Add drm_device.has_hw_vblank
` [PATCH 2/5] drm/vblank: Remove drm->num_crtcs
` [PATCH 3/5] drm/vblank: Remove num_crtcs argument from drm_vblank_init()
` [PATCH 4/5] drm/vblank: Use drm_for_each_crtc() in drm_vblank_init()
` [PATCH 5/5] drm/vblank: Require all CRTCs implement vblank support "

[PATCH net-next 0/2] net: mana: Avoid DMA queue allocation failure under memory fragmentation
 2026-08-14  4:39 UTC  (4+ messages)


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