summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/file_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-021-1/+1
|\
| * IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* | infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells2023-09-251-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-291-1/+1
|\
| * IB/hfi1: Remove trace newlinesDean Luick2023-04-091-1/+1
* | IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-5/+2
* | iov_iter: add iter_iovec() helperJens Axboe2023-03-301-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-241-24/+57
|\
| * IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick2023-01-101-24/+57
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+2
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| |/
* / IB/hfi1: Restore allocated resources on failed copyoutDean Luick2023-01-221-2/+5
|/
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-1/+1
* RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie2022-07-191-1/+3
* RDMA/hfi1: Consolidate software versionsDennis Dalessandro2022-05-241-1/+1
* RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller2022-05-241-0/+2
* RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+2
* RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang2021-07-301-3/+3
* RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-211-3/+3
* RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' paramLee Jones2021-01-221-1/+1
* IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro2020-11-251-3/+1
* IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner2020-05-211-2/+2
* IB/hfi1: Remove kobj from hfi1_devdataKaike Wan2020-03-181-3/+1
* IB/hfi1: Close window for pq and request colidingMike Marciniszyn2020-02-111-20/+32
* IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn2020-01-031-6/+6
* RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe2019-11-231-1/+1
* 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/+3
* 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/+1
|\
| * IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin2018-02-011-3/+1
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-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-141-3/+1
| * IB/hfi1: Refactor reset_ctxt() IOCTLMichael J. Ruhl2017-09-291-56/+66
| * IB/hfi1: Refactor get_user() IOCTLsMichael J. Ruhl2017-09-291-40/+34
| * 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