summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/sdma.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-24RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller1-5/+7
2021-12-07IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn1-1/+1
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-44/+2
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing1-43/+1
2021-08-19IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li1-5/+4
2021-07-30RDMA/hfi1: Fix typo in commentsCai Huoqing1-1/+1
2021-06-24RDMA/hfi1: Remove use of kmap()Ira Weiny1-2/+2
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-1/+1
2021-01-28RDMA/hw/hfi1/sdma: Fix misnaming of 'sdma_send_txlist()'s 'count_out' paramLee Jones1-5/+5
2021-01-07RDMA/hfi1: remove h from printk format specifierTom Rix1-1/+1
2020-09-03RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais1-11/+11
2020-07-24IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+4
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-2/+2
2019-10-17IB/hfi1: Use a common pad buffer for 9B and 16B packetsMike Marciniszyn1-2/+3
2019-10-01RDMA/hfi1: Prevent memory leak in sdma_initNavid Emamdoost1-1/+4
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar1-6/+20
2019-06-17IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn1-0/+17
2019-06-17IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn1-6/+3
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-2/+1
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan1-9/+15
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-18/+9
2018-12-06IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn1-5/+5
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro1-32/+20
2018-09-11IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl1-2/+2
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn1-5/+5
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook1-1/+2
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan1-9/+3
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-7/+9
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam1-1/+2
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin1-6/+7
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-1/+0
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-21/+15
2017-10-30IB/hfi1: Take advantage of kvzalloc_node in sdma initializationMike Marciniszyn1-7/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-4/+4
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-4/+4
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-14IB/hfi1: Remove set-but-not-used variablesBart Van Assche1-2/+0
2017-10-14IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche1-1/+2
2017-09-27IB/hfi1: Set default_desc1 just one timeIra Weiny1-7/+7
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez1-1/+1
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan1-10/+24
2017-06-27IB/hfi1: Fix up sdma_init function commentIra Weiny1-4/+2
2017-04-05IB/hfi1: Ensure VL index is within boundsMichael J. Ruhl1-0/+5
2017-04-05IB/hfi1: NULL pointer dereference when freeing rhashtableSebastian Sanchez1-11/+27
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-9/+9
2016-11-15IB/hfi1: Inline sdma_txclean() for verbs pioMike Marciniszyn1-9/+9
2016-11-15IB/hfi1: Fix integrity check flags default valuesJakub Pawlak1-17/+2