summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-095-0/+135
|\
| * cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2019-05-061-1/+1
| * cgroup: add tracing points for cgroup v2 freezerRoman Gushchin2019-04-191-0/+55
| * cgroup: cgroup v2 freezerRoman Gushchin2019-04-194-0/+75
| * cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-04-191-0/+5
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-091-0/+5
|\ \
| * \ Merge branch 'next-integrity-for-james' of git://git.kernel.org/pub/scm/linux...James Morris2019-04-121-0/+5
| |\ \
| | * | x86/ima: require signed kernel modulesMimi Zohar2019-03-271-0/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0925-228/+1177
|\ \ \ \
| * | | | lib/scatterlist: Remove leftover from sg_page_iter commentGal Pressman2019-05-071-5/+5
| * | | | RDMA/efa: Add the ABI definitionsGal Pressman2019-05-061-0/+101
| * | | | RDMA: Add EFA related definitionsGal Pressman2019-05-062-1/+4
| * | | | RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-061-1/+0
| * | | | RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem2019-05-061-0/+47
| * | | | RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-062-0/+33
| * | | | IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich2019-05-061-0/+2
| * | | | IB/mlx5: Support device memory type attributeAriel Levkovich2019-05-062-0/+5
| * | | | RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-031-1/+1
| * | | | RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-0/+1
| * | | | RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-0/+3
| * | | | RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-032-29/+19
| * | | | RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-012-0/+41
| * | | | Merge branch 'mlx5_tir_icm' into rdma.git for-nextJason Gunthorpe2019-04-253-5/+51
| |\ \ \ \
| | * | | | IB/mlx5: Expose TIR ICM address to user spaceAriel Levkovich2019-04-251-0/+2
| * | | | | Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-2459-226/+489
| |\ \ \ \ \
| | * | | | | RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-9/+0
| | * | | | | RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-04-241-1/+0
| * | | | | | IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-0/+14
| * | | | | | IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn2019-04-242-76/+76
| * | | | | | IB/{rdmavt, hfi1): Miscellaneous comment fixesKaike Wan2019-04-241-1/+0
| * | | | | | RDMA/mlx5: Allow inserting a steering rule to the FDBMark Bloch2019-04-222-0/+2
| * | | | | | RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit2019-04-221-1/+5
| * | | | | | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-105-32/+69
| |\ \ \ \ \ \
| * | | | | | | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-4/+5
| * | | | | | | 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