linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-06 15:06:07 to 2025-10-21 23:47:25 UTC [more...]

[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
 2025-10-21 23:47 UTC  (27+ 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  (13+ messages)
` [PATCH v3 1/6] x86/hyperv: Rename guest crash shutdown function
` [PATCH v3 2/6] hyperv: Add two new hypercall numbers to guest ABI public header
` [PATCH v3 3/6] hyperv: Add definitions for hypervisor crash dump support
` [PATCH v3 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v3 5/6] x86/hyperv: Implement hypervisor RAM collection into vmcore
` [PATCH v3 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files

[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 0/2] Add support for clean shutdown with MSHV
 2025-10-20 17:30 UTC  (8+ 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 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 v6 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-10-18 13:08 UTC  (16+ 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 -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 v9 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-10-17 18:32 UTC  (4+ messages)
` [PATCH v9 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v9 2/2] Drivers: hv: Introduce mshv_vtl driver

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

[PATCH net-next] net: mana: Linearize SKB if TX SGEs exceeds hardware limit
 2025-10-17 18:06 UTC  (9+ 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 0/2] net: mana: Refactor GF stats handling and add rx_missed_errors counter
 2025-10-14  9:36 UTC  (5+ messages)
` [PATCH 2/2] net: mana: Add standard counter rx_missed_errors

[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  (13+ 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  (19+ messages)
` [PATCH hyperv-next v7 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v7 02/17] Drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v7 03/17] arch/x86: mshyperv: Discover Confidential VMBus availability
` [PATCH hyperv-next v7 04/17] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v7 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v7 06/17] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v7 07/17] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v7 08/17] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v7 09/17] Drivers: hv: remove stale comment
` [PATCH hyperv-next v7 10/17] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v7 11/17] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v7 12/17] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v7 13/17] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v7 14/17] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v7 15/17] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v7 16/17] Drivers: hv: Set the default VMBus version to 6.0
` [PATCH hyperv-next v7 17/17] Drivers: hv: Support establishing the confidential VMBus connection

[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 0/5] Introduce movable pages for Hyper-V guests
 2025-10-11  1:12 UTC  (15+ 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
` [PATCH v4 5/5] Drivers: hv: Add support for movable memory regions

[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  (5+ 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

[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
 2025-10-09 16:59 UTC  (4+ messages)
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests

[PATCH hyperv-next v6 00/17] Confidential VMBus
 2025-10-08 23:20 UTC  (13+ messages)
` [PATCH hyperv-next v6 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v6 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs

[RFC PATCH --to=kys@microsoft.com,haiyangz@microsoft.com,wei.liu@kernel.org,decui@microsoft.com] Drivers: hv: Resolve ambiguity in hypervisor version log
 2025-10-08 22:43 UTC  (2+ messages)

[PATCH] scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPU
 2025-10-08 18:24 UTC  (7+ messages)

[GIT PULL] Hyper-V patches for 6.18
 2025-10-07 16:14 UTC  (2+ 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).