Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-05-27 | RDMA: Convert put_page() to put_user_page*() | John Hubbard | 2 | -10/+7 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
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 |