public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-10 01:26:21 to 2015-06-11 23:11:48 UTC [more...]

[PATCH 00/41] Add OPA gen1 driver
 2015-06-11 23:11 UTC  (35+ messages)
  ` [PATCH 01/41] IB/core: Add OPA Port header definitions
  ` [PATCH 03/41] IB/hfi1: add common header file definitions
  ` [PATCH 04/41] IB/hfi1: add completion queue processing
  ` [PATCH 05/41] IB/hfi1: add debugfs handling
  ` [PATCH 06/41] IB/hfi1: add char device instantiation code
  ` [PATCH 07/41] IB/hfi1: add diagnostic hooks
  ` [PATCH 08/41] IB/hfi1: add dma operation hooks
  ` [PATCH 09/41] IB/hfi1: add low lower receive functions
  ` [PATCH 10/41] IB/hfi1: add eeprom hooks
  ` [PATCH 11/41] IB/hfi1: add PSM driver control/data path
  ` [PATCH 12/41] IB/hfi1: add firmware hooks
  ` [PATCH 13/41] IB/hfi1: add general hfi header file
  ` [PATCH 14/41] IB/hfi1: add module init hooks
  ` [PATCH 15/41] IB/hfi1: add interrupt hooks
  ` [PATCH 16/41] IB/hfi1: add progress delay/restart hooks
  ` [PATCH 17/41] IB/hfi1: add rkey/lkey validation
  ` [PATCH 19/41] IB/hfi1: add user/kernel memory sharing hooks
  ` [PATCH 20/41] IB/hfi1: add memory region handling
  ` [PATCH 21/41] IB/hfi1: add misc OPA defines
  ` [PATCH 22/41] IB/hfi1: add pcie routines
  ` [PATCH 23/41] IB/hfi1: add pio handling
  ` [PATCH 24/41] IB/hfi1: add platform config definitions
  ` [PATCH 25/41] IB/hfi1: add qp handling
  ` [PATCH 26/41] IB/hfi1: add qsfp handling
  ` [PATCH 27/41] IB/hfi1: add RC QP handling
  ` [PATCH 28/41] IB/hfi1: add routines for RC/UC
  ` [PATCH 30/41] IB/hfi1: add SRQ handling
  ` [PATCH 31/41] IB/hfi1: add sysfs routines
  ` [PATCH 32/41] IB/hfi1: add tracepoint debug routines
  ` [PATCH 33/41] IB/hfi1: add QSFP twsi routines
  ` [PATCH 34/41] IB/hfi1: add UC QP handling
  ` [PATCH 35/41] IB/hfi1: add UD "
  ` [PATCH 36/41] IB/hfi1: add low level page locking
  ` [PATCH 37/41] IB/hfi1: add PSM sdma hooks

[PATCH 05/36] HMM: introduce heterogeneous memory management v3
 2015-06-11 22:26 UTC  (10+ messages)

[PATCH 00/14] IB/mad: Add support for OPA MAD processing
 2015-06-11 21:00 UTC  (9+ messages)
` [PATCH 14/14] IB/mad: Add final "

[PATCH v5 1/1] ibacm: Add support for pathrecord query through netlink
 2015-06-11 20:55 UTC  (11+ messages)

[PATCH v7 0/3] linux: address broken PAT drivers
 2015-06-11 20:19 UTC  (4+ messages)
` [PATCH v7 1/3] ivtv: use arch_phys_wc_add() and require PAT disabled
` [PATCH v7 2/3] IB/ipath: add counting for MTRR
` [PATCH v7 3/3] IB/ipath: use arch_phys_wc_add() and require PAT disabled

[PATCH v6 0/3] linux: address broken PAT drivers
 2015-06-11 20:07 UTC  (6+ messages)
` [PATCH v6 1/3] ivtv: use arch_phys_wc_add() and require PAT disabled
` [PATCH v6 2/3] IB/ipath: add counting for MTRR
` [PATCH v6 3/3] IB/ipath: use arch_phys_wc_add() and require PAT disabled

[PATCH v5 0/4] Sending kernel pathrecord query to user cache server
 2015-06-11 19:51 UTC  (11+ messages)
  ` [PATCH v5 1/4] IB/netlink: Add defines for local service requests through netlink
  ` [PATCH v5 2/4] IB/core: Check the presence of netlink multicast group listeners
  ` [PATCH v5 3/4] IB/sa: Allocate SA query with kzalloc
  ` [PATCH v5 4/4] IB/sa: Route SA pathrecord query through netlink

[PATCH for-next V2 0/9] Add completion timestamping support
 2015-06-11 19:48 UTC  (18+ messages)

[PATCH for-next V3 0/8] Add completion timestamping support
 2015-06-11 17:55 UTC  (11+ messages)
  ` [PATCH for-next V3 1/8] IB/core: Change provider's API of create_cq to be extendible
  ` [PATCH for-next V3 2/8] IB/core: Change ib_create_cq to use struct ib_cq_init_attr
  ` [PATCH for-next V3 3/8] IB/core: Add CQ creation time-stamping flag
  ` [PATCH for-next V3 4/8] IB/core: Extend ib_uverbs_create_cq
  ` [PATCH for-next V3 5/8] IB/core: Add timestamp_mask and hca_core_clock to query_device
  ` [PATCH for-next V3 6/8] IB/core: Pass hardware specific data in query_device
  ` [PATCH for-next V3 7/8] IB/mlx4: Add mmap call to map the hardware clock
  ` [PATCH for-next V3 8/8] IB/mlx4: Add support for CQ time-stamping

[PATCH for-next V4 0/5] HW Device hot-removal support
 2015-06-11 17:38 UTC  (8+ messages)
  ` [PATCH for-next V4 1/5] IB/uverbs: Fix reference counting usage of event files
  ` [PATCH for-next V4 2/5] IB/uverbs: Explicitly pass ib_dev to uverbs commands
  ` [PATCH for-next V4 3/5] IB/uverbs: Enable device removal when there are active user space applications
  ` [PATCH for-next V4 4/5] IB/mlx4_ib: Disassociate support
  ` [PATCH for-next V4 5/5] IB/ucma: HW Device hot-removal support

[PATCH v6 0/3] linux: address broken PAT drivers
 2015-06-11 17:30 UTC  (3+ messages)

[PATCH for-next V5 00/12] Move RoCE GID management to IB/Core
 2015-06-11 16:27 UTC  (36+ messages)
` [PATCH for-next V5 03/12] IB/core: Add RoCE GID population
` [PATCH for-next V5 05/12] IB/core: Add default GID for RoCE GID table
` [PATCH for-next V5 07/12] IB/core: Add RoCE table bonding support
` [PATCH for-next V5 10/12] IB/mlx4: Implement ib_device callbacks
` [PATCH for-next V5 12/12] RDMA/ocrdma: Changes in driver to incorporate the moving of GID Table mgmt to IB/Core

[PATCH v4 0/4] Sending kernel pathrecord query to user cache server
 2015-06-11 16:08 UTC  (37+ messages)
` [PATCH v4 1/4] IB/netlink: Add defines for local service requests through netlink
` [PATCH v4 4/4] IB/sa: Route SA pathrecord query "

[PATCH] IB/ucm: ib_ucm_release_dev clears wrong bit if devnum is greater than IB_UCM_MAX_DEVICES
 2015-06-11 16:06 UTC 

[PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink
 2015-06-11 16:01 UTC  (5+ messages)

[PATCH for-4.1 0/2] Adds support for user mode bar2 mapping and bar2 qid density
 2015-06-11 14:10 UTC  (4+ messages)

[patch -next] net/mlx5_core: fix an error code
 2015-06-11 11:28 UTC  (2+ messages)

[PATCH] IB/core: Don't warn on no SA support in event handler
 2015-06-11  7:48 UTC  (6+ messages)

[PATCH] RDMA/ocrdma: fix double free on pd
 2015-06-11  5:15 UTC  (2+ messages)

LINUX RDMA MAILING LIST MONITOR ALERT - RE: [PATCH for-next V5 00/12] Move RoCE GID management to IB/Core
 2015-06-11  2:19 UTC  (2+ messages)

[RESEND PATCH v3 14/14] IB/mad: Add final OPA MAD processing
 2015-06-10 20:16 UTC 

rdmacm issue
 2015-06-10 16:51 UTC  (4+ messages)

[PATCH 1/1 linux-next] IB/mthca: use swap() in mthca_make_profile()
 2015-06-10 16:31 UTC 

[PATCH] IB/core: Don't advertise SA in RoCE port capabilities
 2015-06-10 16:06 UTC  (4+ messages)

[PATCH v3] IB/ipoib: Scatter-Gather support in connected mode
 2015-06-10 16:02 UTC  (4+ messages)

Klientskie bazi tel +79133913837 Yznaite podrobnee!!!
 2015-06-10 12:53 UTC 


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