summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-102/+4
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-106/+1154
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-20/+15
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+355
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-14/+45
2018-02-01Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2018-02-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-216/+254
2018-02-01mm: remove PG_highmem descriptionMiles Chen1-5/+0
2018-02-01hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko1-2/+3
2018-02-01hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko1-3/+2
2018-02-01mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko1-0/+3
2018-02-01include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma...Petr Tesarik1-2/+10
2018-02-01zswap: only save zswap header when necessaryYu Zhao1-0/+2
2018-02-01hugetlb: implement memfd sealingMarc-André Lureau1-0/+1
2018-02-01hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-0/+10
2018-02-01shmem: rename functions that are memfd-relatedMarc-André Lureau1-2/+2
2018-02-01shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau1-2/+0
2018-02-01mm: remove reference to PG_buddyMatthew Wilcox1-7/+7
2018-02-01mm: document how to use struct pageMatthew Wilcox1-1/+23
2018-02-01mm: store compound_dtor / compound_order as bytesMatthew Wilcox1-13/+3
2018-02-01mm: introduce _slub_counter_tMatthew Wilcox1-13/+8
2018-02-01mm: improve comment on page->mappingMatthew Wilcox1-9/+3
2018-02-01mm: remove misleading alignment claimsMatthew Wilcox1-8/+5
2018-02-01mm: de-indent struct pageMatthew Wilcox1-21/+19
2018-02-01mm: align struct page more aestheticallyMatthew Wilcox1-9/+7
2018-02-01mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-3/+27
2018-02-01mm: get 7% more pages in a pagevecMatthew Wilcox1-3/+3
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox1-10/+16
2018-02-01mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko1-1/+0
2018-02-01mm: remove unused pgdat_reclaimable_pages()Jan Kara2-18/+0
2018-02-01mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner1-34/+62
2018-02-01mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner1-22/+22
2018-02-01mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner1-11/+20
2018-02-01mm: drop hotplug lock from lru_add_drain_all()Michal Hocko1-1/+0
2018-02-01include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton1-22/+2
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds62-2407/+3894
2018-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+9
2018-02-01Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+8
2018-02-01Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds3-19/+190
2018-02-01Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+18
2018-01-31Merge tag 'for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-0/+1
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds9-8/+55
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-9/+98
2018-01-31Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-0/+12
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-4/+78
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-45/+11