Age | Commit message (Expand) | Author | Files | Lines |
2021-01-22 | RDMA/hw/qib/qib_driver: Fix misspelling in 'ppd's param description | Lee Jones | 1 | -1/+1 |
2020-11-23 | IB/qib: Use dma_set_mask_and_coherent to simplify code | Christophe JAILLET | 1 | -9/+2 |
2020-10-30 | RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit | Joe Perches | 1 | -18/+12 |
2020-10-30 | RDMA: Manual changes for sysfs_emit and neatening | Joe Perches | 1 | -26/+22 |
2020-10-26 | RDMA: Convert sysfs device * show functions to use sysfs_emit() | Joe Perches | 1 | -15/+15 |
2020-09-18 | Merge branch 'mlx5_active_speed' into rdma.git for-next | Jason Gunthorpe | 1 | -3/+3 |
2020-09-18 | RDMA: Fix link active_speed size | Aharon Landau | 1 | -3/+3 |
2020-09-03 | RDMA/qib: Convert tasklets to use new tasklet_setup() API | Allen Pais | 2 | -9/+8 |
2020-08-31 | RDMA/qib: Tidy up process_cc() | Alex Dewar | 1 | -37/+13 |
2020-08-31 | RDMA/qib: Remove superfluous fallthrough statements | Alex Dewar | 1 | -2/+0 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 8 | -28/+28 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -3/+3 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -5/+3 |
2020-06-02 | RDMA: Remove 'max_map_per_fmr' | Jason Gunthorpe | 1 | -1/+0 |
2020-05-19 | IB/qib: Call kobject_put() when kobject_init_and_add() fails | Kaike Wan | 1 | -4/+5 |
2020-04-14 | IB/qib: Remove unused variable ret | Zou Wei | 1 | -4/+3 |
2020-03-29 | IB/qib: Delete struct qib_ivdev.qp_rnd | George Spelvin | 2 | -3/+0 |
2020-03-02 | IB/hfi1, qib: Ensure RCU is locked when accessing list | Dennis Dalessandro | 1 | -0/+2 |
2020-01-31 | mm, tree-wide: rename put_user_page*() to unpin_user_page*() | John Hubbard | 2 | -4/+4 |
2020-01-31 | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP | John Hubbard | 2 | -2/+2 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 3 | -4/+4 |
2019-11-14 | RDMA/qib: Validate ->show()/store() callbacks before calling them | Viresh Kumar | 1 | -0/+6 |
2019-11-12 | RDMA: Change MAD processing function to remove extra casting and parameter | Leon Romanovsky | 2 | -12/+8 |
2019-11-06 | RDMA/mad: Do not check MAD sizes in roce and ib drivers | Leon Romanovsky | 1 | -4/+0 |
2019-11-06 | RDMA/mad: Allocate zeroed MAD buffer | Leon Romanovsky | 1 | -8/+0 |
2019-11-06 | RDMA/qib: Delete empty check_cc_key function | Leon Romanovsky | 1 | -11/+0 |
2019-11-06 | RDMA/qib: Delete extra line | Leon Romanovsky | 1 | -1/+0 |
2019-09-24 | mm/gup: add make_dirty arg to put_user_pages_dirty_lock() | akpm@linux-foundation.org | 1 | -4/+1 |
2019-09-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -10/+5 |
2019-09-13 | IB/{rdmavt, hfi1, qib}: Add a counter for credit waits | Kaike Wan | 2 | -8/+4 |
2019-09-03 | infiniband: don't bother with d_delete() | Al Viro | 1 | -1/+1 |
2019-07-25 | RDMA/qib: Unneeded variable ret | Hariprasad Kelam | 1 | -2/+1 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -9/+17 |
2019-07-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 7 | -56/+36 |
2019-07-04 | vfs: Convert qib_fs/ipathfs to use the new mount API | David Howells | 1 | -9/+17 |
2019-06-28 | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl | 2 | -11/+12 |
2019-06-28 | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl | 2 | -12/+13 |
2019-06-28 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam | 3 | -8/+4 |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 2 | -2/+1 |
2019-06-20 | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn | 1 | -22/+4 |
2019-06-17 | Merge tag 'v5.2-rc5' into sched/core, to pick up fixes | Ingo Molnar | 1 | -2/+0 |
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-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -2/+0 |
2019-06-03 | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 1 | -4/+3 |
2019-05-30 | IB/qib: Use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+3 |
2019-05-29 | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value | Mike Marciniszyn | 1 | -2/+0 |