summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/user_sdma.c
AgeCommit message (Expand)Author
2019-11-20IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl
2019-07-03IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn
2018-12-21IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl
2018-12-01IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl
2018-10-03IB/hfi1: Invalid user input can result in crashMichael J. Ruhl
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
2016-10-02IB/hfi1: Add sysfs interface for affinity setupTadeusz Struk
2016-10-02IB/hfi1: Fix the count of user packets submitted to an SDMA engineHarish Chegondi
2016-09-02IB/hfi1: Fix AHG KDETH Intr shiftJubin John
2016-08-02IB/hfi1: Remove unneeded mm argument in remove functionDean Luick
2016-08-02IB/hfi1: Consistently call ops->remove outside spinlockDean Luick
2016-08-02IB/hfi1: Use evict mmu rb operationDean Luick
2016-08-02IB/hfi1: Make the cache handler own its rb tree rootDean Luick
2016-08-02IB/hfi1: Make use of mm consistentIra Weiny
2016-08-02IB/hfi1: Fix user SDMA racy user request claimDean Luick
2016-08-02IB/hfi1: Fix error condition that needs to clean upDean Luick
2016-08-02IB/hfi1: Release node on insert failureDean Luick
2016-08-02IB/hfi1: Validate SDMA user iovector countDean Luick
2016-08-02IB/hfi1: Validate SDMA user request indexDean Luick
2016-08-02IB/hfi1: Prevent null pointer dereferenceIra Weiny