summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
AgeCommit message (Expand)Author
2023-11-13RDMA/hfi1: Copy userspace arrays safelyPhilipp Stanner
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski
2023-08-22RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham
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
2021-11-29IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing
2021-04-07IB/hfi1: Add additional usdma tracesMike Marciniszyn
2020-11-25IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro
2020-05-12IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn
2020-03-23IB/hfi1: Ensure pq is not left on waitlistMike Marciniszyn
2020-02-11IB/hfi1: Close window for pq and request colidingMike Marciniszyn
2019-06-11IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan
2018-12-06IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro
2018-09-20IB/hfi1: Invalid user input can result in crashMichael J. Ruhl
2018-09-11IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl
2018-09-11IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl
2018-09-11IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl
2018-09-11IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-13IB/hfi1: Remove unnecessary if checkJan Sokolowski
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-27IB/hfi1: Remove the debug trace message in pin_sdma_pages()Harish Chegondi
2017-09-27IB/hfi1: Convert the macro AHG_HEADER_SET into an inline functionHarish Chegondi
2017-08-28IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl
2017-08-28IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi
2017-08-28IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi
2017-08-28IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi
2017-08-28IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi
2017-08-28IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi
2017-08-28IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi
2017-08-28IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl
2017-08-22IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt
2017-07-31IB/hfi1: Only set fd pointer when base context is completely initializedMichael J. Ruhl
2017-07-31IB/hfi1: Remove unused user context data membersMichael J. Ruhl
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan
2017-06-27IB/hfi1: Create common expected receive verbs/PSM codeMike Marciniszyn
2017-06-27IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operationSebastian Sanchez
2017-06-27IB/hfi1: Remove atomic SDMA_REQ_SEND_DONE bit operationSebastian Sanchez
2017-06-27IB/hfi1: Optimize cachelines for user SDMA request structureSebastian Sanchez
2017-06-27IB/hfi1: Don't remove RB entry when not needed.Sebastian Sanchez
2017-06-27IB/hfi1: Remove unnecessary initialization from tx requestSebastian Sanchez
2017-05-04IB/hfi1: Clean up on context initialization failureMichael J. Ruhl
2017-05-04IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bitSebastian Sanchez
2017-05-04IB/hfi1: Use filedata rather than filepointerMichael J. Ruhl
2017-05-04IB/hfi1: Name function prototype parametersMichael J. Ruhl