public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-21 22:12:02 to 2026-02-02 06:25:48 UTC [more...]

[PATCH 0/2] ARM64 support for doorbell and intercept SINTs
 2026-02-02  6:25 UTC  (10+ messages)
` [PATCH 1/2] mshv: rename synic per-cpu init/cleanup functions
` [PATCH 2/2] mshv: add arm64 support for doorbell & intercept SINTs

[PATCH rdma-next] MAINTAINERS: Drop RDMA files from Hyper-V section
 2026-02-01 13:44 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH] pci: pci-hyperv-intf: remove unnecessary module_init/exit functions
 2026-01-31  2:00 UTC 

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-30 23:44 UTC  (50+ messages)
` [PATCH v0 04/15] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH v0 05/15] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO
` [PATCH v0 08/15] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg
` [PATCH v0 09/15] mshv: Import data structs around device domains and irq remapping
` [PATCH v0 10/15] PCI: hv: Build device id for a VMBus device
` [PATCH v0 11/15] x86/hyperv: Build logical device ids for PCI passthru hcalls
` [PATCH v0 12/15] x86/hyperv: Implement hyperv virtual iommu
` [PATCH v0 13/15] x86/hyperv: Basic interrupt support for direct attached devices
` [PATCH v0 14/15] mshv: Remove mapping of mmio space during map user ioctl
` [PATCH v0 15/15] mshv: Populate mmio mappings for PCI passthru

[PATCH] mshv: Make MSHV mutually exclusive with KEXEC
 2026-01-30 20:32 UTC  (25+ messages)

[PATCH 0/2] Introduce Hyper-V integrated scheduler support
 2026-01-30 20:22 UTC  (15+ messages)
` [PATCH 1/2] hyperv: Sync guest VMM capabilities structure with Microsoft Hypervisor ABI
` [PATCH 2/2] mshv: Add support for integrated scheduler

[PATCH v3] mshv: Add support for integrated scheduler
 2026-01-30 17:47 UTC  (3+ messages)

[PATCH net-next v2] net: mana: Improve diagnostic logging for better debuggability
 2026-01-30 17:37 UTC  (6+ messages)

[PATCH v2] mshv: Add support for integrated scheduler
 2026-01-30 15:09 UTC  (5+ messages)

[PATCH 0/4] Improve Hyper-V memory deposit error handling
 2026-01-30  2:49 UTC  (13+ messages)
` [PATCH 1/4] mshv: Introduce hv_result_oom() helper function
` [PATCH 2/4] mshv: Introduce hv_deposit_memory helper functions
` [PATCH 3/4] mshv: Handle insufficient contiguous memory hypervisor status
` [PATCH 4/4] mshv: Handle insufficient root memory hypervisor statuses

[PATCH v6 0/7] mshv: Debugfs interface for mshv_root
 2026-01-29 17:51 UTC  (10+ messages)
` [PATCH v6 1/7] mshv: Ignore second stats page map result failure
` [PATCH v6 2/7] mshv: Use typed hv_stats_page pointers
` [PATCH v6 3/7] mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.h
` [PATCH v6 4/7] mshv: Always map child vp stats pages regardless of scheduler type
` [PATCH v6 5/7] mshv: Update hv_stats_page definitions
` [PATCH v6 6/7] mshv: Add data for printing stats page counters
` [PATCH v6 7/7] mshv: Add debugfs to view hypervisor statistics

[PATCH 1/1] mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUP
 2026-01-29 15:51 UTC 

[PATCH] scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT
 2026-01-29 14:30 UTC 

[PATCH 1/1] PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
 2026-01-29  9:48 UTC  (3+ messages)

[PATCH V0] x86/hyperv: Fix compiler warnings in hv_crash.c
 2026-01-29  4:21 UTC  (2+ messages)

[PATCH 0/2] kexec: Refuse kernel-unsafe Microsoft Hypervisor transitions
 2026-01-28 17:42 UTC  (3+ messages)
` [PATCH 1/2] kexec: Add permission notifier chain for kexec operations
` [PATCH 2/2] mshv: Add kexec blocking support

[PATCH v5 0/7] mshv: Debugfs interface for mshv_root
 2026-01-27 16:57 UTC  (10+ messages)
` [PATCH v5 1/7] mshv: Ignore second stats page map result failure
` [PATCH v5 2/7] mshv: Use typed hv_stats_page pointers
` [PATCH v5 3/7] mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.h
` [PATCH v5 4/7] mshv: Always map child vp stats pages regardless of scheduler type
` [PATCH v5 5/7] mshv: Update hv_stats_page definitions
` [PATCH v5 6/7] mshv: Add data for printing stats page counters
` [PATCH v5 7/7] mshv: Add debugfs to view hypervisor statistics

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-27 10:00 UTC  (16+ messages)
` [PATCH net-next v16 02/12] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v16 03/12] vsock: add netns support to virtio transports
` [PATCH net-next v16 04/12] selftests/vsock: increase timeout to 1200
` [PATCH net-next v16 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v16 06/12] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v16 07/12] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v16 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v16 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v16 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v16 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v16 12/12] selftests/vsock: add tests for namespace deletion

[PATCH v5 0/2] Add VMBus message connection ID support via DeviceTree
 2026-01-27  0:12 UTC  (2+ messages)

[RFC PATCH 0/3] mshv: Add kexec safety for deposited pages
 2026-01-24 18:42 UTC  (4+ messages)
` [RFC PATCH 1/3] luo: Extract file object logic
` [RFC PATCH 2/3] mshv: Account pages deposited to hypervisor
` [RFC PATCH 3/3] mshv: Block kexec when hypervisor has pages deposited

[PATCH v4 0/7] mshv: Debugfs interface for mshv_root
 2026-01-24  4:14 UTC  (18+ messages)
` [PATCH v4 5/7] mshv: Update hv_stats_page definitions
` [PATCH v4 6/7] mshv: Add data for printing stats page counters
` [PATCH v4 7/7] mshv: Add debugfs to view hypervisor statistics

[PATCH] PCI: hv: Allocate MMIO from above 4GB for the config window
 2026-01-23 20:21 UTC  (8+ messages)

[PATCH net-next v2 0/9] net: convert drivers to .get_rx_ring_count (last part)
 2026-01-23 19:00 UTC  (12+ messages)
` [PATCH net-next v2 1/9] net: benet: convert to use .get_rx_ring_count
` [PATCH net-next v2 2/9] net: atlantic: "
` [PATCH net-next v2 3/9] net: nfp: "
` [PATCH net-next v2 4/9] net: mana: "
` [PATCH net-next v2 5/9] net: fbnic: "
` [PATCH net-next v2 6/9] net: ionic: "
` [PATCH net-next v2 7/9] net: sfc: efx: "
` [PATCH net-next v2 8/9] net: sfc: siena: "
` [PATCH net-next v2 9/9] net: sfc: falcon: "

[PATCH] mshv: clear eventfd counter on irqfd shutdown
 2026-01-22 11:41 UTC 

[PATCH net-next 0/9] net: convert drivers to .get_rx_ring_count (last part)
 2026-01-22 10:43 UTC  (8+ messages)
` [PATCH net-next 2/9] net: atlantic: convert to use .get_rx_ring_count
` [PATCH net-next 3/9] net: nfp: "
` [PATCH net-next 4/9] net: mana: "

[GIT PULL] Hyper-V fixes for v6.19-rc7
 2026-01-22  5:59 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