messages from 2025-04-12 01:20:46 to 2025-04-18 18:05:13 UTC [more...]
[PATCH v8 00/24] Provide a new two step DMA mapping API
2025-04-18 18:03 UTC (31+ messages)
` [PATCH v8 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v8 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v8 03/24] iommu: generalize the batched sync after map interface
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v8 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v8 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v8 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v8 09/24] docs: core-api: document the IOVA-based API
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v8 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v8 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v8 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v8 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v8 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v8 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v8 18/24] block: share more code for bio addition helper
` [PATCH v8 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v8 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling
[iwl-next v5 0/5] Refactor to prepare for Intel IPU E2000 (GEN3)
2025-04-18 17:14 UTC (9+ messages)
` [iwl-next v5 1/5] iidc/ice/irdma: Rename IDC header file
` [iwl-next v5 2/5] iidc/ice/irdma: Rename to iidc_* convention
` [iwl-next v5 3/5] iidc/ice/irdma: Break iidc.h into two headers
` [iwl-next v5 4/5] ice: Replace ice specific DSCP mapping num with a kernel define
` [iwl-next v5 5/5] iidc/ice/irdma: Update IDC to support multiple consumers
` [Intel-wired-lan] "
[PATCH] RDMA/rxe: Remove unused rxe_run_task
2025-04-18 16:59 UTC
[PATCH] RDMA/cma: Remove unused rdma_res_to_id
2025-04-18 16:58 UTC
[PATCH 0/3] net: mana: Add HTB Qdisc offload support
2025-04-18 16:53 UTC (10+ messages)
` [PATCH 1/3] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH 2/3] net: mana: Add sched HTB offload support
` [PATCH 3/3] net: mana: Handle unsupported HWC commands
[RFC PATCH 00/13] Ultra Ethernet driver introduction
2025-04-18 16:50 UTC (19+ messages)
[PATCH][next] net/mlx5: Fix spelling mistakes in mlx5_core_dbg message and comments
2025-04-18 13:57 UTC
[syzbot] [rdma?] INFO: trying to register non-static key in rxe_qp_do_cleanup
2025-04-18 12:08 UTC
[PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
2025-04-18 11:15 UTC (9+ messages)
[PATCH for-next 0/6] RDMA/hns: Add trace support
2025-04-18 8:56 UTC (7+ messages)
` [PATCH for-next 1/6] RDMA/hns: Add trace for flush CQE
` [PATCH for-next 2/6] RDMA/hns: Add trace for WQE dumping
` [PATCH for-next 3/6] RDMA/hns: Add trace for AEQE dumping
` [PATCH for-next 4/6] RDMA/hns: Add trace for MR/MTR attribute dumping
` [PATCH for-next 5/6] RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h
` [PATCH for-next 6/6] RDMA/hns: Add trace for CMDQ dumping
[PATCH for-next 0/1] RDMA/core: Move ODP capability definitions to uapi
2025-04-18 5:13 UTC (2+ messages)
` [PATCH for-next 1/1] "
[PATCH v6 0/2] net/mlx5: Fix NULL dereference and memory leak in ttc_table creation
2025-04-18 2:42 UTC (9+ messages)
` [PATCH v6 1/2] net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
` [PATCH v6 2/2] net/mlx5: Move ttc allocation after switch case to prevent leaks
[PATCH v7 0/2] net/mlx5: Fix NULL dereference and memory leak in ttc_table creation
2025-04-18 2:38 UTC (3+ messages)
` [PATCH v7 1/2] net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
` [PATCH v7 2/2] net/mlx5: Move ttc allocation after switch case to prevent leaks
[PATCH] net/mlx5e: ethtool: Fix formatting of ptp_rq0_csum_complete_tail_slow
2025-04-18 2:10 UTC (3+ messages)
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-04-18 1:20 UTC (10+ messages)
[GIT PULL] Please pull FWCTL subsystem changes
2025-04-17 18:57 UTC (2+ messages)
[PATCH net-next v2 0/2] net: Don't use %pK through printk
2025-04-17 13:39 UTC (4+ messages)
` [PATCH net-next v2 1/2] ice: Don't use %pK through printk or tracepoints
` [PATCH net-next v2 2/2] net/mlx5: Don't use %pK through tracepoints
` [Intel-wired-lan] [PATCH net-next v2 0/2] net: Don't use %pK through printk
[PATCH 0/2] Allow dyn pci vector allocation of MANA
2025-04-17 10:00 UTC (10+ messages)
` [PATCH 1/2] PCI: hv: enable pci_hyperv to allow dynamic vector allocation
` [PATCH 2/2] net: mana: Allow MANA driver to allocate PCI vector dynamically
[PATCH net-next v2 0/4] dpll: add all inputs phase offset monitor
2025-04-17 9:59 UTC (13+ messages)
` [PATCH net-next v2 1/4] dpll: use struct dpll_device_info for dpll registration
` [PATCH net-next v2 2/4] dpll: add features and capabilities to dpll device spec
` [PATCH net-next v2 3/4] dpll: features_get/set callbacks
` [PATCH net-next v2 4/4] ice: add phase offset monitor for all PPS dpll inputs
[PATCH 2/3] net: mana: Implement set_link_ksettings in ethtool for speed
2025-04-17 8:12 UTC (11+ messages)
` [EXTERNAL] "
[PATCH rdma-next v2 0/3] RDMA/mana_ib: extend MR support
2025-04-16 18:31 UTC (7+ messages)
` [PATCH rdma-next v2 1/3] RDMA/mana_ib: Access remote atomic for MRs
` [PATCH rdma-next v2 2/3] RDMA/mana_ib: support of the zero based MRs
` [PATCH rdma-next v2 3/3] RDMA/mana_ib: Add support of 4M, 1G, and 2G pages
[PATCH net-next v2 0/2] net: ptp: driver opt-in for supported PTP ioctl flags
2025-04-16 13:38 UTC (5+ messages)
` [PATCH net-next v2 1/2] net: ptp: introduce .supported_extts_flags to ptp_clock_info
` [PATCH net-next v2 2/2] net: ptp: introduce .supported_perout_flags "
[PATCH net-next v1 0/3] dpll: add ref-sync pins feature
2025-04-16 13:01 UTC (6+ messages)
` [PATCH net-next v1 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v1 2/3] dpll: add reference sync get/set
` [PATCH net-next v1 3/3] ice: add ref-sync dpll pins
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-16 10:09 UTC (3+ messages)
[PATCH v5 0/2] net/mlx5: Fix NULL dereference and memory leak in ttc_table creation
2025-04-16 8:43 UTC (7+ messages)
` [PATCH v5 1/2] net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
` [PATCH v5 2/2] net/mlx5: Fix memory leak in error path of ttc creation
[bug report] blktests nvme/061 hang with rdma transport and siw driver
2025-04-16 5:14 UTC (7+ messages)
[PATCH v4 0/1] net/mlx5: Fix null-ptr-deref in TTC table creation
2025-04-15 11:26 UTC (4+ messages)
` [PATCH v4 1/1] net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
[syzbot] Monthly smc report (Apr 2025)
2025-04-15 10:40 UTC
[PATCH net-next 0/7] net: Don't use %pK through printk
2025-04-15 6:59 UTC (21+ messages)
` [PATCH net-next 1/7] wifi: ath10k: "
` [Intel-wired-lan] "
` [PATCH net-next 2/7] wifi: ath11k: "
` [Intel-wired-lan] "
` [PATCH net-next 3/7] wifi: ath12k: "
` [Intel-wired-lan] "
` [PATCH net-next 4/7] wifi: wcn36xx: "
` [PATCH net-next 5/7] wifi: mwifiex: "
` [Intel-wired-lan] "
` [PATCH net-next 6/7] ice: Don't use %pK through printk or tracepoints
` [Intel-wired-lan] "
` [PATCH net-next 7/7] net/mlx5: Don't use %pK through tracepoints
` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net-next 0/7] net: Don't use %pK through printk
[PATCH net-next V2 00/12] net/mlx5: HWS, Refactor action STE handling
2025-04-15 0:40 UTC (2+ messages)
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-04-15 0:30 UTC (2+ messages)
[PATCH for-rc 1/2] irdma: free iwdev->rf after removing MSI-X
2025-04-14 23:42 UTC (2+ messages)
` [PATCH for-rc 2/2] ice, irdma: fix an off by one in error handling code
[PATCH net-next 0/2] net: ptp: driver opt-in for supported PTP ioctl flags
2025-04-14 20:00 UTC (4+ messages)
` [PATCH net-next 1/2] net: ptp: introduce .supported_extts_flags to ptp_clock_info
[PATCH rdma-next 0/4] RDMA/mana_ib: allow separate mana_ib for each mana client
2025-04-14 18:28 UTC (5+ messages)
` [PATCH rdma-next 1/4] net: mana: Probe rdma device in mana driver
` [PATCH rdma-next 2/4] RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic
` [PATCH rdma-next 3/4] RDMA/mana_ib: unify mana_ib functions to support any gdma device
` [PATCH rdma-next 4/4] net: mana: Add support for auxiliary device servicing events
[GIT PULL] Please pull RDMA subsystem changes
2025-04-14 17:41 UTC (2+ messages)
[PATCH net-next v2 16/18] rds: Disable only bottom halves in rds_page_remainder_alloc()
2025-04-14 16:07 UTC (3+ messages)
` [PATCH net-next v2 17/18] rds: Acquire per-CPU pointer within BH disabled section
` [PATCH net-next v2 18/18] rds: Use nested-BH locking for rds_page_remainder
[PATCH 1/1] RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug
2025-04-14 12:58 UTC (3+ messages)
[PATCH v3 0/1] net/mlx5: Fix null-ptr-deref in TTC table creation
2025-04-14 9:55 UTC (4+ messages)
` [PATCH v3 1/1] net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
[PATCH rdma-next 0/3] RDMA/mana_ib: extend MR support
2025-04-14 9:15 UTC (6+ messages)
` [PATCH rdma-next 1/3] RDMA/mana_ib: Access remote atomic for MRs
` [EXTERNAL] "
[rdma:hmm] BUILD SUCCESS c92ae5d4f53ebf9c32ace69c1f89a47e8714d18b
2025-04-13 0:46 UTC
[rdma:wip/leon-for-next] BUILD SUCCESS ffe1cee21f8b533ae27c3a31bfa56b8c1b27fa6e
2025-04-12 18:44 UTC
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;
as well as URLs for NNTP newsgroup(s).