Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-02 | RDMA: Remove 'max_map_per_fmr' | Jason Gunthorpe |
2020-06-02 | RDMA/mthca: Remove FMR support for memory registration | Max Gurtovoy |
2020-05-02 | RDMA: Group create AH arguments in struct | Maor Gottlieb |
2020-03-04 | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib |
2020-02-20 | RDMA: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-01-31 | mm, tree-wide: rename put_user_page*() to unpin_user_page*() | John Hubbard |
2020-01-31 | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP | John Hubbard |
2020-01-16 | IB: Allow calls to ib_umem_get from kernel ULPs | Moni Shoua |
2019-11-17 | IB/umem: remove the dmasync argument to ib_umem_get | Christoph Hellwig |
2019-11-12 | RDMA: Change MAD processing function to remove extra casting and parameter | Leon Romanovsky |
2019-11-06 | RDMA/mad: Do not check MAD sizes in roce and ib drivers | Leon Romanovsky |
2019-07-03 | IB: Remove unneeded memset | Fuqian Huang |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe |
2019-06-20 | RDMA: Check umem pointer validity prior to release | Leon Romanovsky |
2019-06-18 | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV | Jason Gunthorpe |
2019-06-11 | RDMA: Convert CQ allocations to be under core responsibility | Leon Romanovsky |
2019-06-11 | RDMA: Clean destroy CQ in drivers do not return errors | Leon Romanovsky |
2019-06-10 | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe |
2019-06-10 | RDMA: Move uverbs_abi_ver into struct ib_device_ops | Jason Gunthorpe |
2019-06-10 | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe |
2019-05-27 | RDMA: Convert put_page() to put_user_page*() | John Hubbard |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-14 | IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast() | Ira Weiny |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-04-08 | RDMA: Handle SRQ allocations by IB/core | Leon Romanovsky |
2019-04-08 | RDMA: Handle AH allocations by IB/core | Leon Romanovsky |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch |
2019-04-01 | IB: Remove 'uobject->context' dependency in object destroy APIs | Shamir Rabinovitch |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch |
2019-03-28 | RDMA/mthca: Use correct sizing on buffers holding page DMA addresses | Shiraz Saleem |
2019-03-25 | RDMA: Use __packed annotation instead of __attribute__ ((packed)) | Erez Alfasi |
2019-02-22 | RDMA: Handle ucontext allocations by IB/core | Leon Romanovsky |
2019-02-15 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch |
2019-02-11 | RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem |
2019-02-08 | RDMA: Handle PD allocations by IB/core | Leon Romanovsky |
2019-02-04 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe |
2019-01-30 | RDMA: Provide safe ib_alloc_device() function | Leon Romanovsky |
2019-01-29 | Merge branch 'devx-async' into k.o/for-next | Jason Gunthorpe |
2019-01-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-01-14 | RDMA: Introduce and use rdma_device_to_ibdev() | Parav Pandit |
2019-01-14 | RDMA: Rename port_callback to init_port | Parav Pandit |
2019-01-10 | RDMA: Clear CTX objects during their allocation | Leon Romanovsky |
2019-01-10 | RDMA: Clear CQ objects during their allocation | Leon Romanovsky |
2019-01-10 | RDMA: Clear PD objects during their allocation | Leon Romanovsky |
2019-01-10 | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata | Jason Gunthorpe |
2019-01-10 | RDMA/mthca: Clear QP objects during their allocation | Leon Romanovsky |