aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu1-0/+3
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-19/+12
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-33/+23
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-9/+6
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-3/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-2/+3
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib3-15/+0
2020-08-18RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King1-1/+1
2020-07-16RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org1-4/+1
2019-09-13RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann1-2/+8
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-3/+4
2019-07-25IB/usnic: Use dev_get_drvdataChuhong Yuan1-1/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-26/+22
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky4-16/+12
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-4/+2
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-5/+10
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard1-3/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-4/+5
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch2-6/+2
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch3-5/+3
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2-9/+8
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-15/+9
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi3-28/+19
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-2/+3
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky3-24/+10
2019-02-08IB/usnic: Fix locking when unregisteringParvi Kaustubhi1-2/+4
2019-02-07drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso3-55/+6
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-4/+4
2019-01-30IB/usnic: Remove stub functionsGal Pressman3-75/+0
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1