linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-18 02:00:34 to 2025-11-27 06:27:10 UTC [more...]

[PATCH 0/3] MSHV intercepts support on arm64
 2025-11-27  6:26 UTC  (12+ messages)
` [PATCH 1/3] arm64: hyperv: move hyperv detection earlier in boot
` [PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV
` [PATCH 3/3] mshv: add support for VMEXIT interrupts on aarch64

[RFC PATCH] Drivers: hv: Confidential VMBus exernal memory support
 2025-11-27  5:15 UTC  (2+ messages)

[PATCH net-next, v4] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-11-27  4:05 UTC  (2+ messages)

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-11-27  2:20 UTC  (14+ messages)
` [PATCH v3 1/9] efi: earlycon: Reduce number of references to global screen_info
` [PATCH v3 2/9] efi: sysfb_efi: "
` [PATCH v3 3/9] sysfb: Add struct sysfb_display_info
` [PATCH v3 4/9] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH v3 5/9] sysfb: Pass sysfb_primary_display to devices
` [PATCH v3 6/9] sysfb: Move edid_info into sysfb_primary_display
` [PATCH v3 7/9] efi: Refactor init_primary_display() helpers
` [PATCH v3 8/9] efi: Support EDID information
` [PATCH v3 9/9] efi: libstub: Simplify interfaces for primary_display

[PATCH v6 0/3] Add support for clean shutdown with MSHV
 2025-11-26 21:49 UTC  (4+ messages)
` [PATCH v6 1/3] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v6 2/3] hyperv: Use reboot notifier to configure sleep state
` [PATCH v6 3/3] hyperv: Cleanly shutdown root partition with MSHV

[Patch net-next v3] net: mana: Handle hardware recovery events when probing the device
 2025-11-26 21:46 UTC  (5+ messages)
  ` [EXTERNAL] "

[Patch net-next v4] net: mana: Handle hardware recovery events when probing the device
 2025-11-26 21:45 UTC 

[PATCH 5.4-6.6 v2] uio_hv_generic: Enable user space to manage interrupt_mask for subchannels
 2025-11-26  6:19 UTC 

[PATCH 6.6 and older] uio_hv_generic: Enable user space to manage interrupt_mask for subchannels
 2025-11-26  6:15 UTC  (4+ messages)

[REGRESSION 6.12.y] hyper-v: BUG: kernel NULL pointer dereference, address: 00000000000000a0: RIP: 0010:hv_uio_channel_cb+0xd/0x20 [uio_hv_generic]
 2025-11-26  6:15 UTC  (8+ messages)
        ` Bug#1120602: "

[PATCH v7 0/9] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-11-26  2:20 UTC  (7+ messages)
` [PATCH v7 1/9] x86/acpi: Add functions to setup and access the wakeup mailbox
` [PATCH v7 7/9] x86/acpi: Add a helper get the address of "

[PATCH v7 0/7] Introduce movable pages for Hyper-V guests
 2025-11-26  2:09 UTC  (8+ messages)
` [PATCH v7 1/7] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v7 2/7] Drivers: hv: Centralize guest memory region destruction
` [PATCH v7 3/7] Drivers: hv: Move region management to mshv_regions.c
` [PATCH v7 4/7] Drivers: hv: Fix huge page handling in memory region traversal
` [PATCH v7 5/7] Drivers: hv: Improve region overlap detection in partition create
` [PATCH v7 6/7] Drivers: hv: Add refcount and locking to mem regions
` [PATCH v7 7/7] Drivers: hv: Add support for movable memory regions

[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-11-25  9:24 UTC  (31+ messages)
` [PATCH net-next v11 01/13] vsock: a per-net vsock NS mode state
` [PATCH net-next v11 02/13] vsock: add netns to vsock core
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 04/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports
` [PATCH net-next v11 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v11 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v11 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v11 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v11 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v11 11/13] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v11 12/13] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v11 13/13] selftests/vsock: add tests for namespace deletion and mode changes

[PATCH v2 00/10] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-11-25  7:19 UTC  (15+ messages)
` [PATCH v2 01/10] efi: earlycon: Reduce number of references to global screen_info
` [PATCH v2 02/10] efi: sysfb_efi: "
` [PATCH v2 03/10] sysfb: Add struct sysfb_display_info
` [PATCH v2 04/10] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH v2 05/10] sysfb: Pass sysfb_primary_display to devices
` [PATCH v2 06/10] sysfb: Move edid_info into sysfb_primary_display
` [PATCH v2 07/10] efi: Refactor init_primary_display() helpers
` [PATCH v2 08/10] efi: Support EDID information
` [PATCH v2 09/10] efi: libstub: Transfer EDID to kernel
` [PATCH v2 10/10] efi: libstub: Simplify interfaces for primary_display

[PATCH net-next] net: hyperv: convert to use .get_rx_ring_count
 2025-11-25  3:50 UTC  (2+ messages)

[PATCH v6 0/5] Series short description
 2025-11-24 21:28 UTC  (10+ messages)
` [PATCH v6 3/5] Drivers: hv: Batch GPA unmap operations to improve large region performance
` [PATCH v6 5/5] Drivers: hv: Add support for movable memory regions

[RESEND PATCH] Drivers: hv: adjust interrupt control structure for ARM64
 2025-11-24 14:25 UTC 

[PATCH v3] Drivers: hv: ioctl for self targeted passthrough hvcalls
 2025-11-24 14:27 UTC  (6+ messages)

[PATCH v3 00/21] paravirt: cleanup and reorg
 2025-11-24 14:26 UTC  (5+ messages)
` [PATCH v3 01/21] x86/paravirt: Remove not needed includes of paravirt.h

[PATCH 0/6] arch,sysfb: Move screen and edid info into single place
 2025-11-24  9:30 UTC  (21+ messages)
` [PATCH 1/6] efi: earlycon: Reduce number of references to global screen_info
` [PATCH 2/6] efi: sysfb_efi: "
` [PATCH 3/6] sysfb: Add struct sysfb_display_info
` [PATCH 4/6] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH 5/6] sysfb: Pass sysfb_primary_display to devices
` [PATCH 6/6] sysfb: Move edid_info into sysfb_primary_display
    ` [PATCH 0/6] arch, sysfb: Move screen and edid info into single place

[PATCH v2 1/3] x86: Use MOVL when reading segment registers
 2025-11-22  9:33 UTC  (5+ messages)
` [PATCH v2 2/3] x86/hyperv: Use savesegment() instead of inline asm() to save "
` [PATCH v2 3/3] x86/hyperv: Remove ASM_CALL_CONSTRAINT with VMMCALL insn

[PATCH net-next, v3] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
 2025-11-22  7:03 UTC  (3+ messages)

[PATCH 1/3] x86: Use MOVL when reading segment registers
 2025-11-21  8:09 UTC  (7+ messages)
` [PATCH 2/3] x86/hyperv: Use savesegment() instead of inline asm() to save "
` [PATCH 3/3] x86/hyperv: Remove ASM_CALL_CONSTRAINT with VMMCALL insn

[PATCH 1/1] Drivers: hv: use kmalloc_array() instead of kmalloc()
 2025-11-21  3:10 UTC 

[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
 2025-11-20 23:36 UTC  (25+ messages)
` [PATCH net-next v10 01/11] vsock: a per-net vsock NS mode state
` [PATCH net-next v10 02/11] vsock: add netns to vsock core
` [PATCH net-next v10 03/11] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v10 04/11] vsock: add netns support to virtio transports
` [PATCH net-next v10 05/11] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v10 06/11] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v10 07/11] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v10 08/11] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v10 09/11] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v10 10/11] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v10 11/11] selftests/vsock: add tests for namespace deletion and mode changes

[PATCH v5 0/3] Add support for clean shutdown with MSHV
 2025-11-20 22:59 UTC  (8+ messages)
` [PATCH v5 1/3] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v5 3/3] hyperv: Cleanly shutdown root partition with MSHV

[Patch net-next v2] net: mana: Handle hardware recovery events when probing the device
 2025-11-20 20:32 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH net-next v6 0/2] net: mana: Enforce TX SGE limit and fix error cleanup
 2025-11-20  4:30 UTC  (4+ messages)
` [PATCH net-next v6 1/2] net: mana: Handle SKB if TX SGEs exceed hardware limit
` [PATCH net-next v6 2/2] net: mana: Drop TX skb on post_work_request failure and unmap resources

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-11-19 22:05 UTC  (4+ messages)
` [PATCH 6/9] KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal

[PATCH v2] Drivers: hv: ioctl for self targeted passthrough hvcalls
 2025-11-19 17:19 UTC  (6+ messages)

[PATCH 6.12] uio_hv_generic: Set event for all channels on the device
 2025-11-19 14:23 UTC  (3+ messages)

[PATCH v3] net: ethernet: fix uninitialized pointers with free attribute
 2025-11-19 11:25 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH v4] mshv: Extend create partition ioctl to support cpu features
 2025-11-18 22:49 UTC  (3+ messages)

[PATCH v5 2/3] hyperv: Use reboot notifier to configure sleep state
 2025-11-18 13:59 UTC  (3+ messages)

[PATCH net-next v5 0/2] net: mana: Enforce TX SGE limit and fix error cleanup
 2025-11-18 11:08 UTC  (4+ messages)
` [PATCH net-next v5 1/2] net: mana: Handle SKB if TX SGEs exceed hardware limit

[PATCH net-next v3 0/2] net: mana: Refactor GF stats handling and add rx_missed_errors counter
 2025-11-18  4:00 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).