summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2
* 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/+8
* 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/+3
* IB/hfi1: Fix the count of user packets submitted to an SDMA engineHarish Chegondi2016-10-021-18/+13
* IB/hfi1: Fix AHG KDETH Intr shiftJubin John2016-09-021-1/+4
* IB/hfi1: Remove unneeded mm argument in remove functionDean Luick2016-08-021-3/+2
* IB/hfi1: Consistently call ops->remove outside spinlockDean Luick2016-08-021-17/+5
* IB/hfi1: Use evict mmu rb operationDean Luick2016-08-021-70/+46
* IB/hfi1: Make the cache handler own its rb tree rootDean Luick2016-08-021-13/+13
* IB/hfi1: Make use of mm consistentIra Weiny2016-08-021-5/+6
* IB/hfi1: Fix user SDMA racy user request claimDean Luick2016-08-021-13/+19
* IB/hfi1: Fix error condition that needs to clean upDean Luick2016-08-021-1/+2
* IB/hfi1: Release node on insert failureDean Luick2016-08-021-0/+1
* IB/hfi1: Validate SDMA user iovector countDean Luick2016-08-021-2/+22
* IB/hfi1: Validate SDMA user request indexDean Luick2016-08-021-0/+8
* IB/hfi1: Prevent null pointer dereferenceIra Weiny2016-08-021-1/+1
* IB/hfi1: Make iovec loop index easy to understandDean Luick2016-08-021-3/+3
* IB/hfi1: Use "false" not 0Ira Weiny2016-08-021-1/+1
* IB/hfi1: Fix minor format errorIra Weiny2016-08-021-1/+2
* IB/hfi1: Allow for non-double word multiple message sizes for user SDMAIra Weiny2016-08-021-9/+22
* IB/hfi1: Improve SDMA engine assignment for user SDMAJianxin Xiong2016-08-021-1/+28
* IB/hfi1: Suppress sparse warningsBart Van Assche2016-06-061-2/+2
* IB/hfi1: Use bit 0 instead of bit 1Bart Van Assche2016-06-061-1/+1
* IB/hfi1: Move driver out of stagingDennis Dalessandro2016-05-261-0/+1625
OpenPOWER on IntegriCloud