summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic
Commit message (Expand)AuthorAgeFilesLines
* RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-161-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-4/+1
* RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann2019-09-131-2/+8
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-3/+4
* IB/usnic: Use dev_get_drvdataChuhong Yuan2019-07-251-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-155-26/+22
|\
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-0/+1
| |\
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-114-16/+12
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-4/+2
| * | 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-271-3/+4
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-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/+2
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-013-5/+3
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-012-9/+8
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-15/+9
* IB/usnic: Fix deadlockParvi Kaustubhi2019-02-193-28/+19
* 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-083-24/+10
* IB/usnic: Fix locking when unregisteringParvi Kaustubhi2019-02-081-2/+4
* drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso2019-02-073-55/+6
* mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-4/+4
* IB/usnic: Remove stub functionsGal Pressman2019-01-303-75/+0
* 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/+0
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-15/+11
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-101-1/+1
* IB/usnic: Fix out of bounds index check in query pkeyGal Pressman2019-01-101-1/+1
* IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-071-3/+2
* IB/usnic: Fix potential deadlockParvi Kaustubhi2018-12-191-4/+7
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-192-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-192-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/+29
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-263-26/+30