linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-10 14:50:18 to 2026-09-14 15:12:21 UTC [more...]

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 14:57 UTC  (29+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()

[PATCH v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-14 14:27 UTC  (20+ messages)
` [PATCH v6 01/18] PCI/P2PDMA: Document pdev->p2pdma lifetime rules
` [PATCH v6 02/18] PCI/P2PDMA: Document the TLP attribute assumptions
` [PATCH v6 03/18] PCI/P2PDMA: Derive routing from directional ACS controls
` [PATCH v6 04/18] PCI: Reject unreadable ACS controls in isolation checks
` [PATCH v6 05/18] PCI/P2PDMA: Evaluate ACS controls at the path divergence
` [PATCH v6 06/18] PCI/P2PDMA: Document directional ACS routing
` [PATCH v6 07/18] PCI/P2PDMA: Collect the path's ACS controls before deciding
` [PATCH v6 08/18] PCI/P2PDMA: Answer routing per TLP class
` [PATCH v6 09/18] PCI/P2PDMA: Route Relaxed Ordering Completions directly
` [PATCH v6 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking
` [PATCH v6 11/18] PCI/P2PDMA: Route Translated Requests under Direct Translated P2P
` [PATCH v6 12/18] PCI/P2PDMA: Log detailed ACS routing diagnostics
` [PATCH v6 13/18] PCI/P2PDMA: Add KUnit tests for the ACS routing decisions
` [PATCH v6 14/18] PCI/P2PDMA: Test the ACS P2P routing walk
` [PATCH v6 15/18] PCI: Add KUnit coverage for ACS isolation checks
` [PATCH v6 16/18] PCI/P2PDMA: Document TLP-class routing
` [PATCH v6 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed
` [PATCH v6 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route

[GIT PULL] Please pull RDMA subsystem changes
 2026-09-14 13:47 UTC 

[PATCH] RDMA/srpt: Fix srp_sq_size documentation
 2026-09-14 13:14 UTC  (3+ messages)

[PATCH] RDMA/irdma: avoid use-after-free in icrdma_remove
 2026-09-14 13:02 UTC  (2+ messages)

[PATCH] RDMA/mlx5: Print err code when create_qp fails
 2026-09-14 12:19 UTC  (2+ messages)

[PATCH v2] RDMA/rxe: Use validated num_sge in local buffer
 2026-09-14 12:10 UTC  (2+ messages)

[for-next v1 0/5] RDMA/ionic: add SRQ support and firmware assigned CQ and SRQ IDs
 2026-09-14 11:59 UTC  (2+ messages)

[PATCH 0/2] smbdirect: don't hang on netdev reconfiguration
 2026-09-14 11:46 UTC  (3+ messages)

[PATCH net RESEND] net/mlx5: Use unique names for software steering caches
 2026-09-14  8:58 UTC  (6+ messages)

[PATCH for-next v2 0/2] RDMA/efa: Add support for MR relaxed ordering
 2026-09-14  6:56 UTC  (2+ messages)

[PATCH net-next v3 00/13] net/rds: make connection lifetime reference-counted
 2026-09-14  3:37 UTC  (14+ messages)
` [PATCH net-next v3 01/13] net/rds: ib: don't enable interrupts in rds_ib_conn_free()
` [PATCH net-next v3 02/13] net/rds: free every path's transport data on the passive create paths
` [PATCH net-next v3 03/13] net/rds: guard every work-requeueing site with rds_destroy_pending()
` [PATCH net-next v3 04/13] net/rds: make rds_destroy_pending() cover single-connection destroy
` [PATCH net-next v3 05/13] net/rds: split connection destroy into quiesce and kref-governed free
` [PATCH net-next v3 06/13] net/rds: wait for connections to be freed on transport unload
` [PATCH net-next v3 07/13] net/rds: unlink transport nodes before a possibly deferred connection free
` [PATCH net-next v3 08/13] net/rds: hold connection references in lookup, sockets and c_passive
` [PATCH net-next v3 09/13] net/rds: refuse to queue a message on a connection being destroyed
` [PATCH net-next v3 10/13] net/rds: tcp: don't attach an accepted socket to "
` [PATCH net-next v3 11/13] net/rds: pin the connection across RDMA-CM event handling
` [PATCH net-next v3 12/13] net/rds: drop rds_conn_count in favor of t_conn_count
` [PATCH net-next v3 13/13] net/rds: hold a connection reference from struct rds_incoming

[PATCH for-rc] RDMA/hns: Fix the use of uninitialized variable
 2026-09-14  2:57 UTC  (2+ messages)

[PATCH v6 0/5] nfs: modernize direct I/O path
 2026-09-13 19:07 UTC  (4+ messages)

[PATCH v2 0/2] RDMA/rxe: fix ADVISE_MR prefetch on non-ODP MRs
 2026-09-13 12:03 UTC  (5+ messages)
` [PATCH v2 1/2] RDMA/rxe: Reject IB_ACCESS_ON_DEMAND changes after MR creation
` [PATCH v2 2/2] RDMA/rxe: Reject prefetch of a non-ODP MR

[PATCH] RDMA/rxe: Reject prefetch of a non-ODP MR
 2026-09-13 11:53 UTC  (5+ messages)

[PATCH net-next v2 0/9] net/rds: make connection lifetime reference-counted
 2026-09-13  3:50 UTC  (19+ messages)
` [PATCH net-next v2 1/9] net/rds: guard every work-requeueing site with rds_destroy_pending()
` [PATCH net-next v2 2/9] net/rds: make rds_destroy_pending() cover single-connection destroy
` [PATCH net-next v2 3/9] net/rds: split connection destroy into quiesce and kref-governed free
` [PATCH net-next v2 4/9] net/rds: wait for connections to be freed on transport unload
` [PATCH net-next v2 5/9] net/rds: unlink transport nodes before a possibly deferred connection free
` [PATCH net-next v2 6/9] net/rds: hold connection references in lookup, sockets and c_passive
` [PATCH net-next v2 7/9] net/rds: pin the connection across RDMA-CM event handling
` [PATCH net-next v2 8/9] net/rds: drop rds_conn_count in favor of t_conn_count
` [PATCH net-next v2 9/9] net/rds: hold a connection reference from struct rds_incoming

[PATCH net-next V4 01/14] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
 2026-09-12  1:25 UTC  (3+ messages)

[PATCH net-next V4 00/14] net/mlx5e: Add support for HW-GRO to PSP
 2026-09-12  1:24 UTC  (5+ messages)
` [PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests

[BUG] WARNING in rtrs_clt_rdma_cm_handler
 2026-09-11 23:16 UTC 

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-11 18:59 UTC  (13+ messages)

[PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
 2026-09-11 18:37 UTC  (3+ messages)

[PATCH net] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-11 17:10 UTC  (9+ messages)
  ` [rds-devel] [External] : "

[BUG] WARNING in rtrs_clt_info_rsp_done
 2026-09-11 15:48 UTC 

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (11+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH net v2] net/smc: fix abort_work termination in smc_conn_free()
 2026-09-11 14:43 UTC  (3+ messages)

[rdma:for-rc] BUILD SUCCESS e22a3627b7151754f07f90ea3d1ab6e85f5d93f4
 2026-09-11 13:04 UTC 

[PATCH net-next 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
 2026-09-11 10:45 UTC  (6+ messages)
` [PATCH net-next 1/2] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH v5 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-11 10:24 UTC  (4+ messages)
` [PATCH v5 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed

[PATCH net v4] net/smc: fix lgr/lnk lifetime vs diag reader race
 2026-09-11  9:30 UTC  (2+ messages)

[PATCH net v3] net/smc: fix lgr/lnk lifetime vs diag reader race
 2026-09-11  8:10 UTC  (3+ messages)

[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-09-11  7:58 UTC  (4+ messages)
    ` [PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access - ping

[PATCH net v2] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-11  7:41 UTC  (2+ messages)

[PATCH net-next v5 4/4] net: mana: add dynamic HWC queue depth with reinit path
 2026-09-11  6:53 UTC  (2+ messages)

[PATCH net-next v5 3/4] net: mana: support concurrent HWC requests
 2026-09-11  6:53 UTC  (2+ messages)

[PATCH net-next v5 1/4] net: mana: track when the HWC has been handed to the PF
 2026-09-11  6:53 UTC  (2+ messages)

[PATCH net-next v5 2/4] net: mana: give each HWC message slot its own completion state
 2026-09-11  6:53 UTC  (2+ messages)

[rdma:wip:leon-for-next] BUILD SUCCESS 3e1de7f906ab162b23d6fe0eabccf687a98fa25f
 2026-09-11  6:44 UTC 

[PATCH RFC] RDMA/irdma: check vport device allocation
 2026-09-11  6:22 UTC  (2+ messages)

[PATCH v2] RDMA/uverbs: Make CQ handle mandatory for WQ creation
 2026-09-11  3:06 UTC  (3+ messages)

[PATCH for-next v2 0/4] RDMA/erdma: Support non-contiguous kernel queue buffers
 2026-09-11  2:41 UTC  (7+ messages)
` [PATCH for-next v2 1/4] RDMA/erdma: Support non-contiguous kernel QP buffers

[PATCH net-next v2] net: mana: Use the HWC destination queues reported by the hardware
 2026-09-11  1:44 UTC  (2+ messages)

[PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 07/10] vfio: selftests: Add dev_dbg
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH net-next v5 00/13] net: mana: reconfigure by replacing the queue set
 2026-09-10 22:25 UTC  (27+ messages)
` [PATCH net-next v5 01/13] net: mana: add queue-set allocation and teardown helpers
` [PATCH net-next v5 02/13] net: mana: share the EQ pool across a queue-set swap
` [PATCH net-next v5 03/13] net: mana: swap queue sets in mana_set_channels
` [PATCH net-next v5 04/13] net: mana: swap queue sets in mana_set_ringparam
` [PATCH net-next v5 05/13] net: mana: swap queue sets in mana_set_priv_flags
` [PATCH net-next v5 06/13] net: mana: swap queue sets in mana_change_mtu
` [PATCH net-next v5 07/13] net: mana: swap queue sets in mana_xdp_set
` [PATCH net-next v5 08/13] net: mana: do not bail out of mana_detach on dealloc failure
` [PATCH net-next v5 09/13] net: mana: keep per-queue statistics in the port context
` [PATCH net-next v5 10/13] net: mana: release EQs left idle by a channel-count reduction
` [PATCH net-next v5 11/13] net: mana: keep a user-configured RSS table across a queue rebuild
` [PATCH net-next v5 12/13] net: mana: keep the surviving queues when the channel count is reduced
` [PATCH net-next v5 13/13] net: mana: keep the existing queues when the channel count is raised

[PATCH net-next V4 13/14] selftests: net: gro: Add PSP encapsulation and encryption
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 11/14] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 10/14] net/mlx5e: shampo: Flush session on PSP mismatch
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 09/14] net/mlx5e: psp: Add an rx_decap steering table
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 04/14] net/mlx5e: macsec: Block TC offload when MACsec is enabled
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net] net: mana: do not discard an ethtool-configured RSS table on a queue rebuild
 2026-09-10 20:00 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net] net/rds: fix tcp stream corruption with large pages
 2026-09-10 15:30 UTC  (2+ messages)

[PATCH v3] MAINTAINERS: Update maintainers and group list for QLogic and Broadcom drivers
 2026-09-10 15:22 UTC  (3+ messages)

[PATCH net] net: mana: restore the XDP program pointer when pre-allocation fails
 2026-09-10 15:20 UTC  (2+ messages)

[PATCH] RDMA/siw: Bound fragmented header copies by the remaining length
 2026-09-10 15:15 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).