public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 11:55:43 to 2026-03-15 23:23:26 UTC [more...]

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-15 23:23 UTC  (28+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 04/15] mm: add vm_ops->mapped hook
` [PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
` [PATCH 06/15] mm: add mmap_action_simple_ioremap()
` [PATCH 07/15] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH 08/15] hpet: "
` [PATCH 09/15] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH 10/15] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH 11/15] staging: vme_user: "
` [PATCH 12/15] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH 13/15] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH 14/15] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH net-next v5 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-15 16:11 UTC  (5+ messages)
` [PATCH net-next v5 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next v5 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next v5 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH net-next, v3] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-14 19:50 UTC  (2+ messages)

[PATCH net,v2] net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown
 2026-03-14 17:50 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update maintainers for Hyper-V DRM driver
 2026-03-13 22:06 UTC  (3+ messages)

[PATCH] mshv: Fix use-after-free in mshv_map_user_memory error path
 2026-03-13 21:12 UTC  (2+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-13 19:22 UTC  (106+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
  ` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-13 18:41 UTC  (8+ messages)

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-13 16:59 UTC  (3+ messages)

[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-03-12 22:48 UTC  (3+ messages)

[PATCH] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-12 22:32 UTC 

[PATCH net-next] net: mana: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-03-12 18:08 UTC  (2+ messages)

[PATCH v3] drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT
 2026-03-12 17:07 UTC  (2+ messages)

[PATCH net-next,V4, 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-12 16:34 UTC  (4+ messages)
` [PATCH net-next,V4, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type
    ` [EXTERNAL] "

[PATCH net-next v2] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-12 14:46 UTC  (3+ messages)

[PATCH 00/16] Update drivers to use ib_copy_validate_udata_in()
 2026-03-12 13:22 UTC  (21+ messages)
` [PATCH 01/16] RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
` [PATCH 02/16] RDMA: Consolidate patterns with offsetof() "
` [PATCH 03/16] RDMA: Consolidate patterns with sizeof() "
` [PATCH 04/16] RDMA: Use ib_copy_validate_udata_in() for implicit full structs
` [PATCH 05/16] RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq
` [PATCH 06/16] RDMA/mlx5: Use ib_copy_validate_udata_in()
` [PATCH 07/16] RDMA/mlx4: "
` [PATCH 08/16] RDMA/mlx4: Use ib_copy_validate_udata_in() for QP
` [PATCH 09/16] RDMA/hns: Use ib_copy_validate_udata_in()
` [PATCH 10/16] RDMA/efa: Use ib_copy_validate_udata_in_cm()
` [PATCH 11/16] RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask
` [PATCH 12/16] RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()
` [PATCH 13/16] RDMA/hns: Add missing comp_mask check in create_qp
` [PATCH 14/16] RDMA/irdma: Add missing comp_mask check in alloc_ucontext
` [PATCH 15/16] RDMA: Remove redundant = {} for udata req structs
` [PATCH 16/16] RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()

[PATCH v2 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-03-12  4:46 UTC  (2+ messages)

[PATCH v2] mshv: Introduce tracing support
 2026-03-12  4:45 UTC  (2+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Limit channel interrupt scan to relid high water mark
 2026-03-12  4:44 UTC  (2+ messages)

[PATCH V0] mshv: pass struct mshv_user_mem_region by reference
 2026-03-12  4:32 UTC  (3+ messages)

[PATCH -hyperv 1/3] x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()
 2026-03-12  4:27 UTC  (4+ messages)
` [PATCH -hyperv 2/3] x86/hyperv: Use current_stack_pointer to avoid asm() "
` [PATCH -hyperv 3/3] x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8

[PATCH net-next] net: mana: Expose page_pool stats via ethtool
 2026-03-11 19:47 UTC  (3+ messages)

[PATCH net] net: mana: Fix use-after-free in mana_hwc_destroy_channel() by re-ordering teardown
 2026-03-11 18:52 UTC  (2+ messages)

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 UTC  (3+ messages)

[PATCH net-next v3 4/6] net: mana: Use GIC functions to allocate global EQs
 2026-03-10 19:03 UTC  (3+ messages)
` [net-next,v3,4/6] "
  ` [EXTERNAL] "

[PATCH net-next, v2] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-10 19:00 UTC  (3+ messages)
` [net-next,v2] "

[PATCH net-next] net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response
 2026-03-10 12: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