summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham2023-08-221-435/+6
* IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham2023-06-011-82/+55
* IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey2023-04-091-214/+386
* IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-5/+3
* RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+2
* IB/hfi1: Add additional usdma tracesMike Marciniszyn2021-04-071-3/+9
* IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro2020-11-251-6/+7
* IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn2020-05-121-4/+0
* IB/hfi1: Ensure pq is not left on waitlistMike Marciniszyn2020-03-231-3/+22
* IB/hfi1: Close window for pq and request colidingMike Marciniszyn2020-02-111-5/+12
* IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-111-8/+4
* IB/hfi1: Prioritize the sending of ACK packetsKaike Wan2019-02-051-2/+4
* IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan2019-02-051-1/+2
* IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn2018-12-061-3/+2
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-1/+1
|\
| * IB/hfi1: Invalid user input can result in crashMichael J. Ruhl2018-09-201-1/+1
* | IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-301-6/+8
* | IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl2018-09-111-1/+3
* | IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl2018-09-111-4/+4
* | IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2018-09-111-14/+10
* | IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl2018-09-111-48/+39
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-37/+55
|\
| * IB/hfi1: Remove unnecessary if checkJan Sokolowski2017-11-131-15/+15
| * IB/hfi1: Remove the debug trace message in pin_sdma_pages()Harish Chegondi2017-09-271-3/+1
| * IB/hfi1: Convert the macro AHG_HEADER_SET into an inline functionHarish Chegondi2017-09-271-19/+39
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
|/
* IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl2017-08-281-14/+17
* IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi2017-08-281-168/+0
* IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi2017-08-281-1/+1
* IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi2017-08-281-15/+3
* IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi2017-08-281-7/+10
* IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi2017-08-281-34/+45
* IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi2017-08-281-59/+82
* IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl2017-08-281-8/+1
* IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt2017-08-221-2/+5
* IB/hfi1: Only set fd pointer when base context is completely initializedMichael J. Ruhl2017-07-311-2/+2
* IB/hfi1: Remove unused user context data membersMichael J. Ruhl2017-07-311-11/+0
* IB/hfi1: Serve the most starved iowait entry firstKaike Wan2017-07-311-3/+5
* IB/hfi1: Create common expected receive verbs/PSM codeMike Marciniszyn2017-06-271-38/+0
* IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operationSebastian Sanchez2017-06-271-15/+7
* IB/hfi1: Remove atomic SDMA_REQ_SEND_DONE bit operationSebastian Sanchez2017-06-271-7/+7
* IB/hfi1: Optimize cachelines for user SDMA request structureSebastian Sanchez2017-06-271-48/+58
* IB/hfi1: Don't remove RB entry when not needed.Sebastian Sanchez2017-06-271-7/+16
* IB/hfi1: Remove unnecessary initialization from tx requestSebastian Sanchez2017-06-271-1/+11
* IB/hfi1: Clean up on context initialization failureMichael J. Ruhl2017-05-041-31/+30
* IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bitSebastian Sanchez2017-05-041-14/+8
* IB/hfi1: Use filedata rather than filepointerMichael J. Ruhl2017-05-041-8/+6
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-041-29/+33
* IB/hfi1: Get rid of divide when setting the tx request headerSebastian Sanchez2017-05-041-17/+17