summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/file_ops.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl2019-01-211-1/+1
* IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()Michael J. Ruhl2018-09-011-8/+3Star
* IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl2018-09-011-0/+7
* IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl2018-07-031-0/+4
* IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn2018-06-221-3/+3
* IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn2018-06-041-1/+1
* IB/hfi1: Reorder incorrect send context disableMichael J. Ruhl2018-05-091-1/+1
* infiniband: hw: hfi1: Change return type to vm_fault_tSouptick Joarder2018-04-271-2/+2
* treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-281-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-3/+1Star
|\
| * IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin2018-02-011-3/+1Star
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-9/+9
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-9/+9
* | IB/hfi1: Prevent a NULL dereferenceDan Carpenter2018-01-101-2/+2
|/
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-206/+280
|\
| * IB/hfi1: Remove set-but-not-used variablesBart Van Assche2017-10-151-3/+1Star
| * IB/hfi1: Refactor reset_ctxt() IOCTLMichael J. Ruhl2017-09-291-56/+66
| * IB/hfi1: Refactor get_user() IOCTLsMichael J. Ruhl2017-09-291-40/+34Star
| * IB/hfi1: Refactor hfi_user_exp_rcv_invalid() IOCTLsMichael J. Ruhl2017-09-291-14/+40
| * IB/hfi1: Refactor hfi_user_exp_rcv_clear() IOCTLsMichael J. Ruhl2017-09-291-12/+37
| * IB/hfi1: Refactor hfi_user_exp_rcv_setup() IOCTLMichael J. Ruhl2017-09-291-21/+45
| * IB/hfi1: Refactor get_base_infoMichael J. Ruhl2017-09-291-12/+12
| * IB/hfi1: Fix parenthesis alignment issuesMichael J. Ruhl2017-09-291-12/+12
| * IB/hfi1: Refactor get_ctxt_infoMichael J. Ruhl2017-09-291-10/+10
| * IB/hfi1: Refactor assign_ctxt() IOCTLMichael J. Ruhl2017-09-291-17/+19
| * IB/hfi1: Inline common calculationMichael J. Ruhl2017-09-271-13/+8Star
* | IB/hfi1: On error, fix use after free during user context setupMichael J. Ruhl2017-09-271-19/+22
|/
* IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl2017-08-291-2/+1Star
* IB/hfi1: constify vm_operations_structArvind Yadav2017-08-291-1/+1
* IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi2017-08-291-1/+1
* IB/hf1: User context locking is inconsistentMichael J. Ruhl2017-08-221-66/+119
* IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl2017-08-221-97/+74Star
* IB/hfi1: Only set fd pointer when base context is completely initializedMichael J. Ruhl2017-07-311-23/+32
* IB/hfi1: Split copy_to_user data copy for better securityMichael J. Ruhl2017-07-311-3/+5
* IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl2017-07-311-6/+5Star
* IB/hfi1: Use context pointer rather than context indexMichael J. Ruhl2017-07-311-3/+3
* IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl2017-07-311-3/+3
* IB/hfi1: Remove unused user context data membersMichael J. Ruhl2017-07-311-6/+0Star
* IB/hfi1: Assign context does not clean up file descriptor correctly on errorMichael J. Ruhl2017-07-311-11/+26
* IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn2017-07-311-1/+1
* IB/hfi1: Resolve kernel panics by reference counting receive contextsMichael J. Ruhl2017-06-271-14/+25
* IB/hfi1: Create common expected receive verbs/PSM codeMike Marciniszyn2017-06-271-2/+2
* IB/hfi1: Clean up on context initialization failureMichael J. Ruhl2017-05-051-24/+38
* IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl2017-05-051-20/+31
* IB/hfi1: Clean up context initializationMichael J. Ruhl2017-05-051-89/+90
* IB/hfi1: Correctly clear the pkeyMichael J. Ruhl2017-05-051-1/+1
* IB/hfi1: Search shared contexts on the opened device, not all devicesMichael J. Ruhl2017-05-051-74/+48Star
* IB/hfi1: Use filedata rather than filepointerMichael J. Ruhl2017-05-051-35/+33Star
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-051-24/+30