public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 13:51:09 to 2026-03-02 10:33:47 UTC [more...]

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 10:33 UTC  (24+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH] RDMA/core: check id_priv->restricted_node_type in cma_listen_on_dev()
 2026-03-02 10:33 UTC  (5+ messages)

[PATCH net-next v2 00/10] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-02 10:23 UTC  (15+ messages)
` [PATCH net-next v2 04/10] devlink: allow to use devlink index as a command handle
` [PATCH net-next v2 06/10] devlink: add devlink_dev_driver_name() helper and use it in trace events
` [PATCH net-next v2 07/10] devlink: allow devlink instance allocation without a backing device
` [PATCH net-next v2 08/10] devlink: introduce shared devlink instance for PFs on same chip
` [PATCH net-next v2 09/10] documentation: networking: add shared devlink documentation

[PATCH] RDMA/bng_re: Fix CREQ BAR base validity check in bng_re_map_creq_db
 2026-03-02 10:22 UTC  (2+ messages)

[RFC net-next 0/4] ethtool: CMIS module diagnostic loopback support
 2026-03-02  9:00 UTC  (12+ messages)

[PATCH net-next v2] net/smc: transition to RDMA core CQ pooling
 2026-03-02  6:37 UTC 

[PATCH net-next v2] net/mlx5e: Precompute xdpsq assignments for mlx5e_xdp_xmit()
 2026-03-02  5:52 UTC 

[PATCH net-next v1 0/2] selftests: rds: refactor and expand rds selftests test
 2026-03-02  5:55 UTC  (3+ messages)
` [PATCH net-next v1 1/2] selftests: rds: Refactor test.py
` [PATCH net-next v1 2/2] selftests: rds: Add rds_stress.py

[PATCH rdma-next v2 0/5] Add pinned revocable dmabuf import interface
 2026-03-02  0:15 UTC  (6+ messages)
` [PATCH rdma-next v2 1/5] RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper
` [PATCH rdma-next v2 2/5] RDMA/umem: Move umem dmabuf revoke logic into helper function
` [PATCH rdma-next v2 3/5] RDMA/umem: Add pinned revocable dmabuf import interface
` [PATCH rdma-next v2 4/5] RDMA/umem: Add helpers for umem dmabuf revoke lock
` [PATCH rdma-next v2 5/5] RDMA/irdma: Add support for revocable pinned dmabuf import

[RFC 0/2] Retrieve tph from dmabuf for PCIe P2P memory access
 2026-03-01 17:55 UTC  (6+ messages)
` [RFC 1/2] Vfio: add callback to get tph info for dmabuf
` [RFC 2/2] RMDA MLX5: get tph for p2p access when registering dmabuf mr

[rdma] "rdma link del" operation hangs at wait_for_completion() when a file descriptor is in use
 2026-03-01 17:47 UTC  (6+ messages)

[syzbot] [rdma?] kernel BUG in ib_device_get_by_netdev
 2026-02-28 12:53 UTC  (2+ messages)

[PATCH v2 00/13] Provide udata helpers and use them in bnxt_re
 2026-02-28 10:24 UTC  (16+ messages)
` [PATCH v2 01/13] RDMA: Use copy_struct_from_user() instead of open coding
` [PATCH v2 02/13] RDMA/core: Add rdma_udata_to_dev()
` [PATCH v2 03/13] RDMA: Add ib_copy_validate_udata_in()
` [PATCH v2 04/13] RDMA: Add ib_copy_validate_udata_in_cm()
` [PATCH v2 05/13] RDMA: Add ib_respond_udata()
` [PATCH v2 06/13] RDMA: Add ib_is_udata_in_empty()
` [PATCH v2 07/13] RDMA: Provide documentation about the uABI compatibility rules
` [PATCH v2 08/13] RDMA/bnxt_re: Add compatibility checks to the uapi path
` [PATCH v2 09/13] RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
` [PATCH v2 10/13] RDMA/bnxt_re: Add missing comp_mask validation
` [PATCH v2 11/13] RDMA/bnxt_re: Use ib_respond_udata()
` [PATCH v2 12/13] RDMA/bnxt_re: Use ib_respond_empty_udata()
` [PATCH v2 13/13] RDMA/bnxt_re: Add BNXT_RE_UCNTX_CMASK_UAPI_COMPAT_SUPPORTED

[syzbot] [rdma?] kernel BUG in ib_device_get_by_index
 2026-02-28  5:07 UTC  (2+ messages)

[PATCH net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-02-28  2:11 UTC  (7+ messages)
` [PATCH net-next 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH] RDMA/rxe: Add network namespace support
 2026-02-27 22:13 UTC  (12+ messages)

