summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* shmem: rename functions that are memfd-relatedMarc-André Lureau2018-01-311-2/+2
* shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau2018-01-311-2/+0
* mm: remove reference to PG_buddyMatthew Wilcox2018-01-311-7/+7
* mm: document how to use struct pageMatthew Wilcox2018-01-311-1/+23
* mm: store compound_dtor / compound_order as bytesMatthew Wilcox2018-01-311-13/+3
* mm: introduce _slub_counter_tMatthew Wilcox2018-01-311-13/+8
* mm: improve comment on page->mappingMatthew Wilcox2018-01-311-9/+3
* mm: remove misleading alignment claimsMatthew Wilcox2018-01-311-8/+5
* mm: de-indent struct pageMatthew Wilcox2018-01-311-21/+19
* mm: align struct page more aestheticallyMatthew Wilcox2018-01-311-9/+7
* mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-3/+27
* mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-01-311-8/+0
* mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov2018-01-311-1/+1
* asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov2018-01-311-0/+15
* mm: get 7% more pages in a pagevecMatthew Wilcox2018-01-311-3/+3
* mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-10/+16
* mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko2018-01-311-1/+0
* mm: remove unused pgdat_reclaimable_pages()Jan Kara2018-01-312-18/+0
* mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2018-01-311-34/+62
* mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner2018-01-311-22/+22
* mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2018-01-311-11/+20
* mm: use sc->priority for slab shrink targetsJosef Bacik2018-01-311-13/+10
* mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-01-311-1/+0
* include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-01-311-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-291-0/+42
| * | RDMA/nldev: Provide global resource utilizationLeon Romanovsky2018-01-291-0/+7
| * | RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2018-01-292-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-101-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