aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong1-2/+2
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-12/+15
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-4/+21
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong1-3/+3
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong1-3/+6
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+5
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds19-23/+1281
2018-10-29Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+41
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds16-268/+450
2018-10-29svcrdma: Increase the default connection credit limitChuck Lever1-6/+7
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust1-1/+1
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust1-6/+0
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust1-0/+12
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-0/+32
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+115
2018-10-29Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-21/+115
2018-10-29Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds2-52/+31
2018-10-29drm: HDMI and DP specific HDCP2.2 definesRamalingam C2-0/+79
2018-10-29drm: hdcp2.2 authentication msg definitionsRamalingam C1-0/+184
2018-10-29Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso1-2/+2
2018-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds40-683/+507
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-16/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds8-221/+1390
2018-10-27Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-5/+16
2018-10-27netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2-8/+13
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-118/+421
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval1-6/+7
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch2-14/+6
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi1-15/+0
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai1-1/+1
2018-10-26mm: dax: add comment for PFN_SPECIALYang Shi1-0/+2
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi1-0/+2
2018-10-26hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti1-0/+7
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti1-0/+9
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-0/+8
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti1-0/+15
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti1-0/+7
2018-10-26hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti1-0/+7
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti1-0/+8
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti1-0/+8
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti1-1/+7
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti1-0/+11
2018-10-26hugetlb: harmonize hugetlb.h arch specific defines with pgtable.hAlexandre Ghiti1-1/+1
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck1-0/+2
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck1-0/+1