linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-09 19:18:24 to 2025-10-29 14:44:51 UTC [more...]

[PATCH] mshv: Extend create partition ioctl to support cpu features
 2025-10-29 14:43 UTC  (2+ messages)

[net-next, v3] net: mana: Support HW link state events
 2025-10-29 13:20 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH net-next v2] net: mana: Handle SKB if TX SGEs exceed hardware limit
 2025-10-29 13:12 UTC 

[PATCH v6 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-10-29 11:13 UTC  (23+ messages)
` [PATCH v6 01/10] x86/acpi: Add helper functions to setup and access the wakeup mailbox
` [PATCH v6 02/10] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpwakeup.c
` [PATCH v6 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
` [PATCH v6 04/10] x86/dt: Parse the "
` [PATCH v6 05/10] x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()
` [PATCH v6 06/10] x86/realmode: Make the location of the trampoline configurable
` [PATCH v6 07/10] x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guests
` [PATCH v6 08/10] x86/smpwakeup: Add a helper get the address of the wakeup mailbox
` [PATCH v6 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private
` [PATCH v6 10/10] x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs

[PATCH net-next v2] net: mana: Fix incorrect speed reported by debugfs
 2025-10-29 10:52 UTC 

[PATCH net-next v2 0/2] net: mana: Refactor GF stats handling and add rx_missed_errors counter
 2025-10-29 10:37 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: mana: Refactor GF stats to use global mana_context
` [PATCH net-next v2 2/2] net: mana: Add standard counter rx_missed_errors

[PATCH v10 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-10-29  5:01 UTC  (3+ messages)
` [PATCH v10 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v10 2/2] Drivers: hv: Introduce mshv_vtl driver

[RFC] Making vma_to_pfn() public (due to vm_pgoff change)
 2025-10-28 17:58 UTC  (3+ messages)

[PATCH v9 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-10-28  5:09 UTC  (6+ messages)
` [PATCH v9 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v9 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH net-next v2] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-10-28  3:58 UTC  (2+ messages)

[PATCH v3 0/2] Add support for clean shutdown with MSHV
 2025-10-27 21:19 UTC  (7+ messages)
` [PATCH v3 1/2] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v3 2/2] hyperv: Enable clean shutdown for root partition with MSHV

[PATCH net-next] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-10-27 17:52 UTC  (3+ messages)

[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
 2025-10-27 17:25 UTC  (17+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
` [PATCH net-next v8 08/14] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v8 09/14] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v8 10/14] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v8 11/14] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v8 12/14] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v8 13/14] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v8 14/14] selftests/vsock: add tests for module loading order

[PATCH] hv: fix missing kernel-doc description for 'size' in request_arr_init()
 2025-10-27 16:09 UTC  (2+ messages)

[RFC PATCH net-next v2] net: mana: Handle SKB if TX SGEs exceed hardware limit
 2025-10-27 13:28 UTC  (2+ messages)

[PATCH] net: mana: Fix incorrect speed reported by debugfs
 2025-10-27 10:03 UTC 

[PATCH AUTOSEL 6.17] hyperv: Add missing field to hv_output_map_device_interrupt
 2025-10-26 14:49 UTC  (2+ messages)
` [PATCH AUTOSEL 6.17] clocksource: hyper-v: Skip unnecessary checks for the root partition

[PATCH 0/2] net: mana: Refactor GF stats handling and add rx_missed_errors counter
 2025-10-23  5:31 UTC  (6+ messages)
` [PATCH 2/2] net: mana: Add standard counter rx_missed_errors

[PATCH v2 0/2] Add support for clean shutdown with MSHV
 2025-10-22 21:30 UTC  (10+ messages)
` [PATCH v2 1/2] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v2 2/2] hyperv: Enable clean shutdown for root partition with MSHV

[PATCH net-next] net: mana: Linearize SKB if TX SGEs exceeds hardware limit
 2025-10-22 16:44 UTC  (8+ messages)

[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
 2025-10-22  0:18 UTC  (29+ messages)
` [PATCH net-next v7 01/26] vsock: a per-net vsock NS mode state
` [PATCH net-next v7 02/26] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v7 03/26] vsock: add netns to vsock skb cb
` [PATCH net-next v7 04/26] vsock: add netns to vsock core
` [PATCH net-next v7 05/26] vsock/loopback: add netns support
` [PATCH net-next v7 06/26] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v7 07/26] vhost/vsock: add netns support
` [PATCH net-next v7 08/26] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v7 09/26] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v7 10/26] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v7 11/26] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v7 12/26] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v7 13/26] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v7 14/26] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v7 15/26] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v7 16/26] selftests/vsock: add namespace initialization function
` [PATCH net-next v7 17/26] selftests/vsock: remove namespaces in cleanup()
` [PATCH net-next v7 18/26] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v7 19/26] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v7 20/26] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next v7 21/26] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v7 22/26] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v7 23/26] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v7 24/26] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v7 25/26] selftests/vsock: add tests for module loading order
` [PATCH net-next v7 26/26] selftests/vsock: add 1.37 to tested virtme-ng versions

[PATCH v3 0/6] Hyper-V: Implement hypervisor core collection
 2025-10-20 20:48 UTC  (7+ messages)

[PATCH v5 0/5] Introduce movable pages for Hyper-V guests
 2025-10-20 17:35 UTC  (9+ messages)
` [PATCH v5 1/5] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v5 2/5] Drivers: hv: Centralize guest memory region destruction
` [PATCH v5 3/5] Drivers: hv: Batch GPA unmap operations to improve large region performance
` [PATCH v5 4/5] Drivers: hv: Ensure large page GPA mapping is PMD-aligned
` [PATCH v5 5/5] Drivers: hv: Add support for movable memory regions

[PATCH v2] mshv: Fix deposit memory in MSHV_ROOT_HVCALL
 2025-10-20 16:02 UTC  (5+ messages)

[PATCH net-next,v2] net: mana: Support HW link state events
 2025-10-20 14:58 UTC  (3+ messages)
  ` [EXTERNAL] "

