aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds48-1299/+1279
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds8-37/+740
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-43/+808
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-14/+16
2018-02-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-1/+961
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-20/+70
2018-02-01Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-1/+12
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-8/+14
2018-02-01compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin1-0/+8
2018-02-01compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin1-8/+6
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds8-39/+15
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-102/+15
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds20-107/+1938
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-20/+15
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-3/+355
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-17/+48
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-238/+280
2018-01-31mm: remove PG_highmem descriptionMiles Chen1-5/+0
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko1-2/+3
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko1-3/+2
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko1-0/+3
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointerPetr Tesarik1-2/+10
2018-01-31zswap: only save zswap header when necessaryYu Zhao1-0/+2
2018-01-31hugetlb: implement memfd sealingMarc-André Lureau1-0/+1
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-0/+10
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-2/+2
2018-01-31shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau1-2/+0
2018-01-31mm: remove reference to PG_buddyMatthew Wilcox1-7/+7
2018-01-31mm: document how to use struct pageMatthew Wilcox1-1/+23
2018-01-31mm: store compound_dtor / compound_order as bytesMatthew Wilcox1-13/+3
2018-01-31mm: introduce _slub_counter_tMatthew Wilcox1-13/+8
2018-01-31mm: improve comment on page->mappingMatthew Wilcox1-9/+3
2018-01-31mm: remove misleading alignment claimsMatthew Wilcox1-8/+5
2018-01-31mm: de-indent struct pageMatthew Wilcox1-21/+19
2018-01-31mm: align struct page more aestheticallyMatthew Wilcox1-9/+7
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-3/+27
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-8/+0
2018-01-31mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov1-1/+1
2018-01-31asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2018-01-31mm: get 7% more pages in a pagevecMatthew Wilcox1-3/+3
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-10/+16
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko1-1/+0
2018-01-31mm: remove unused pgdat_reclaimable_pages()Jan Kara2-18/+0
2018-01-31mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner1-34/+62
2018-01-31mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner1-22/+22
2018-01-31mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner1-11/+20
2018-01-31mm: use sc->priority for slab shrink targetsJosef Bacik1-13/+10
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko1-1/+0