summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qib/qib_file_ops.c
AgeCommit message (Expand)Author
2023-09-25infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells
2023-08-08RDMA: Make all 'class' structures constIvan Orlov
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-03IB/qib: Remove unused cnt variableTom Rix
2023-03-30IB/qib: check for user backed iterator, not specific iterator typeJens Axboe
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-07-19IB/qib: Fix comment typoJason Wang
2022-07-04IB: Fix spelling of 'writable'Zhang Jiaming
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-07-25RDMA/qib: Unneeded variable retHariprasad Kelam
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-05-24IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn
2018-04-27infiniband: hw: qib: Change return type to vm_fault_tSouptick Joarder
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2017-12-11IB/qib: Cleanup qib_set_part_key() with direct returnsJoe Perches
2017-12-11IB/qib: remove redundant setting of any in for-loopColin Ian King
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-10-14IB/qib: Remove set-but-not-used variablesBart Van Assche
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky
2016-06-17IB/qib: Prevent context lossIra Weiny
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-01IB/qib: Use cache inhibitted and guarded mapping on powerpcAneesh Kumar K.V
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-05-05IB/qib: use arch_phys_wc_add()Luis R. Rodriguez
2015-04-11infinibad: weird APIs switched to ->write_iter()Al Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-20IB/qib: Add blank line after declarationMike Marciniszyn
2015-02-20IB/qib: Fix checkpatch warningsMike Marciniszyn
2015-02-17IB/qib: Fix sizeof checkpatch warningsMike Marciniszyn
2014-03-17IB/qib: Remove duplicate check in get_a_ctxt()Dan Carpenter
2014-03-17IB/qib: add missing braces in do_qib_user_sdma_queue_create()Yann Droneaud
2013-08-13IB/qib: Improve SDMA performanceCQ Tang
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-06-21IB/qib: Add dual-rail NUMA awareness for PSM processesRamkrishna Vepa
2013-06-21IB/qib: Add optional NUMA affinityRamkrishna Vepa
2013-05-07aio: don't include aio.h in sched.hKent Overstreet