Family December trip
 2025-10-18 18:27 UTC 

[PATCH -next] arch/x86: mshyperv: Remove duplicate asm/msr.h header
 2025-10-17 22:11 UTC  (2+ messages)

[PATCH] Hyper-V: add myself as maintainer
 2025-10-17 22:10 UTC  (2+ messages)

[PATCH] mshv: Fix deposit memory in MSHV_ROOT_HVCALL
 2025-10-17 18:09 UTC  (6+ messages)

[PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
 2025-10-15  8:53 UTC  (2+ messages)

[PATCH] mshv: Fix VpRootDispatchThreadBlocked value
 2025-10-14 22:58 UTC  (2+ messages)

[PATCH net-next] net: mana: Support HW link state events
 2025-10-14 14:11 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH v8 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-10-14  5:34 UTC  (5+ messages)
` [PATCH v8 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v8 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH 0/2] Add support for clean shutdown with MSHV
 2025-10-13 19:57 UTC  (12+ messages)
` [PATCH 1/2] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH 2/2] hyperv: Enable clean shutdown for root partition with MSHV

[PATCH hyperv-next v7 00/17] Confidential VMBus
 2025-10-13 19:01 UTC  (2+ messages)

[PATCH v5 0/5] mshv: Fixes for stats and vp state page mappings
 2025-10-13 19:00 UTC  (7+ messages)
` [PATCH v5 1/5] mshv: Only map vp->vp_stats_pages if on root scheduler
` [PATCH v5 2/5] mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall
` [PATCH v5 3/5] mshv: Get the vmm capabilities offered by the hypervisor
` [PATCH v5 4/5] mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VH
` [PATCH v5 5/5] mshv: Introduce new hypercall to map stats page for L1VH partitions

[PATCH 0/5] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-10-13 17:18 UTC  (3+ messages)

[PATCH v4 5/5] Drivers: hv: Add support for movable memory regions
 2025-10-11  1:12 UTC  (3+ messages)

[PATCH v4 0/5] Introduce movable pages for Hyper-V guests
 2025-10-10 23:07 UTC  (9+ messages)
` [PATCH v4 1/5] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v4 2/5] Drivers: hv: Centralize guest memory region destruction
` [PATCH v4 3/5] Drivers: hv: Batch GPA unmap operations to improve large region performance
` [PATCH v4 4/5] Drivers: hv: Ensure large page GPA mapping is PMD-aligned

[RFC PATCH] Drivers: hv: Resolve ambiguity in hypervisor version log
 2025-10-10 22:49 UTC  (2+ messages)

[PATCH v2] Drivers: hv: Use better errno matches for HV_STATUS values
 2025-10-10 22:40 UTC  (4+ messages)

[PATCH v4 0/5] mshv: Fixes for stats and vp state page mappings
 2025-10-10 19:08 UTC  (7+ messages)
` [PATCH v4 4/5] mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VH


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).