public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 01:01:27 to 2026-03-29 11:59:24 UTC [more...]

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

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-28 12:10 UTC  (25+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

[PATCH v2] Drivers: hv: mshv: fix integer overflow in memory region overlap check
 2026-03-28  9:18 UTC 

[PATCH net-next v2] net: mana: Use at least SZ_4K in doorbell ID range check
 2026-03-28  4:00 UTC  (3+ messages)

[PATCH net-next v2] net: mana: Set default number of queues to 16
 2026-03-28  0:41 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH] net: mana: fix use-after-free in add_adev() error path
 2026-03-27 21:27 UTC  (2+ messages)

[PATCH 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-03-27 20:19 UTC  (7+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowing
` [PATCH 2/6] x86/hyperv: move stimer cleanup to hv_machine_shutdown()
` [PATCH 3/6] x86/hyperv: Skip LP/VP creation on kexec
` [PATCH 4/6] mshv: limit SynIC management to MSHV-owned resources
` [PATCH 5/6] mshv: clean up SynIC state on kexec for L1VH
` [PATCH 6/6] mshv: unmap debugfs stats pages on kexec

[RFC PATCH V3] x86/VMBus: Confidential VMBus for dynamic DMA transfers
 2026-03-27  9:32 UTC  (5+ messages)

[PATCH net,v2] net: mana: Fix RX skb truesize accounting
 2026-03-27  2:10 UTC  (3+ messages)

[PATCH net-next] net: mana: hardening: Reject zero max_num_queues from MANA_QUERY_VPORT_CONFIG
 2026-03-26 17:48 UTC 

[PATCH net-next] net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG
 2026-03-26 17:30 UTC 

[PATCH net-next v5 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-26 17:19 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-26 10:46 UTC  (41+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA

[PATCH] Drivers: hv: mshv: fix integer overflow in memory region overlap check
 2026-03-25 22:37 UTC  (2+ messages)

[PATCH rdma v2] RDMA/mana_ib: Disable RX steering on RSS QP destroy
 2026-03-25 19:42 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH rdma v3] RDMA/mana_ib: Disable RX steering on RSS QP destroy
 2026-03-25 19:40 UTC 

[PATCH v2] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-25 17:37 UTC  (3+ messages)

[PATCH net-next] net: mana: Use at least SZ_4K in doorbell ID range check
 2026-03-25 17:35 UTC  (4+ messages)

[PATCH net] netvsc: transfer lower device max tso size during VF transition
 2026-03-25  9:47 UTC  (2+ messages)

[PPATCH net v3] net: mana: fix use-after-free in add_adev() error path
 2026-03-25  4:10 UTC  (2+ messages)

[PATCH] mshv: Add tracepoint for GPA intercept handling
 2026-03-24 23:59 UTC 

[PATCH] mshv: Fix infinite fault loop on permission-denied GPA intercepts
 2026-03-24 23:57 UTC 

[PATCH net-next v4] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-24 16:20 UTC  (3+ messages)

[PATCH v8 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2026-03-24 15:03 UTC  (5+ messages)
` [PATCH v8 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private

[PATCH] hv_sock: update outdated comment for renamed vsock_stream_recvmsg()
 2026-03-24 12:20 UTC  (2+ messages)

[PATCH AUTOSEL 6.19] mshv: Fix error handling in mshv_region_pin
 2026-03-24 11:19 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox