aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
AgeCommit message (Expand)Author
2020-05-20IB/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
2017-05-04IB/hfi1: Get rid of divide when setting the tx request headerSebastian Sanchez
2017-04-20IB/hfi1: Coding style improvement (make sizeof use safer)Markus Elfring
2017-04-20IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()Markus Elfring
2017-04-20IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()Markus Elfring
2017-04-05IB/hfi1: Race hazard avoidance in user SDMA driverMichael J. Ruhl
2017-02-19IB/hfi1: Code reuse with memdup_copyMichael J. Ruhl
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-11IB/hfi1: Disable header suppression for short packetsJakub Pawlak
2016-11-15IB/hfi1: Remove incorrect IS_ERR checkDennis Dalessandro