summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RDMA/irdma: Fix the type used to declare a bitmapChristophe JAILLET2021-12-071-1/+1
| * | | | IB/core: Remove redundant pointer mmColin Ian King2021-12-071-2/+1
| * | | | RDMA/uverbs: Remove the unnecessary assignmentZhu Yanjun2021-12-071-1/+0
| * | | | RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu2021-12-071-1/+1
| * | | | RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong2021-12-071-1/+1
| * | | | RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-4/+2
| * | | | RDMA/pvrdma: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-11-291-3/+3
| * | | | RDMA/pvrdma: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-2/+2
| * | | | IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-5/+3
| * | | | RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET2021-11-291-6/+4
| * | | | RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'Christophe JAILLET2021-11-291-3/+3
| * | | | RDMA/ocrdma: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-10/+6
| * | | | RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib2021-11-256-175/+10
| * | | | RDMA/siw: Use helper function to set sys_image_guidKamal Heib2021-11-251-1/+3
| * | | | RDMA/rtrs-clt: Fix the initial value of min_latencyJack Wang2021-11-251-1/+1
| * | | | RDMA/cma: Remove open coding of overflow checking for private_data_lenHÃ¥kon Bugge2021-11-251-4/+2
| * | | | RDMA/cxgb4: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-11-251-2/+2
| * | | | RDMA/cxgb4: Use bitmap_set() when applicableChristophe JAILLET2021-11-251-4/+1
| * | | | RDMA/cxgb4: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-251-5/+3
| * | | | IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'Christophe JAILLET2021-11-251-5/+5
| * | | | IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'Christophe JAILLET2021-11-251-2/+2
| * | | | IB/mthca: Use bitmap_set() when applicableChristophe JAILLET2021-11-251-4/+1
| * | | | IB/mthca: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-252-11/+7
| * | | | RDMA/hns: Remove magic numberXinhao Liu2021-11-191-1/+3
| * | | | RDMA/hns: Remove macros that are no longer usedYixing Liu2021-11-191-16/+0
| * | | | RDMA/hns: Correctly initialize the members of Array[][]Xinhao Liu2021-11-191-1/+2
| * | | | RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu2021-11-194-15/+15
| * | | | RDMA/hns: Replace tab with space in the right-side commentsXinhao Liu2021-11-193-15/+15
| * | | | RDMA/hns: Correct the print format to be consistent with the variable typeXinhao Liu2021-11-191-3/+3
| * | | | RDMA/hns: Correct the hex print formatXinhao Liu2021-11-192-6/+6
| * | | | RDMA/rxe: Remove some #defines from rxe_pool.hBob Pearson2021-11-192-3/+2
| * | | | RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.cBob Pearson2021-11-191-1/+0
| * | | | RDMA/rxe: Save object pointer in pool elementBob Pearson2021-11-192-13/+18
| * | | | RDMA/rxe: Copy setup parameters into rxe_poolBob Pearson2021-11-192-33/+27
| * | | | RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-1911-91/+89
| * | | | RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-199-86/+59
| * | | | RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter2021-11-191-5/+3
| * | | | RDMA/cxgb4: Use helper function to set GUIDsKamal Heib2021-11-191-3/+5
| * | | | RDMA/hns: Validate the pkey indexKamal Heib2021-11-171-0/+3
| * | | | RDMA/ocrdma: Use helper function to set GUIDsKamal Heib2021-11-173-17/+5
| * | | | RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...Christophe JAILLET2021-11-162-5/+2
| * | | | RDMA/bnxt_re: Remove unneeded variableChangcheng Deng2021-11-161-2/+1
| * | | | RDMA/irdma: Use helper function to set GUIDsKamal Heib2021-11-161-21/+6
* | | | | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-0820-68/+165
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | RDMA/irdma: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-2/+2
* | | | | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-122-6/+6
|\ \ \ \ \ \
| * | | | | | RDMA/irdma: Use auxiliary_device driver data helpersDavid E. Box2021-12-222-6/+6
| |/ / / / /
* | | | | | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-2/+2
|\ \ \ \ \ \
| * | | | | | RDMA/qib: rename copy_io to qib_copy_ioChristoph Hellwig2021-11-291-2/+2
| |/ / / / /