aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge tag 'mmc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-23/+7
2018-10-22net/wan/fsl_ucc_hdlc: error countersMathias Thore1-1/+7
2018-10-22af_unix.h: trivial whitespace cleanupVito Caputo1-2/+2
2018-10-22umh: Add command line to user mode helpersOlivier Brunel1-0/+1
2018-10-22dt-bindings: phy: Update SERDES_MAX to be SERDES_MAX + 1Gustavo A. R. Silva1-1/+1
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-0/+1
2018-10-23Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds4-180/+175
2018-10-23Merge tag 'spi-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds5-27/+33
2018-10-23Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-4/+27
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds8-530/+592
2018-10-23Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+73
2018-10-22Merge tag 'asoc-v5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai81-231/+457
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds9-45/+62
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds19-420/+431
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-12/+77
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook1-1/+2
2018-10-22drm: fourcc: Convert drm_format_info kerneldoc to in-line member documentationAlexandru Gheorghe1-10/+20
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques2-0/+45
2018-10-22libceph: preallocate message data itemsIlya Dryomov2-24/+11
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-10/+1
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov1-3/+2
2018-10-22libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov1-1/+7
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-20/+113
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2018-10-21Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown1-1/+16
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown5-26/+17
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown4-180/+175
2018-10-21Merge branch 'asoc-4.20' into asoc-nextMark Brown6-19/+612
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox1-36/+4
2018-10-21xarray: Add range store functionalityMatthew Wilcox1-0/+2
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox1-2/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox1-2/+0
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox1-1/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox1-6/+0
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox1-6/+1
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox1-5/+1
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-3/+5
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox1-2/+3
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-9/+0
2018-10-21mm: Convert page-writeback to XArrayMatthew Wilcox1-7/+10
2018-10-21page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox1-1/+1
2018-10-21page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox1-2/+2
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox1-17/+0
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox2-5/+6
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox1-2/+2
2018-10-21page cache: Rearrange address_spaceMatthew Wilcox1-15/+31
2018-10-21ida: Convert to XArrayMatthew Wilcox1-11/+7
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox1-0/+101
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox1-2/+32
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox1-0/+13