linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-27 07:47:53 to 2025-12-24 00:29:09 UTC [more...]

[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-12-24  0:28 UTC  (11+ messages)
` [PATCH RFC net-next v13 01/13] vsock: add per-net vsock NS mode state
` [PATCH RFC net-next v13 02/13] vsock: add netns to vsock core
` [PATCH RFC net-next v13 03/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH RFC net-next v13 05/13] selftests/vsock: increase timeout to 1200
` [PATCH RFC net-next v13 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH RFC net-next v13 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH RFC net-next v13 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH RFC net-next v13 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH RFC net-next v13 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH RFC net-next v13 11/13] selftests/vsock: add namespace tests for CID collisions

[PATCH v5 0/2] Add VMBus message connection ID support via DeviceTree
 2025-12-23 23:09 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
` [PATCH v5 2/2] Drivers: hv: vmbus: retrieve connection-id from DeviceTree

[PATCH] mshv: Align huge page stride with guest mapping
 2025-12-23 19:17 UTC  (8+ messages)

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-12-21 16:18 UTC  (9+ messages)
` [PATCH v3 7/9] efi: Refactor init_primary_display() helpers
` [PATCH v3 9/9] efi: libstub: Simplify interfaces for primary_display

[PATCH 1/1] Drivers: hv: Fix uninit'ed variable in hv_msg_dump() if CONFIG_PRINTK not set
 2025-12-19 16:08 UTC 

[PATCH][next] hyperv: Avoid -Wflex-array-member-not-at-end warning
 2025-12-19  2:53 UTC  (5+ messages)

[PATCH 0/3] Fixes for movable pages
 2025-12-18 20:06 UTC  (13+ messages)
` [PATCH 1/3] hyperv: add definitions for arm64 gpa intercepts
` [PATCH 2/3] mshv: handle gpa intercepts for arm64
` [PATCH 3/3] mshv: release mutex on region invalidation failure

[PATCH] mshv: hide x86-specific functions on arm64
 2025-12-18 19:15 UTC  (4+ messages)

[PATCH net, v2] net: mana: Fix use-after-free in reset service rescan path
 2025-12-18 13:10 UTC 

[PATCH] mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when processing regions
 2025-12-17  5:03 UTC  (3+ messages)

[PATCH v7 0/7] Introduce movable pages for Hyper-V guests
 2025-12-17  0:54 UTC  (29+ messages)
` [PATCH v7 1/7] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v7 2/7] Drivers: hv: Centralize guest memory region destruction
` [PATCH v7 3/7] Drivers: hv: Move region management to mshv_regions.c
` [PATCH v7 4/7] Drivers: hv: Fix huge page handling in memory region traversal
` [PATCH v7 5/7] Drivers: hv: Improve region overlap detection in partition create
` [PATCH v7 6/7] Drivers: hv: Add refcount and locking to mem regions

[PATCH net-next] net: mana: Fix use-after-free in reset service rescan path
 2025-12-16 17:48 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH RFC 1/2] net: mana: Add support for coalesced RX packets on CQE
 2025-12-16 15:57 UTC  (2+ messages)
` [PATCH RFC 2/2] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-12-16  1:22 UTC  (22+ messages)
` [PATCH net-next v12 02/12] vsock: add netns to vsock core
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports
` [PATCH net-next v12 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v12 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v12 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v12 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v12 12/12] selftests/vsock: add tests for namespace deletion and mode changes

[PATCH v4 00/21] paravirt: cleanup and reorg
 2025-12-15  8:27 UTC  (2+ messages)

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2025-12-11  8:41 UTC  (12+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()
` [RFC v1 2/5] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [RFC v1 3/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [RFC v1 4/5] hyperv: allow hypercall output pages to be allocated for child partitions
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH] mshv: Initialize local variables early upon region invalidation
 2025-12-10 22:43 UTC  (2+ messages)

[PATCH] mshv: Move function prototypes to the generic header
 2025-12-10 21:54 UTC  (2+ messages)

Dostawa sprzętu
 2025-12-10  9:16 UTC 

[PATCH v7 0/4] Add support for clean shutdown with MSHV
 2025-12-10  8:14 UTC  (10+ messages)
` [PATCH v7 1/4] fixup! Drivers: hv: Introduce mshv_vtl driver
` [PATCH v7 2/4] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v7 3/4] hyperv: Use reboot notifier to configure sleep state
` [PATCH v7 4/4] hyperv: Cleanly shutdown root partition with MSHV

[bug report] mshv: Add support for movable memory regions
 2025-12-10  8:02 UTC 

[PATCH AUTOSEL 6.18-6.12] net: mana: Drop TX skb on post_work_request failure and unmap resources
 2025-12-09  0:15 UTC 

[GIT PULL] Hyper-V patches for 6.19
 2025-12-08 21:56 UTC  (2+ messages)

[PATCH v2 0/3] mshv: Debugfs interface for mshv_root
 2025-12-08 15:21 UTC  (12+ messages)
` [PATCH v2 1/3] mshv: Ignore second stats page map result failure
` [PATCH v2 2/3] mshv: Add definitions for stats pages
` [PATCH v2 3/3] mshv: Add debugfs to view hypervisor statistics

[PATCH v9 0/6] Introduce movable pages for Hyper-V guests
 2025-12-05 23:22 UTC  (9+ messages)
` [PATCH v9 1/6] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v9 2/6] Drivers: hv: Centralize guest memory region destruction
` [PATCH v9 3/6] Drivers: hv: Move region management to mshv_regions.c
` [PATCH v9 4/6] Drivers: hv: Fix huge page handling in memory region traversal
` [PATCH v9 5/6] Drivers: hv: Add refcount and locking to mem regions
` [PATCH v9 6/6] Drivers: hv: Add support for movable memory regions

[PATCH v6 0/3] Add support for clean shutdown with MSHV
 2025-12-05 19:59 UTC  (13+ messages)
` [PATCH v6 1/3] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v6 2/3] hyperv: Use reboot notifier to configure sleep state
` [PATCH v6 3/3] hyperv: Cleanly shutdown root partition with MSHV

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-12-05 16:59 UTC  (2+ messages)

[RFC PATCH] Drivers: hv: Confidential VMBus exernal memory support
 2025-12-05  4:10 UTC  (8+ messages)

[PATCH 0/3] mshv: Debugfs interface for mshv_root
 2025-12-04 18:57 UTC  (10+ messages)
` [PATCH 1/3] mshv: Ignore second stats page map result failure
` [PATCH 2/3] mshv: Add definitions for stats pages
` [PATCH 3/3] mshv: Add debugfs to view hypervisor statistics

[PATCH v8 0/6] Introduce movable pages for Hyper-V guests
 2025-12-03 20:36 UTC  (12+ messages)
` [PATCH v8 1/6] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v8 2/6] Drivers: hv: Centralize guest memory region destruction
` [PATCH v8 3/6] Drivers: hv: Move region management to mshv_regions.c
` [PATCH v8 4/6] Drivers: hv: Fix huge page handling in memory region traversal
` [PATCH v8 5/6] Drivers: hv: Add refcount and locking to mem regions
` [PATCH v8 6/6] Drivers: hv: Add support for movable memory regions

[PATCH net-next, v5] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-12-01 22:04 UTC  (2+ messages)

[Patch net-next v4] net: mana: Handle hardware recovery events when probing the device
 2025-12-01 22:00 UTC  (2+ messages)

[RESEND PATCH] Drivers: hv: adjust interrupt control structure for ARM64
 2025-11-28  7:17 UTC  (2+ messages)

[PATCH 1/1] Drivers: hv: use kmalloc_array() instead of kmalloc()
 2025-11-28  7:15 UTC  (2+ messages)

[linux-next:master] [syscore] a97fbc3ee3: will-it-scale.per_process_ops 3.2% regression
 2025-11-28  6:35 UTC 

[PATCH net-next, v4] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-11-27 12:29 UTC  (3+ messages)

[PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV
 2025-11-27 10:36 UTC  (2+ messages)

[PATCH 1/3] arm64: hyperv: move hyperv detection earlier in boot
 2025-11-27 10:36 UTC  (2+ messages)

[PATCH v4 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
 2025-11-27  9:24 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;
as well as URLs for NNTP newsgroup(s).