summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/file_ops.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2023-09-25infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells1-1/+1
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2023-04-09IB/hfi1: Remove trace newlinesDean Luick1-1/+1
2023-03-30IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe1-5/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-1/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-24/+57
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-01-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-01-10IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick1-24/+57
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-19RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-05-24RDMA/hfi1: Consolidate software versionsDennis Dalessandro1-1/+1
2022-05-24RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing1-43/+2
2021-07-30RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang1-3/+3
2021-06-22RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-3/+3
2021-01-22RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' paramLee Jones1-1/+1
2020-11-26IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro1-3/+1
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner1-2/+2
2020-03-19IB/hfi1: Remove kobj from hfi1_devdataKaike Wan1-3/+1
2020-02-11IB/hfi1: Close window for pq and request colidingMike Marciniszyn1-20/+32
2020-01-03IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn1-6/+6
2019-11-24RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe1-1/+1
2019-01-22IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl1-1/+1
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-12vfs: 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-02IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin1-3/+1
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+9
2018-01-11IB/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-15IB/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