summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko2018-02-011-1/+0
* mm: remove unused pgdat_reclaimable_pages()Jan Kara2018-02-012-18/+0
* mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2018-02-011-34/+62
* mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner2018-02-011-22/+22
* mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2018-02-011-11/+20
* mm: use sc->priority for slab shrink targetsJosef Bacik2018-02-011-13/+10
* mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-02-011-1/+0
* include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-02-011-22/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3120-87/+521
|\
| * Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-30104-506/+587
| |\
| * | RDMA/nldev: Provide detailed QP informationLeon Romanovsky2018-01-301-0/+42
| * | RDMA/nldev: Provide global resource utilizationLeon Romanovsky2018-01-301-0/+7
| * | RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2018-01-302-0/+176
| * | RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky2018-01-291-3/+10
| * | RDMA/core: Use the MODNAME instead of the function name for pd callersLeon Romanovsky2018-01-291-1/+1
| * | RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-292-6/+6
| * | IB/srp: Add RDMA/CM supportBart Van Assche2018-01-231-0/+17
| * | RDMA/core: Simplify rdma_addr_get_sgid() to not support RoCEParav Pandit2018-01-191-26/+7
| * | RDMA/cma: Introduce API to read GIDs for multiple transportsParav Pandit2018-01-191-0/+19
| * | IB/mlx5: Mmap the HCA's clock info to user-spaceFeras Daoud2018-01-181-1/+17
| * | net/mlx5e: Add clock info page to mlx5 core devicesFeras Daoud2018-01-182-0/+19
| * | RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma2018-01-181-0/+9
| * | RDMA/core: Clarify rdma_ah_find_typeParav Pandit2018-01-151-2/+1
| * | IB/core: Fix ib_wc structure size to remain in 64 bytes boundaryBodong Wang2018-01-151-1/+1
| * | RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-2/+2
| * | RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit2018-01-111-4/+4
| * | {net, IB}/mlx5: Change set_roce_gid to take a port numberDaniel Jurgens2018-01-081-1/+1
| * | {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-084-9/+56
| * | IB/mlx5: Make netdev notifications multiport capableDaniel Jurgens2018-01-081-0/+5
| * | net/mlx5: Set software owner ID during init HCADaniel Jurgens2018-01-082-1/+9
| * | net/mlx5: Fix race for multiple RoCE enableDaniel Jurgens2018-01-081-1/+1
| * | IB/mlx5: Add support for DC target QPMoni Shoua2018-01-081-0/+5
| * | IB/mlx5: Handle type IB_QPT_DRIVER when creating a QPMoni Shoua2018-01-081-1/+6
| * | IB/core: Introduce driver QP typeMoni Shoua2018-01-081-0/+1
| * | net/mlx5: Add DCT command interfaceMoni Shoua2018-01-083-0/+29
| * | IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-7/+11
| * | IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-051-0/+13
| * | IB/mlx5: Enable QP creation with a given blue flame indexYishai Hadas2017-12-281-1/+2
| * | IB/mlx5: Extend UAR stuff to support dynamic allocationYishai Hadas2017-12-283-0/+7
| * | IB/mlx5: Report inner RSS capabilityMaor Gottlieb2017-12-281-1/+1
| * | IB/mlx4: Add support to RSS hash for inner headersGuy Levi2017-12-281-3/+4
| * | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-282-5/+11
| |\ \
| | * | RDMA/vmw_pvrdma: Remove usage of BIT() from UAPI headerBryan Tan2017-12-281-6/+6
| | * | RDMA/vmw_pvrdma: Add UAR SRQ macros in ABI header fileBryan Tan2017-12-281-0/+2
| * | | IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota2017-12-221-0/+16
| * | | IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit2017-12-181-4/+4
| * | | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-5/+5
| * | | IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit2017-12-181-2/+1
| * | | RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-181-1/+1
| * | | IB/core: Removed unused functionParav Pandit2017-12-181-1/+0