summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/sdma.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek2024-02-041-1/+1
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham2023-06-011-5/+18
* IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey2023-04-091-17/+4
* IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2023-02-171-2/+2
* RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller2022-05-241-5/+7
* IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn2021-12-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-44/+2
|\
| * RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+1
| * RDMA/hfi1: Fix typo in commentsCai Huoqing2021-07-301-1/+1
* | IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li2021-08-191-5/+4
|/
* RDMA/hfi1: Remove use of kmap()Ira Weiny2021-06-241-2/+2
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-1/+1
* RDMA/hw/hfi1/sdma: Fix misnaming of 'sdma_send_txlist()'s 'count_out' paramLee Jones2021-01-281-5/+5
* RDMA/hfi1: remove h from printk format specifierTom Rix2021-01-071-1/+1
* RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-11/+11
* IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-241-5/+4
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo2019-11-231-2/+2
* IB/hfi1: Use a common pad buffer for 9B and 16B packetsMike Marciniszyn2019-10-171-2/+3
* RDMA/hfi1: Prevent memory leak in sdma_initNavid Emamdoost2019-10-011-1/+4
* Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-241-6/+20
|\
| * IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-06-171-0/+17
| * IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-171-6/+3
* | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-2/+1
|/
* IB/hfi1: Prioritize the sending of ACK packetsKaike Wan2019-02-051-9/+15
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-18/+9
* IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn2018-12-061-5/+5
* IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-301-32/+20
* IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl2018-09-111-2/+2
* IB/hfi1: Remove caches of chip CSRsMike Marciniszyn2018-06-221-5/+5
* treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-121-1/+2
* IB/hfi1: Ensure VL index is within boundsKaike Wan2018-06-041-9/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-7/+9
|\
| * IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam2018-02-011-1/+2
| * IB/hfi1: Fix for early release of sdma contextAlex Estrin2018-02-011-6/+7
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-21/+15
|\
| * IB/hfi1: Take advantage of kvzalloc_node in sdma initializationMike Marciniszyn2017-10-301-7/+2
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-4/+4
| |\
| | * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
| * | IB/hfi1: Remove set-but-not-used variablesBart Van Assche2017-10-141-2/+0
| * | IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-1/+2
| * | IB/hfi1: Set default_desc1 just one timeIra Weiny2017-09-271-7/+7
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
|/
* IB/hfi1: Create workqueue for link eventsSebastian Sanchez2017-07-311-1/+1
* IB/hfi1: Serve the most starved iowait entry firstKaike Wan2017-07-311-10/+24
* IB/hfi1: Fix up sdma_init function commentIra Weiny2017-06-271-4/+2
* IB/hfi1: Ensure VL index is within boundsMichael J. Ruhl2017-04-051-0/+5