summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_file_ops.c
Commit message (Expand)AuthorAgeFilesLines
* infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells2023-09-251-1/+1
* RDMA: Make all 'class' structures constIvan Orlov2023-08-081-9/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-291-5/+4
|\
| * IB/qib: Remove unused cnt variableTom Rix2023-04-031-5/+4
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* | IB/qib: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-1/+1
* | iov_iter: add iter_iovec() helperJens Axboe2023-03-301-1/+1
|/
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-7/+6
* IB/qib: Fix comment typoJason Wang2022-07-191-1/+1
* IB: Fix spelling of 'writable'Zhang Jiaming2022-07-041-2/+2
* drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2022-01-201-1/+1
* RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-6/+6
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-2/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* RDMA/qib: Unneeded variable retHariprasad Kelam2019-07-251-2/+1
* sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-4/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn2018-05-241-3/+7
* infiniband: hw: qib: Change return type to vm_fault_tSouptick Joarder2018-04-271-1/+1
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-291-4/+4
* 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-01-311-43/+25
|\
| * IB/qib: Cleanup qib_set_part_key() with direct returnsJoe Perches2017-12-111-42/+24
| * IB/qib: remove redundant setting of any in for-loopColin Ian King2017-12-111-1/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-7/+7
|/
* IB/qib: Remove set-but-not-used variablesBart Van Assche2017-10-141-9/+0
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+1
* infiniband: remove WARN that is not kernel bugLeon Romanovsky2016-12-031-1/+4
* IB/qib: Prevent context lossIra Weiny2016-06-171-0/+5
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-4/+1
|\
| * IB/qib: Use cache inhibitted and guarded mapping on powerpcAneesh Kumar K.V2016-05-011-4/+1
* | IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-281-0/+5
|/
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* IB/qib: use arch_phys_wc_add()Luis R. Rodriguez2015-05-051-1/+2
* infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-111-8/+12
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | IB/qib: Add blank line after declarationMike Marciniszyn2015-02-201-0/+6
* | IB/qib: Fix checkpatch warningsMike Marciniszyn2015-02-201-9/+7
* | IB/qib: Fix sizeof checkpatch warningsMike Marciniszyn2015-02-171-2/+2
|/
* IB/qib: Remove duplicate check in get_a_ctxt()Dan Carpenter2014-03-171-1/+1
* IB/qib: add missing braces in do_qib_user_sdma_queue_create()Yann Droneaud2014-03-171-1/+2
* IB/qib: Improve SDMA performanceCQ Tang2013-08-131-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-131-48/+128
|\
| * IB/qib: Add dual-rail NUMA awareness for PSM processesRamkrishna Vepa2013-06-211-49/+125
| * IB/qib: Add optional NUMA affinityRamkrishna Vepa2013-06-211-1/+5
* | drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-1/+1