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