summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-05IB/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/dledfo...Linus Torvalds1-17/+43
2016-12-11IB/hfi1: Disable header suppression for short packetsJakub Pawlak1-17/+43
2016-11-16IB/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-03IB/hfi1: Remove unneeded mm argument in remove functionDean Luick1-3/+2
2016-08-03IB/hfi1: Consistently call ops->remove outside spinlockDean Luick1-17/+5
2016-08-03IB/hfi1: Use evict mmu rb operationDean Luick1-70/+46
2016-08-03IB/hfi1: Make the cache handler own its rb tree rootDean Luick1-13/+13
2016-08-03IB/hfi1: Make use of mm consistentIra Weiny1-5/+6
2016-08-03IB/hfi1: Fix user SDMA racy user request claimDean Luick1-13/+19
2016-08-03IB/hfi1: Fix error condition that needs to clean upDean Luick1-1/+2
2016-08-03IB/hfi1: Release node on insert failureDean Luick1-0/+1
2016-08-03IB/hfi1: Validate SDMA user iovector countDean Luick1-2/+22
2016-08-03IB/hfi1: Validate SDMA user request indexDean Luick1-0/+8
2016-08-03IB/hfi1: Prevent null pointer dereferenceIra Weiny1-1/+1
2016-08-03IB/hfi1: Make iovec loop index easy to understandDean Luick1-3/+3
2016-08-03IB/hfi1: Use "false" not 0Ira Weiny1-1/+1
2016-08-03IB/hfi1: Fix minor format errorIra Weiny1-1/+2
2016-08-03IB/hfi1: Allow for non-double word multiple message sizes for user SDMAIra Weiny1-9/+22
2016-08-02IB/hfi1: Improve SDMA engine assignment for user SDMAJianxin Xiong1-1/+28
2016-06-07IB/hfi1: Suppress sparse warningsBart Van Assche1-2/+2
2016-06-07IB/hfi1: Use bit 0 instead of bit 1Bart Van Assche1-1/+1
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-0/+1625