linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] mshv: Add support for a new parent partition configuration
 2025-09-02 23:48 UTC 

[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
 2025-09-02 18:10 UTC  (17+ messages)
` [PATCH net-next v5 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v5 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v5 3/9] vsock: add netns to vsock core
` [PATCH net-next v5 4/9] vsock/loopback: add netns support
` [PATCH net-next v5 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v5 6/9] vhost/vsock: add netns support
` [PATCH net-next v5 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v5 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v5 9/9] selftests/vsock: add namespace tests

[PATCH v2 0/4] drm: Add vblank timers for devices without interrupts
 2025-09-02 15:58 UTC  (14+ messages)
` [PATCH v2 1/4] drm/vblank: Add vblank timer
` [PATCH v2 2/4] drm/vblank: Add CRTC helpers for simple use cases
` [PATCH v2 3/4] drm/vkms: Convert to DRM's vblank timer
` [PATCH v2 4/4] drm/hypervdrm: Use "

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-02 15:41 UTC  (13+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
` [PATCH v2 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
` [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL

[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-02 14:42 UTC  (8+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
` [PATCH V0 2/2] hyper-v: Make CONFIG_HYPERV bool

[PATCH 0/6] scsi: Remove redundant ternary operators
 2025-09-02 13:23 UTC  (2+ messages)
` [PATCH 6/6] scsi: storvsc: "

[PATCH v2] Drivers: hv: util: Cosmetic changes for hv_utils_transport.c
 2025-09-01 12:00 UTC 

[PATCH 1/1] Drivers: hv: Simplify data structures for VMBus channel close message
 2025-08-31 17:56 UTC  (2+ messages)

[PATCH v4] x86/hyperv: Fix kdump on Azure CVMs
 2025-08-31 17:37 UTC  (3+ messages)

[PATCH v2] uio_hv_generic: Let userspace take care of interrupt mask
 2025-08-31 17:30 UTC  (6+ messages)

[PATCH] fixup! mshv: Add support for a new parent partition configuration
 2025-08-31 15:14 UTC  (2+ messages)

[PATCH] mshv: Add support for a new parent partition configuration
 2025-08-31 15:12 UTC  (6+ messages)

[PATCH v2][next] hyperv: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-08-29 16:17 UTC  (3+ messages)

[PATCH][next] hyperv: Avoid a hundred -Wflex-array-member-at-end warnings
 2025-08-29 11:42 UTC 

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

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

[PATCH v3] x86/hyperv: Fix kdump on Azure CVMs
 2025-08-27 16:01 UTC  (4+ messages)

[PATCH net] net: hv_netvsc: fix loss of early receive events from host during channel open
 2025-08-27  1:30 UTC  (2+ messages)

[PATCH] x86/hyperv: Export hv_hypercall_pg unconditionally
 2025-08-26 23:04 UTC  (6+ messages)

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-26 16:58 UTC  (12+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH net] net: mana: Remove redundant netdev_lock_ops_to_full() calls
 2025-08-26  4:57 UTC  (3+ messages)

[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
 2025-08-26  1:46 UTC  (14+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-08-25 22:41 UTC  (4+ messages)
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection

[PATCH v2] x86/hyperv: Fix kdump on Azure CVMs
 2025-08-21 15:45 UTC  (5+ messages)

[PATCH v3 0/1] x86/hyperv: MSI parent domain conversion
 2025-08-21  7:34 UTC  (3+ messages)
` [PATCH v3 1/1] x86/hyperv: Switch to msi_create_parent_irq_domain()

[PATCH v5 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-08-20 23:11 UTC  (2+ messages)

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-08-19 22:50 UTC  (12+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[PATCH net-next v5] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
 2025-08-19 12:50 UTC  (2+ messages)

[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-08-18 12:09 UTC  (10+ messages)
` [PATCH v3 07/16] x86/kvm/emulate: Introduce EM_ASM_1SRC2
` [PATCH v3 12/16] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH v3 14/16] x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware

[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
 2025-08-18  8:34 UTC  (5+ messages)

[PATCH] uio_hv_generic: Let userspace take care of interrupt mask
 2025-08-18  8:24 UTC  (3+ messages)

[PATCH] x86/hyperv: Fix kdump on Azure CVMs
 2025-08-18  7:57 UTC  (3+ messages)

[PATCH] hyperv: Add missing field to hv_output_map_device_interrupt
 2025-08-15 20:46 UTC  (6+ messages)

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-08-14 18:48 UTC  (13+ messages)
` [PATCH v4 1/7] Drivers: hv: Introduce hv_setup_*() functions for hypercall arguments
` [PATCH v4 2/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 1
` [PATCH v4 6/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments for mshv code
` [PATCH v4 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg

[PATCH net-next v4] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
 2025-08-14  1:11 UTC  (3+ messages)

[RFC PATCH V6 0/4 Resend] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-13 15:06 UTC  (6+ messages)

[PATCH] PCI: hv: Remove unused parameter of hv_msi_free()
 2025-08-13 14:39 UTC  (2+ messages)

[PATCH v7 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-08-13  0:00 UTC  (2+ messages)

[PATCH v2] clocksource: hyper-v: Skip unnecessary checks for the root partition
 2025-08-12 20:30 UTC  (3+ messages)

[PATCH v5.10] uio_hv_generic: Fix another memory leak in error handling paths
 2025-08-11  5:38 UTC 

[PATCH] uio_hv_generic: Fix another memory leak in error handling paths
 2025-08-11  5:37 UTC 

[PATCH net,v2] hv_netvsc: Fix panic during namespace deletion with VF
 2025-08-08 20:50 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).