linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-31 15:12:59 to 2025-09-15 23:46:21 UTC [more...]

[PATCH v2 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-15 23:46 UTC  (2+ messages)
` [PATCH v2 1/2] Driver: hv: Add CONFIG_HYPERV_VMBUS option

[PATCH] x86/hyperv: Export hv_hypercall_pg unconditionally
 2025-09-15 21:46 UTC  (5+ messages)

[PATCH v1 0/6] Hyper-V: Implement hypervisor core collection
 2025-09-15 17:56 UTC  (13+ messages)
` [PATCH v1 1/6] x86/hyperv: Rename guest crash shutdown function
` [PATCH v1 2/6] hyperv: Add two new hypercall numbers to guest ABI public header
` [PATCH v1 3/6] hyperv: Add definitions for hypervisor crash dump support
` [PATCH v1 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v1 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
` [PATCH v1 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files

[PATCH 1/3] drivers: hv: vmbus: Fix sysfs output format for ring buffer index
 2025-09-15 13:01 UTC  (5+ messages)
` [PATCH 2/3] drivers: hv: vmbus: Fix sscanf format specifier in target_cpu_store()
    ` [External] : "
` [PATCH 3/3] drivers: hv: vmbus: Fix typos in vmbus_drv.c

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

[PATCH net-next] net: mana: Reduce waiting time if HWC not responding
 2025-09-14 19:00 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH net] net/mlx5: report duplex full when speed is known
 2025-09-14  3:25 UTC  (4+ messages)

[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
 2025-09-13  2:18 UTC  (11+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments

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

[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-12 18:10 UTC  (8+ messages)
` [PATCH v1 1/2] Driver: hv: Add CONFIG_HYPERV_VMBUS option
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool

[PATCH v5 0/7] Hyper-V nested virt enlightenments for SVM
 2025-09-12 13:09 UTC  (4+ messages)
` [PATCH v5 4/7] KVM: SVM: Software reserved fields

[PATCH net v2] net/mlx5: Not returning mlx5_link_info table when speed is unknown
 2025-09-12  1:40 UTC  (3+ messages)

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

[PATCH 00/14] paravirt: cleanup and reorg
 2025-09-11  8:00 UTC  (5+ messages)
` [PATCH 01/14] x86/paravirt: remove not needed includes of paravirt.h
` [PATCH 12/14] x86/paravirt: move paravirt_sched_clock() related code into tsc.c

[PATCH v3] net: mana: Remove redundant netdev_lock_ops_to_full() calls
 2025-09-11  1:10 UTC  (2+ messages)

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-10 14:45 UTC  (9+ messages)
` [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 v0 0/6] Hyper-V: Implement hypervisor core collection
 2025-09-09 18:25 UTC  (14+ messages)
` [PATCH v0 1/6] x86/hyperv: Rename guest shutdown functions
` [PATCH v0 2/6] Hyper-V: Add two new hypercall numbers to guest ABI public header
` [PATCH v0 3/6] Hyper-V: Add definitions for hypervisor crash dump support
` [PATCH v0 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v0 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
` [PATCH v0 6/6] Hyper-V: Enable build of hypervisor crash collection files

[PATCH 0/6] mshv: Fixes for stats and vp state page mappings
 2025-09-09 17:31 UTC  (36+ 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

[RFC 2/3] drm/hyperv: Remove reference to hyperv_fb driver
 2025-09-09 16:59 UTC  (2+ messages)
` [RFC 3/3] Drivers: hv: vmbus_drv: Remove reference to hyperv_fb

[RFC 0/3] fbdev: remove Hyper-V framebuffer driver
 2025-09-09 16:57 UTC 

[PATCH net v2] net: mana: Remove redundant netdev_lock_ops_to_full() calls
 2025-09-09  3:57 UTC 

[PATCH hyperv-next v5 00/16] Confidential VMBus
 2025-09-09  3:14 UTC  (14+ 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 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v5 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt

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

[PATCH net] net/mlx5: Not returning mlx5_link_info table when speed is unknown
 2025-09-08 12:43 UTC  (3+ messages)

[PATCH] PCI: hv: Remove unused parameter of hv_msi_free()
 2025-09-08  5:01 UTC  (2+ messages)

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

[PATCH v4] x86/hyperv: Fix kdump on Azure CVMs
 2025-09-05 15:57 UTC  (6+ messages)

[PATCH v3 0/1] x86/hyperv: MSI parent domain conversion
 2025-09-04 23:57 UTC  (7+ messages)
` [PATCH v3 1/1] x86/hyperv: Switch to msi_create_parent_irq_domain()

[PATCH 1/1] Drivers: hv: Simplify data structures for VMBus channel close message
 2025-09-04 23:11 UTC  (3+ messages)

[PATCH v2] Drivers: hv: util: Cosmetic changes for hv_utils_transport.c
 2025-09-04 23:10 UTC  (2+ messages)

[PATCH v2] mshv: Add support for a new parent partition configuration
 2025-09-04 23:07 UTC  (2+ messages)

[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
 2025-09-04 16:57 UTC  (12+ messages)
` [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 9/9] selftests/vsock: add namespace tests

[PATCH v2 0/4] drm: Add vblank timers for devices without interrupts
 2025-09-04 14:21 UTC  (17+ 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 0/6] scsi: Remove redundant ternary operators
 2025-09-02 13:23 UTC  (2+ messages)
` [PATCH 6/6] scsi: storvsc: "

[PATCH v2] uio_hv_generic: Let userspace take care of interrupt mask
 2025-08-31 17:30 UTC  (3+ 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  (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).