summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-4/+4
* RDMA/core: Support object allocation in atomic contextLeon Romanovsky2019-04-081-1/+6
* IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe2019-04-081-1/+1
* RDMA/nldev: Return device protocolLeon Romanovsky2019-04-081-0/+5
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-082-1/+2
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-4/+1
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-34/+194
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-012-8/+14
* IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-012-20/+16
* RDMA/core: Don't compare specific bit after boolean ANDLeon Romanovsky2019-03-291-2/+2
* RDMA/netlink: Remove unused data structureLeon Romanovsky2019-03-291-11/+0
* RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-281-1/+3
* RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-281-1/+8
* RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-281-0/+3
* RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit2019-03-281-0/+6
* RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-281-6/+19
* IB/MAD: Add SMP details to MAD tracingIra Weiny2019-03-271-0/+90
* IB/UMAD: Add umad trace pointsIra Weiny2019-03-271-0/+126
* IB/MAD: Add agent trace pointsIra Weiny2019-03-271-0/+46
* IB/MAD: Add recv path trace pointIra Weiny2019-03-271-0/+67
* IB/MAD: Add send path trace pointsIra Weiny2019-03-271-0/+187
* overflow: Fix -Wtype-limits compilation warningsLeon Romanovsky2019-03-271-3/+9
* RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-264-6/+6
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-241-0/+2
|\
| * x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-0/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-242-3/+2
|\ \
| * \ Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-03-211-2/+1
| |\ \
| | * | irqchip/gic: Drop support for secondary GIC in non-DT systemsMarc Zyngier2019-03-111-2/+1
| * | | genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu2019-03-211-1/+1
| | |/ | |/|
* | | Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linuxLinus Torvalds2019-03-241-0/+1
|\ \ \
| * | | auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko2019-03-171-0/+1
* | | | Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-232-5/+20
|\ \ \ \
| * | | | block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-0/+1
| * | | | iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe2019-03-181-5/+19
* | | | | Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-233-4/+4
|\ \ \ \ \
| * | | | | sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang2019-03-221-1/+1
| * | | | | block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2019-03-201-2/+0
| * | | | | block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-201-0/+3
| * | | | | blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxDongli Zhang2019-03-191-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-231-0/+2
|\ \ \ \ \
| * | | | | libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-0/+2
| |/ / / /
* / / / / IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-181-1/+2
|/ / / /
* | | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-172-1/+8
|\ \ \ \
| * | | | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-172-1/+8
* | | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-163-0/+11
|\ \ \ \ \
| * | | | | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-053-1/+12
* | | | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-162-0/+6
|\ \ \ \ \ \
| * | | | | | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-072-0/+6
* | | | | | | Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-161-2/+4
|\ \ \ \ \ \ \
| * | | | | | | fix null pointer deref in tracepoints in back channelOlga Kornievskaia2019-03-121-2/+4