aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/user_sdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-37/+55
2017-11-13IB/hfi1: Remove unnecessary if checkJan Sokolowski1-15/+15
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-4/+4
2017-09-27IB/hfi1: Remove the debug trace message in pin_sdma_pages()Harish Chegondi1-3/+1
2017-09-27IB/hfi1: Convert the macro AHG_HEADER_SET into an inline functionHarish Chegondi1-19/+39
2017-08-28IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl1-14/+17
2017-08-28IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi1-168/+0
2017-08-28IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi1-1/+1
2017-08-28IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi1-15/+3
2017-08-28IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi1-7/+10
2017-08-28IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi1-34/+45
2017-08-28IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi1-59/+82
2017-08-28IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl1-8/+1
2017-08-22IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt1-2/+5
2017-07-31IB/hfi1: Only set fd pointer when base context is completely initializedMichael J. Ruhl1-2/+2
2017-07-31IB/hfi1: Remove unused user context data membersMichael J. Ruhl1-11/+0
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan1-3/+5
2017-06-27IB/hfi1: Create common expected receive verbs/PSM codeMike Marciniszyn1-38/+0
2017-06-27IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operationSebastian Sanchez1-15/+7
2017-06-27IB/hfi1: Remove atomic SDMA_REQ_SEND_DONE bit operationSebastian Sanchez1-7/+7
2017-06-27IB/hfi1: Optimize cachelines for user SDMA request structureSebastian Sanchez1-48/+58
2017-06-27IB/hfi1: Don't remove RB entry when not needed.Sebastian Sanchez1-7/+16
2017-06-27IB/hfi1: Remove unnecessary initialization from tx requestSebastian Sanchez1-1/+11
2017-05-04IB/hfi1: Clean up on context initialization failureMichael J. Ruhl1-31/+30
2017-05-04IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bitSebastian Sanchez1-14/+8
2017-05-04IB/hfi1: Use filedata rather than filepointerMichael J. Ruhl1-8/+6
2017-05-04IB/hfi1: Name function prototype parametersMichael J. Ruhl1-29/+33
2017-05-04IB/hfi1: Get rid of divide when setting the tx request headerSebastian Sanchez1-17/+17
2017-04-20IB/hfi1: Coding style improvement (make sizeof use safer)Markus Elfring1-1/+3
2017-04-20IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()Markus Elfring1-3/+2
2017-04-20IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()Markus Elfring1-4/+6
2017-04-05IB/hfi1: Race hazard avoidance in user SDMA driverMichael J. Ruhl1-1/+2
2017-02-19IB/hfi1: Code reuse with memdup_copyMichael J. Ruhl1-9/+8
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-17/+43
2016-12-11IB/hfi1: Disable header suppression for short packetsJakub Pawlak1-17/+43
2016-11-15IB/hfi1: Remove incorrect IS_ERR checkDennis Dalessandro1-1/+1
2016-10-02IB/hfi1: Add sysfs interface for affinity setupTadeusz Struk1-6/+3
2016-10-02IB/hfi1: Fix the count of user packets submitted to an SDMA engineHarish Chegondi1-18/+13
2016-09-02IB/hfi1: Fix AHG KDETH Intr shiftJubin John1-1/+4
2016-08-02IB/hfi1: Remove unneeded mm argument in remove functionDean Luick1-3/+2
2016-08-02IB/hfi1: Consistently call ops->remove outside spinlockDean Luick1-17/+5
2016-08-02IB/hfi1: Use evict mmu rb operationDean Luick1-70/+46
2016-08-02IB/hfi1: Make the cache handler own its rb tree rootDean Luick1-13/+13
2016-08-02IB/hfi1: Make use of mm consistentIra Weiny1-5/+6
2016-08-02IB/hfi1: Fix user SDMA racy user request claimDean Luick1-13/+19
2016-08-02IB/hfi1: Fix error condition that needs to clean upDean Luick1-1/+2
2016-08-02IB/hfi1: Release node on insert failureDean Luick1-0/+1
2016-08-02IB/hfi1: Validate SDMA user iovector countDean Luick1-2/+22
2016-08-02IB/hfi1: Validate SDMA user request indexDean Luick1-0/+8
2016-08-02IB/hfi1: Prevent null pointer dereferenceIra Weiny1-1/+1