messages from 2025-05-28 07:24:47 to 2025-06-05 10:34:29 UTC [more...]
[RFC v4 00/18] Split netmem from struct page
2025-06-05 10:35 UTC (46+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v4 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH v3] net/mlx5: Flag state up only after cmdif is ready
2025-06-05 9:19 UTC (3+ messages)
[PATCH v3] net/mlx5: Flag state up only after cmdif is ready
2025-06-05 8:14 UTC
[linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address
2025-06-05 6:07 UTC (4+ messages)
` [PATCH] module: Make sure relocations are applied to the per-CPU section
` [PATCH v2] "
[PATCH v2 net-next 6/7] socket: Replace most sock_create() calls with sock_create_kern()
2025-06-05 4:28 UTC (7+ messages)
[PATCH v2] RDMA/hns: ZERO_OR_NULL_PTR macro overdetection
2025-06-05 3:49 UTC
[PATCH for-next] RDMA/hns: Remove MW support
2025-06-05 2:49 UTC
[PATCH 0/7] RDMA: hfi1: cpumasks usage fixes
2025-06-04 19:39 UTC (8+ messages)
` [PATCH 1/7] cpumask: add cpumask_clear_cpus()
` [PATCH 2/7] RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()
` [PATCH 3/7] RDMA: hfi1: simplify find_hw_thread_mask()
` [PATCH 4/7] RDMA: hfi1: simplify init_real_cpu_mask()
` [PATCH 5/7] RDMA: hfi1: use rounddown in find_hw_thread_mask()
` [PATCH 6/7] RDMA: hfi1: simplify hfi1_get_proc_affinity()
` [PATCH 7/7] RDMI: hfi1: drop cpumask_empty() call in hfi1/affinity.c
[PATCH v2 net-next 3/7] socket: Restore sock_create_kern()
2025-06-04 18:36 UTC (5+ messages)
[PATCH v2] IB/iser: remove unnecessary local variable
2025-06-04 11:03 UTC (2+ messages)
[PATCH] RDMA/hns: ZERO_OR_NULL_PTR macro overdetection
2025-06-04 10:46 UTC (2+ messages)
[PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25
2025-06-04 10:23 UTC (6+ messages)
` [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present
[PATCH] infiniband: iser: remove the unnecessary var
2025-06-04 9:53 UTC (2+ messages)
[PATCH AUTOSEL 5.4 14/20] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:07 UTC
[PATCH AUTOSEL 5.10 18/27] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:06 UTC
[PATCH AUTOSEL 5.15 19/33] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:05 UTC
[PATCH AUTOSEL 6.1 25/46] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:03 UTC
[PATCH AUTOSEL 6.6 30/62] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:01 UTC
[PATCH AUTOSEL 6.12 45/93] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 0:59 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 82/93] RDMA/hns: initialize db in update_srq_db()
[PATCH AUTOSEL 6.14 050/108] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 0:55 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 094/108] RDMA/hns: initialize db in update_srq_db()
[PATCH AUTOSEL 6.15 054/118] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 0:50 UTC (2+ messages)
` [PATCH AUTOSEL 6.15 103/118] RDMA/hns: initialize db in update_srq_db()
[RFC v3 00/18] Split netmem from struct page
2025-06-03 9:22 UTC (28+ messages)
` [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v3 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v3 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v3 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v3 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v3 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v3 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v3 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v3 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v3 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v3 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v3 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v3 13/18] netmem: remove __netmem_get_pp()
` [RFC v3 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v3 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v3 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v3 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v3 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA
2025-06-03 4:17 UTC (21+ messages)
` [PATCH v4 1/5] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
` [PATCH v4 2/5] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v4 3/5] net: mana: explain irq_setup() algorithm
` [PATCH v4 5/5] net: mana: Allocate MSI-X vectors dynamically
[PATCH net-next] net/mlx5: HWS, Add an error check in hws_bwc_rule_complex_hash_node_get()
2025-06-02 6:03 UTC (3+ messages)
[PATCH v2 net-next 5/7] socket: Remove kernel socket conversion except for net/rds/
2025-06-02 5:08 UTC (3+ messages)
[syzbot] [smc?] possible deadlock in smc_switch_to_fallback (2)
2025-05-31 16:20 UTC
[GIT PULL] Please pull RDMA subsystem changes
2025-05-30 17:28 UTC (2+ messages)
[PATCH v2 net-next 0/7] socket: Make sock_create_kern() robust against misuse
2025-05-30 6:48 UTC (7+ messages)
` [PATCH v2 net-next 2/7] socket: Rename sock_create_kern() to __sock_create_kern()
[PATCH v2 net-next 1/7] socket: Un-export __sock_create()
2025-05-30 2:42 UTC (2+ messages)
[PATCH net-next v4 0/3] dpll: add Reference SYNC feature
2025-05-30 0:56 UTC (6+ messages)
` [PATCH net-next v4 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v4 2/3] dpll: add reference sync get/set
[PATCH net v2] net/mlx5: Flag state up only after cmdif is ready
2025-05-29 16:24 UTC (2+ messages)
[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
2025-05-29 16:06 UTC (3+ messages)
` [EXTERNAL] "
[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-05-29 11:11 UTC (18+ messages)
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings
[PATCH v2 net] net/mlx4_en: Prevent potential integer overflow calculating Hz
2025-05-29 10:50 UTC (3+ messages)
blktests failures with v6.15 kernel
2025-05-29 8:46 UTC
[PATCH v2 00/16] Split netmem from struct page
2025-05-29 4:46 UTC (12+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool
[iwl-next 0/6] Add RDMA support for Intel IPU E2000 in idpf
2025-05-28 21:35 UTC (10+ messages)
` [iwl-next 1/6] idpf: use reserved RDMA vectors from control plane
` [Intel-wired-lan] "
` [iwl-next 2/6] idpf: implement core RDMA auxiliary dev create, init, and destroy
` [iwl-next 6/6] idpf: implement get LAN MMIO memory regions
[PATCH net-next,v5] net: mana: Add handler for hardware servicing events
2025-05-28 20:29 UTC (3+ messages)
` [EXTERNAL] "
[PATCH for-next 0/2] Remove ancient qib driver
2025-05-28 17:24 UTC (4+ messages)
[linux-next:master] [mm, slab] 6431f06eec: WARNING:at_include/linux/mm.h:#skb_append_pagefrags
2025-05-28 16:56 UTC (3+ messages)
[PATCH v2 00/14] Introduce AMD Pensando RDMA driver
2025-05-28 15:12 UTC (6+ messages)
[PATCH 00/18] Split netmem from struct page
2025-05-28 10:54 UTC (29+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
[PATCH] net/mlx5: Flag state up only after cmdif is ready
2025-05-28 7:38 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox