summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-165-26/+22Star
|\
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-0/+1
| |\
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-114-16/+12Star
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-4/+2Star
| * | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
| * | RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-281-3/+4
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-5/+10
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-4/+5
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-012-6/+2Star
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-013-5/+3Star
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-012-9/+8Star
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-15/+9Star
* IB/usnic: Fix deadlockParvi Kaustubhi2019-02-203-28/+19Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-2/+3
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-093-24/+10Star
* IB/usnic: Fix locking when unregisteringParvi Kaustubhi2019-02-091-2/+4
* drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso2019-02-073-55/+6Star
* mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-4/+4
* IB/usnic: Remove stub functionsGal Pressman2019-01-313-75/+0Star
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* infiniband: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-251-1/+1
* infiniband: usnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-26/+0Star
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-15/+11Star
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-111-1/+1
* IB/usnic: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-071-3/+2Star
* IB/usnic: Fix potential deadlockParvi Kaustubhi2018-12-201-4/+7
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-202-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-0/+2
* RDMA/usnic: Initialize ib_device_ops structKamal Heib2018-12-121-29/+32
* IB/usnic: fix spelling mistake "miniumum" -> "minimum"Colin Ian King2018-11-291-1/+1
* RDMA/drivers: Fix spelling mistake "initalize" -> "initialize"Colin Ian King2018-11-291-1/+1
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-173-45/+29Star
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-263-26/+30
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* IB/usnic: fix spelling mistake "unvalid" -> "invalid"Colin Ian King2018-09-251-1/+1
* RDMA/usnic: Do not use ucontext->tgidJason Gunthorpe2018-09-202-48/+46Star
* infiniband: remove redundant condition check before debugfs_removezhong jiang2018-09-111-2/+1Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-312-8/+8
* RDMA/usnic: Suppress a compiler warningBart Van Assche2018-07-262-3/+3
* IB/usnic: usnic should not select INFINIBAND_USER_ACCESSJason Gunthorpe2018-07-261-1/+1
* IB/usnic: Update with bug fixes from core codeJason Gunthorpe2018-06-253-14/+33
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-072-3/+2Star
|\
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
| * IB/usnic: Delete an error message for a failed memory allocation in usnic_tra...Markus Elfring2018-02-281-3/+1Star