summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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-291-14/+17
* IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi2017-08-291-168/+0Star
* IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi2017-08-291-1/+1
* IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi2017-08-291-15/+3Star
* IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi2017-08-291-7/+10
* IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi2017-08-291-34/+45
* IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi2017-08-291-59/+82
* IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl2017-08-291-8/+1Star
* 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/+0Star
* 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/+0Star
* IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operationSebastian Sanchez2017-06-271-15/+7Star
* 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-051-31/+30Star
* IB/hfi1: Remove atomic operations for SDMA_REQ_HAVE_AHG bitSebastian Sanchez2017-05-051-14/+8Star
* IB/hfi1: Use filedata rather than filepointerMichael J. Ruhl2017-05-051-8/+6Star
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-051-29/+33
* IB/hfi1: Get rid of divide when setting the tx request headerSebastian Sanchez2017-05-051-17/+17
* IB/hfi1: Coding style improvement (make sizeof use safer)Markus Elfring2017-04-201-1/+3
* IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()Markus Elfring2017-04-201-3/+2Star
* IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()Markus Elfring2017-04-201-4/+6
* IB/hfi1: Race hazard avoidance in user SDMA driverMichael J. Ruhl2017-04-051-1/+2
* IB/hfi1: Code reuse with memdup_copyMichael J. Ruhl2017-02-191-9/+8Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-17/+43
|\
| * IB/hfi1: Disable header suppression for short packetsJakub Pawlak2016-12-111-17/+43
* | IB/hfi1: Remove incorrect IS_ERR checkDennis Dalessandro2016-11-151-1/+1
|/
* IB/hfi1: Add sysfs interface for affinity setupTadeusz Struk2016-10-021-6/+3Star
* IB/hfi1: Fix the count of user packets submitted to an SDMA engineHarish Chegondi2016-10-021-18/+13Star
* IB/hfi1: Fix AHG KDETH Intr shiftJubin John2016-09-021-1/+4
* IB/hfi1: Remove unneeded mm argument in remove functionDean Luick2016-08-031-3/+2Star
* IB/hfi1: Consistently call ops->remove outside spinlockDean Luick2016-08-031-17/+5Star
* IB/hfi1: Use evict mmu rb operationDean Luick2016-08-031-70/+46Star
* IB/hfi1: Make the cache handler own its rb tree rootDean Luick2016-08-031-13/+13
* IB/hfi1: Make use of mm consistentIra Weiny2016-08-031-5/+6
* IB/hfi1: Fix user SDMA racy user request claimDean Luick2016-08-031-13/+19
* IB/hfi1: Fix error condition that needs to clean upDean Luick2016-08-031-1/+2
* IB/hfi1: Release node on insert failureDean Luick2016-08-031-0/+1
* IB/hfi1: Validate SDMA user iovector countDean Luick2016-08-031-2/+22
* IB/hfi1: Validate SDMA user request indexDean Luick2016-08-031-0/+8
* IB/hfi1: Prevent null pointer dereferenceIra Weiny2016-08-031-1/+1