summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/sdma.c
AgeCommit message (Expand)Author
2024-02-04IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski
2023-06-01IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham
2023-04-09IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey
2023-02-17IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey
2022-05-24RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller
2021-12-07IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing
2021-08-19IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li
2021-07-30RDMA/hfi1: Fix typo in commentsCai Huoqing
2021-06-24RDMA/hfi1: Remove use of kmap()Ira Weiny
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky
2021-01-28RDMA/hw/hfi1/sdma: Fix misnaming of 'sdma_send_txlist()'s 'count_out' paramLee Jones
2021-01-07RDMA/hfi1: remove h from printk format specifierTom Rix
2020-09-03RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-24IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-10-17IB/hfi1: Use a common pad buffer for 9B and 16B packetsMike Marciniszyn
2019-10-01RDMA/hfi1: Prevent memory leak in sdma_initNavid Emamdoost
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar
2019-06-17IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn
2019-06-17IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-06IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro
2018-09-11IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-10-30IB/hfi1: Take advantage of kvzalloc_node in sdma initializationMike Marciniszyn
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook
2017-10-14IB/hfi1: Remove set-but-not-used variablesBart Van Assche
2017-10-14IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-09-27IB/hfi1: Set default_desc1 just one timeIra Weiny
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan
2017-06-27IB/hfi1: Fix up sdma_init function commentIra Weiny
2017-04-05IB/hfi1: Ensure VL index is within boundsMichael J. Ruhl