summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Postpone remove_keys under knowledge of coming preemptionLeon Romanovsky2015-12-081-1/+13
* IB/mlx4: Use vmalloc for WR buffers when neededWengang Wang2015-12-082-9/+21
* iser-target: Remove explicit mlx4 work-aroundSagi Grimberg2015-12-081-10/+3
* mlx4: Expose correct max_sge_rd limitSagi Grimberg2015-12-081-1/+1
* IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock2015-12-081-0/+5
* IB/cma: Add a missing rcu_read_unlock()Bart Van Assche2015-12-081-4/+1
* IB core: Fix ib_sg_to_pages()Bart Van Assche2015-12-071-21/+22
* IB/srp: Fix srp_map_sg_fr()Bart Van Assche2015-12-072-15/+9
* IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche2015-12-071-1/+1
* IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig2015-12-071-0/+3
* IB/srp: Fix possible send queue overflowSagi Grimberg2015-12-071-1/+1
* IB/srp: Fix a memory leakBart Van Assche2015-12-071-9/+13
* IB/sa: Put netlink request into the request list before sendingKaike Wan2015-12-071-15/+17
* IB/iser: use sector_div instead of do_divArnd Bergmann2015-12-071-1/+1
* IB/core: use RCU for uverbs id lookupMike Marciniszyn2015-12-071-5/+7
* IB/qib: Minor fixes to qib per SFF 8636Easwar Hariharan2015-12-071-2/+2
* IB/core: Fix user mode post wr corruptionMike Marciniszyn2015-12-071-5/+10
* IB/qib: Fix qib_mr structureIra Weiny2015-12-071-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-5/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-5/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-44/+34
|\ \
| * | target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-44/+34
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-2/+2
|\ \
| * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-0782-2273/+2592
|\ \ \
| * | | IB/core, cma: Make __attribute_const__ declarations sparse-friendlyBart Van Assche2015-10-302-3/+3
| * | | IB/core: Remove old fast registration APISagi Grimberg2015-10-291-25/+0
| * | | RDMA/nes: Remove old FRWR APISagi Grimberg2015-10-282-167/+1
| * | | IB/qib: Remove old FRWR APISagi Grimberg2015-10-284-102/+1
| * | | iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-285-143/+1
| * | | RDMA/cxgb3: Remove old FRWR APISagi Grimberg2015-10-283-72/+1
| * | | RDMA/ocrdma: Remove old FRWR APISagi Grimberg2015-10-283-109/+1
| * | | IB/mlx4: Remove old FRWR API supportSagi Grimberg2015-10-285-98/+1
| * | | IB/mlx5: Remove old FRWR API supportSagi Grimberg2015-10-285-149/+9
| * | | IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg2015-10-281-9/+11
| * | | IB/srp: Remove srp_finish_mappingSagi Grimberg2015-10-281-10/+0
| * | | IB/srp: Convert to new registration APISagi Grimberg2015-10-282-65/+71
| * | | IB/srp: Split srp_map_sgSagi Grimberg2015-10-281-51/+106
| * | | iser-target: Port to new memory registration APISagi Grimberg2015-10-282-104/+28
| * | | IB/iser: Port to new fast registration APISagi Grimberg2015-10-283-52/+28
| * | | RDMA/nes: Support the new memory registration APISagi Grimberg2015-10-282-1/+120
| * | | IB/qib: Support the new memory registration APISagi Grimberg2015-10-284-1/+104
| * | | iw_cxgb4: Support the new memory registration APISagi Grimberg2015-10-284-0/+120
| * | | RDMA/cxgb3: Support the new memory registration APISagi Grimberg2015-10-283-0/+83
| * | | RDMA/ocrdma: Support the new memory registration APISagi Grimberg2015-10-284-0/+96
| * | | IB/mlx4: Support the new memory registration APISagi Grimberg2015-10-285-6/+132
| * | | IB/mlx5: Support the new memory registration APISagi Grimberg2015-10-285-0/+189
| * | | IB/mlx5: Remove dead fmr codeSagi Grimberg2015-10-281-25/+0
| * | | IB/core: Introduce new fast registration APISagi Grimberg2015-10-281-0/+107