aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford1-6/+1
2019-02-07drivers/IB,qib: optimize mmap_sem usageDavidlohr Bueso1-46/+27
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-2/+2
2019-02-05IB/hfi: Move RC functions into a header fileKaike Wan1-6/+1
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+0
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl1-24/+2
2019-01-30IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl2-20/+4
2019-01-24RDMA/qib: Use GUP longterm for PSM page piningIra Weiny1-4/+4
2019-01-24infiniband: qib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+8
2019-01-21IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty1-1/+0
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-9/+9
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-18IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter1-1/+3
2018-12-12RDMA/qib: Initialize ib_device_ops structKamal Heib1-2/+6
2018-11-29RDMA/qib: Remove all occurrences of BUG_ON()Leon Romanovsky8-13/+0
2018-11-26IB/qib: fix spelling mistake "colescing" -> "coalescing"Colin Ian King1-1/+1
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-479/+94
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit3-67/+43
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota1-302/+1
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota7-54/+15
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty6-40/+20
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2-7/+8
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-1/+1
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2-11/+9
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-1/+1
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-3/+0
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+4
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-20/+27
2018-05-24IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn3-13/+20
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty5-162/+10
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-5/+1
2018-05-09IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2-0/+14
2018-04-27infiniband: hw: qib: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2-5/+5
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+1
2018-03-06infiniband: hw: Drop unnecessary continueArushi1-3/+1
2018-02-28IB/qib: Move char *qib_sdma_state_names[] and constify while there.Hernán Gonzalez3-12/+10
2018-02-28IB/qib: Remove unused variable (char *qib_sdma_event_names[])Hernán Gonzalez2-15/+0
2018-02-11vfs: 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 Torvalds3-6/+3
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez3-6/+3
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-306/+34
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7