[PATCH rdma-next 0/6] Add support for TLP emulation
 2026-02-27 21:37 UTC  (10+ messages)
` [PATCH mlx5-next 1/6] net/mlx5: Add TLP emulation device capabilities
` [PATCH mlx5-next 2/6] net/mlx5: Expose TLP emulation capabilities
` [PATCH rdma-next 3/6] RDMA/mlx5: Refactor VAR table to use region abstraction
` [PATCH rdma-next 4/6] RDMA/mlx5: Add TLP VAR region support and infrastructure
` [PATCH rdma-next 5/6] RDMA/mlx5: Add support for TLP VAR allocation
` [PATCH rdma-next 6/6] RDMA/mlx5: Add VAR object query method for cross-process sharing

[PATCH net v2] net/rds: Fix circular locking dependency in rds_tcp_tune
 2026-02-27 20:23 UTC 

[PATCH net-next] net/rds: Fix circular locking dependency in rds_tcp_tune
 2026-02-27 19:37 UTC  (3+ messages)

[PATCH net-next, v2] net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
 2026-02-27 19:24 UTC  (2+ messages)

[PATCH net-next] net: mana: Expose page_pool stats via ethtool
 2026-02-27 17:27 UTC  (3+ messages)

[PATCH] RDMA/irdma: Fix double free related to rereg_user_mr
 2026-02-27 15:27 UTC 

[PATCH][rdma-next] RDMA/erdma: Use NUMA-aware allocation for MTT tables
 2026-02-27 14:55 UTC  (9+ messages)
  ` 答复: [外部邮件] "

[PATCH rdma-next 0/4] Add pinned revocable dmabuf import interface
 2026-02-27 14:53 UTC  (12+ messages)
` [PATCH rdma-next 1/4] RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper
` [PATCH rdma-next 2/4] RDMA/umem: Move umem dmabuf revoke logic into helper function
` [PATCH rdma-next 3/4] RDMA/umem: Add pinned revocable dmabuf import interface
` [PATCH rdma-next 4/4] RDMA/irdma: Add support for revocable pinned dmabuf import

[PATCH net-next] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-02-27 10:15 UTC 

[PATCH net-next] net/smc: transition to RDMA core CQ pooling
 2026-02-27  9:33 UTC  (3+ messages)
` [net-next] "

[PATCH RFC net-next] net/smc: transition to RDMA core CQ pooling
 2026-02-27  9:29 UTC  (7+ messages)

[PATCH, net-next] net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
 2026-02-27  8:10 UTC  (5+ messages)
` [net-next] "

[PATCH] RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handler
 2026-02-27  7:32 UTC  (2+ messages)
`  "

[PATCH 1/1] RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init()
 2026-02-27  6:18 UTC 

[PATCH rdma-next] RDMA/core: Delete not-implemented get_vector_affinity
 2026-02-27  2:57 UTC  (2+ messages)

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-02-26 22:19 UTC  (11+ messages)
` [PATCH net-next V3 01/10] devlink: Add dump support for device-level resources
` [PATCH net-next V3 02/10] selftest: netdevsim: Add resource dump test
` [PATCH net-next V3 03/10] devlink: Add dump to resource documentation
` [PATCH net-next V3 04/10] devlink: Refactor resource functions to be generic
` [PATCH net-next V3 05/10] devlink: Add port-level resource registration infrastructure
` [PATCH net-next V3 06/10] devlink: Add port resource netlink command
` [PATCH net-next V3 07/10] net/mlx5: Register SF resource on PF port representor
` [PATCH net-next V3 08/10] netdevsim: Add devlink port resource registration
` [PATCH net-next V3 09/10] selftest: netdevsim: Add devlink port resource test
` [PATCH net-next V3 10/10] devlink: Document port-level resources

[rdma:wip/leon-for-rc] BUILD SUCCESS 7c2889af823340d1d410939b9d547bf184d5fa54
 2026-02-26 22:03 UTC 

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-02-26 18:49 UTC  (2+ messages)

[PATCH rdma-next v4 00/11] RDMA/core: Introduce FRMR pools infrastructure
 2026-02-26 18:28 UTC  (15+ messages)
` [PATCH rdma-next v4 01/11] RDMA/mlx5: Move device async_ctx initialization
` [PATCH rdma-next v4 02/11] IB/core: Introduce FRMR pools
` [PATCH rdma-next v4 03/11] RDMA/core: Add aging to "
` [PATCH rdma-next v4 04/11] RDMA/core: Add FRMR pools statistics
` [PATCH rdma-next v4 05/11] RDMA/core: Add pinned handles to FRMR pools
` [PATCH rdma-next v4 06/11] RDMA/mlx5: Switch from MR cache "
` [PATCH rdma-next v4 07/11] net/mlx5: Drop MR cache related code
` [PATCH rdma-next v4 08/11] RDMA/nldev: Add command to get FRMR pools
` [PATCH rdma-next v4 09/11] RDMA/core: Add netlink command to modify FRMR aging
` [PATCH rdma-next v4 10/11] RDMA/nldev: Add command to set pinned FRMR handles
` [PATCH rdma-next v4 11/11] RDMA/nldev: Expose kernel-internal FRMR pools in netlink

[GIT PULL] Please pull RDMA subsystem changes
 2026-02-26 17:53 UTC  (2+ messages)

[PATCH net-next v5 0/2] net/rds: RDS-TCP reconnect and fanout improvements
 2026-02-26 17:06 UTC  (4+ messages)
` [PATCH net-next v5 2/2] net/rds: Delegate fan-out to a background worker

blktests failures with v7.0-rc1 kernel
 2026-02-26 15:00 UTC  (3+ messages)

[syzbot] [rds?] possible deadlock in rds_tcp_tune (2)
 2026-02-26 14:54 UTC 

[PATCH rdma-next v3 00/11] RDMA/core: Introduce FRMR pools infrastructure
 2026-02-26 13:32 UTC  (3+ messages)

[PATCH rdma-next] RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion
 2026-02-26 13:07 UTC 

[PATCH net-next 00/15] net/mlx5e: SHAMPO, Allow high order pages in zerocopy mode
 2026-02-26 10:10 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file
 2026-02-26 10:00 UTC  (2+ messages)

[PATCH v5 fwctl 1/5] fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
 2026-02-26  8:23 UTC 

New memory allocation API
 2026-02-26  7:19 UTC 

[PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core
 2026-02-26  6:54 UTC  (6+ messages)
` [PATCH rdma-next 26/50] RDMA/erdma: Separate user and kernel CQ creation paths
` (subset) [PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core

[PATCH net 0/5] mlx5 misc fixes 2026-02-24
 2026-02-26  4:10 UTC  (2+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS 104016eb671e19709721c1b0048dd912dc2e96be
 2026-02-26  4:06 UTC 

[PATCH net] net: mana: Fix double destroy_workqueue on service rescan PCI path
 2026-02-26  3:20 UTC  (2+ messages)

[PATCH net-next v2] net/rds: update outdated comment in rds_send_xmit
 2026-02-26  3:10 UTC  (2+ messages)

[PATCH] rds: update outdated comment
 2026-02-26  3:10 UTC  (4+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 58409f0d4dd3f9e987214064e49b088823934304
 2026-02-26  1:59 UTC 

[RFC 1/2] RDMA/umem: Add support for pinned revocable dmabuf import
 2026-02-25 21:02 UTC  (4+ messages)
` [RFC 2/2] RDMA/irdma: Add pinned revocable dmabuf support


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