Age | Commit message (Expand) | Author | Files | Lines |
2019-06-10 | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+1 |
2019-06-10 | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe | 1 | -1/+3 |
2019-05-30 | IB/qib: Use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+3 |
2019-05-28 | RDMA: Convert put_page() to put_user_page*() | John Hubbard | 2 | -10/+7 |
2019-05-14 | IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast() | Ira Weiny | 1 | -1/+1 |
2019-05-14 | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM | Ira Weiny | 1 | -4/+4 |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 9 | -77/+32 |
2019-04-24 | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts | Mike Marciniszyn | 1 | -2/+2 |
2019-04-24 | IB/rdmavt: Fix ab/ba include issues | Mike Marciniszyn | 1 | -1/+1 |
2019-04-22 | infiniband/qib: Fix typo in comment | Chengguang Xu | 1 | -1/+1 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 4 | -14/+0 |
2019-04-01 | qib: Convert qib_unit_table to XArray | Matthew Wilcox | 5 | -69/+27 |
2019-03-28 | IB/qib: Remove a set-but-not-used variable | Bart Van Assche | 1 | -4/+1 |
2019-02-21 | drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages() | Davidlohr Bueso | 1 | -1/+1 |
2019-02-09 | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 1 | -6/+1 |
2019-02-07 | drivers/IB,qib: optimize mmap_sem usage | Davidlohr Bueso | 1 | -46/+27 |
2019-02-07 | mm: make mm->pinned_vm an atomic64 counter | Davidlohr Bueso | 1 | -2/+2 |
2019-02-06 | IB/hfi: Move RC functions into a header file | Kaike Wan | 1 | -6/+1 |
2019-02-05 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+0 |
2019-01-30 | IB/{hfi1, qib, rvt} Cleanup open coded sge usage | Michael J. Ruhl | 1 | -24/+2 |
2019-01-30 | IB/{hfi1,qib}: Cleanup open coded sge sizing | Michael J. Ruhl | 2 | -20/+4 |
2019-01-24 | RDMA/qib: Use GUP longterm for PSM page pining | Ira Weiny | 1 | -4/+4 |
2019-01-24 | infiniband: qib: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -19/+8 |
2019-01-22 | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM | Brian Welty | 1 | -1/+0 |
2019-01-14 | RDMA: Introduce and use rdma_device_to_ibdev() | Parav Pandit | 1 | -9/+9 |
2019-01-14 | RDMA: Rename port_callback to init_port | Parav Pandit | 1 | -1/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2018-12-20 | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 1 | -1/+2 |
2018-12-20 | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 1 | -1/+1 |
2018-12-19 | IB/qib: Fix an error code in qib_sdma_verbs_send() | Dan Carpenter | 1 | -1/+3 |
2018-12-12 | RDMA/qib: Initialize ib_device_ops struct | Kamal Heib | 1 | -2/+6 |
2018-11-30 | RDMA/qib: Remove all occurrences of BUG_ON() | Leon Romanovsky | 8 | -13/+0 |
2018-11-27 | IB/qib: fix spelling mistake "colescing" -> "coalescing" | Colin Ian King | 1 | -1/+1 |
2018-10-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 10 | -479/+94 |
2018-10-17 | RDMA/drivers: Use core provided API for registering device attributes | Parav Pandit | 3 | -67/+43 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota | 1 | -302/+1 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 7 | -54/+15 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 6 | -40/+20 |
2018-10-03 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 1 | -1/+0 |
2018-10-01 | IB/hfi1: Prepare resource waits for dual leg | Dennis Dalessandro | 2 | -7/+8 |
2018-10-01 | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan | 1 | -1/+1 |
2018-09-11 | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 2 | -11/+9 |
2018-07-31 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 1 | -1/+1 |
2018-07-10 | RDMA: Fix storage of PortInfo CapabilityMask in the kernel | Jason Gunthorpe | 1 | -3/+0 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -1/+2 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -2/+4 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -2/+2 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -4/+5 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 3 | -20/+27 |
2018-05-24 | IB/qib: Fix DMA api warning with debug kernel | Mike Marciniszyn | 3 | -13/+20 |