aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
AgeCommit message (Expand)Author
2019-09-16IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn
2019-04-24IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn
2019-04-22infiniband/qib: Fix typo in commentChengguang Xu
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01qib: Convert qib_unit_table to XArrayMatthew Wilcox
2019-03-28IB/qib: Remove a set-but-not-used variableBart Van Assche
2019-02-20drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford
2019-02-07drivers/IB,qib: optimize mmap_sem usageDavidlohr Bueso
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2019-02-05IB/hfi: Move RC functions into a header fileKaike Wan
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl
2019-01-30IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl
2019-01-24RDMA/qib: Use GUP longterm for PSM page piningIra Weiny
2019-01-24infiniband: qib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-21IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter
2018-12-12RDMA/qib: Initialize ib_device_ops structKamal Heib
2018-11-29RDMA/qib: Remove all occurrences of BUG_ON()Leon Romanovsky
2018-11-26IB/qib: fix spelling mistake "colescing" -> "coalescing"Colin Ian King
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-24IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn