summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe96-300/+574
2018-08-14qedr: Add user space support for SRQYuval Bason1-0/+17
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe1-91/+0
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe1-29/+7
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe1-0/+24
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe1-28/+8
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe1-0/+1
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe3-19/+22
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe1-0/+137
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe1-1/+1
2018-08-08overflow.h: Add arithmetic shift helperJason Gunthorpe1-0/+31
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2-4/+5
2018-08-02iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja1-1/+2
2018-08-02RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu1-0/+1
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe1-2/+4
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2-4/+3
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe1-3/+9
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe1-1/+6
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2-11/+18
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe2-39/+35
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2-6/+11
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-0/+3
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-1/+0
2018-07-30RDMA/core: Return bool instead of intParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-1/+1
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit2-3/+3
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe1-0/+33
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-15/+15
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-5/+6
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+7
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+14
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+16
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2018-07-27IB/cache: Restore compatibility for ib_query_gidJason Gunthorpe1-0/+24
2018-07-26include/linux/eventfd.h: include linux/errno.hArnd Bergmann1-0/+1
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+8
2018-07-26mm: introduce vma_init()Kirill A. Shutemov1-0/+6
2018-07-26delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo1-1/+1
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit1-0/+13
2018-07-25rdma/cxgb4: Add support for srq functions & structsRaju Rangoju1-0/+17
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-8/+0
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe1-1/+1
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2-3/+8
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-0/+5
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe3-20/+29