public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-28 03:04:15 to 2018-10-14 17:12:03 UTC [more...]

WARNING in __put_task_struct (2)
 2018-10-14 17:12 UTC  (5+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-13 23:01 UTC  (20+ messages)
` [PATCH 1/6] mm: get_user_pages: consolidate error handling
` [PATCH 2/6] mm: introduce put_user_page*(), placeholder versions
` [PATCH 3/6] infiniband/mm: convert put_page() to put_user_page*()
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH 5/6] mm: introduce zone_gup_lock, for dma-pinned pages
` [PATCH 6/6] mm: track gup pages with page->dma_pinned_* fields

[PATCH v4 0/3] get_user_pages*() and RDMA: first steps
 2018-10-12  3:53 UTC  (20+ messages)
` [PATCH v4 1/3] mm: get_user_pages: consolidate error handling
` [PATCH v4 2/3] mm: introduce put_user_page*(), placeholder versions
` [PATCH v4 3/3] infiniband/mm: convert put_page() to put_user_page*()

WARNING: ODEBUG bug in free_task
 2018-10-11 18:05 UTC  (2+ messages)

[PATCH v9 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-11 15:38 UTC  (35+ messages)
  ` [PATCH v9 01/13] PCI/P2PDMA: Support peer-to-peer memory
  ` [PATCH v9 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
  ` [PATCH v9 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
  ` [PATCH v9 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
  ` [PATCH v9 05/13] docs-rst: Add a new directory for PCI documentation
  ` [PATCH v9 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
  ` [PATCH v9 07/13] block: Add PCI P2P flag for request queue and check support for requests
  ` [PATCH v9 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
  ` [PATCH v9 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
  ` [PATCH v9 11/13] nvme-pci: Add a quirk for a pseudo CMB
  ` [PATCH v9 13/13] nvmet: Optionally use PCI P2P memory
` [PATCH v9 10/13] nvme-pci: Add support for P2P memory in requests
` [PATCH v9 12/13] nvmet: Introduce helper functions to allocate and free request SGLs

[pull request][net-next 0/7] Mellanox, mlx5e and IPoIB netlink support fixes
 2018-10-11  1:24 UTC  (8+ messages)
` [net-next 1/7] RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
` [net-next 2/7] RDMA/netdev: Fix netlink support in IPoIB
` [net-next 3/7] net/mlx5e: Gather common netdev init/cleanup functionality in one place
` [net-next 4/7] net/mlx5e: Always initialize update stats delayed work
` [net-next 5/7] net/mlx5e: Initialize all netdev common structures in one place
` [net-next 6/7] net/mlx5e: Use non-delayed work for update stats
` [net-next 7/7] net/mlx5e: Do not ignore netdevice TX/RX queues number

[PATCH 1/3] PCI: remove DMA unmap wrappers
 2018-10-10 20:40 UTC 

[PATCH v3 1/2] Driver core: add bus_find_device_by_fwnode
 2018-10-10 19:05 UTC  (13+ messages)
` [PATCH v3 2/2] treewide: use bus_find_device_by_fwnode

[PATCH v5 0/3] get_user_pages*() and RDMA: first steps
 2018-10-10 18:35 UTC  (6+ messages)
` [PATCH v5 1/3] mm: get_user_pages: consolidate error handling
` [PATCH v5 2/3] mm: introduce put_user_page*(), placeholder versions
` [PATCH v5 3/3] infiniband/mm: convert put_page() to put_user_page*()

[PATCH rdma-next] IB/mlx5: Add support for extended atomic operations
 2018-10-10  6:25 UTC 

[PATCH v3 0/2] IB/mlx4: Enable debug print of SMPs and enhance output for MADs
 2018-10-09 13:27 UTC  (3+ messages)
` [PATCH v3 1/2] IB/mlx4: Enable debug print of SMPs
` [PATCH v3 2/2] IB/mlx4: Add port and TID to MAD debug print

[PATCH rdma-next v1 0/4] Scatter to CQE
 2018-10-09  9:05 UTC  (5+ messages)
` [PATCH mlx5-next v1 1/4] net/mlx5: Expose DC scatter to CQE capability bit
` [PATCH rdma-next v1 2/4] IB/mlx5: Support scatter to CQE for DC transport type
` [PATCH rdma-next v1 3/4] IB/mlx5: Verify that driver supports user flags
` [PATCH rdma-next v1 4/4] IB/mlx5: Allow scatter to CQE without global signaled WRs

[PATCH 0/9] Export PCIe bandwidth via sysfs
 2018-10-08 21:09 UTC  (6+ messages)
` [PATCH 1/9] PCI: sysfs: Export available PCIe bandwidth

[PATCH v3 0/3] get_user_pages*() and RDMA: first steps
 2018-10-08 20:59 UTC  (11+ messages)
` [PATCH v3 1/3] mm: get_user_pages: consolidate error handling
` [PATCH v3 2/3] mm: introduce put_user_page*(), placeholder versions
` [PATCH v3 3/3] infiniband/mm: convert put_page() to put_user_page*()

[PATCH rdma-next 0/4] Scatter to CQE
 2018-10-07 19:13 UTC  (6+ messages)
` [PATCH mlx5-next 1/4] net/mlx5: Expose DC scatter to CQE capability bit
` [PATCH rdma-next 2/4] IB/mlx5: Support scatter to CQE for DC transport type
` [PATCH rdma-next 3/4] IB/mlx5: Verify that driver supports user flags
` [PATCH rdma-next 4/4] IB/mlx5: Allow scatter to CQE without global signaled WRs

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-10-06  7:05 UTC  (2+ messages)

[PATCH v2 0/3] get_user_pages*() and RDMA: first steps
 2018-10-06  0:03 UTC  (11+ messages)
` [PATCH v2 1/3] mm: get_user_pages: consolidate error handling
` [PATCH v2 2/3] mm: introduce put_user_page[s](), placeholder versions
` [PATCH v2 3/3] infiniband/mm: convert to the new put_user_page[s]() calls

[PATCHv1] RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcu
 2018-10-04  3:34 UTC  (3+ messages)

[PATCH 0/4] get_user_pages*() and RDMA: first steps
 2018-10-03 23:23 UTC  (29+ messages)
` [PATCH 1/4] mm: get_user_pages: consolidate error handling
` [PATCH 3/4] infiniband/mm: convert to the new put_user_page() call
` [PATCH 2/4] mm: introduce put_user_page(), placeholder version
` [PATCH 4/4] goldfish_pipe/mm: convert to the new release_user_pages() call

[PATCH] IB/mlx4: Avoid implicit enumerated type conversion
 2018-10-03 23:09 UTC  (5+ messages)

Bug introduced by commit ebeeb1ad9b8a
 2018-10-03 11:28 UTC  (2+ messages)

[PATCH v8 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-01 23:43 UTC  (6+ messages)
` [PATCH v8 13/13] nvmet: Optionally use PCI P2P memory

Linux RDMA mini-conf at Plumbers 2018
 2018-10-01 15:17 UTC  (2+ messages)

[ANNOUNCE] OFED 4.17-rc1 release is available
 2018-09-28 20:57 UTC 

[PATCH] RDMA/qedr: Explicitly cast pkt->tx_dest to qed_ll2_tx_dest
 2018-09-28 16:14 UTC  (5+ messages)
` [PATCH v2] RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_dest

[PATCH] RDMA/ucontext: fix building with CONFIG_MMU=n
 2018-09-28  9:15 UTC  (3+ messages)

[PATCH] IB/mlx4: Avoid implicit enumerated type conversion
 2018-09-28  3:04 UTC  (11+ messages)


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