summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence-0/+4
2017-11-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates-1/+2
2017-11-17include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada-1/+0
2017-11-17include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada-1/+1
2017-11-17include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das-0/+3
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook-2/+3
2017-11-17bug: define the "cut here" string in a single placeKees Cook-0/+2
2017-11-17iopoll: avoid -Wint-in-bool-context warningArnd Bergmann-9/+15
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen-0/+5
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen-3/+7
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes-0/+11
2017-11-17mm: fix nodemask printingArnd Bergmann-3/+10
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+83
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-17/+177
2017-11-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds-4180/+99
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-24/+70
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+34
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+71
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-7/+21
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-7/+16
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+117
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+303
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+11
2017-11-16Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-6/+84
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+11
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+6
2017-11-16Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář-0/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-275/+1638
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-205/+382
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-359/+300
2017-11-15mm: simplify nodemask printingMichal Hocko-1/+3
2017-11-15writeback: remove unused function parameterWang Long-1/+1
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin-1/+2
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang-0/+10
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman-2/+2
2017-11-15mm: remove __GFP_COLDMel Gorman-17/+2
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman-9/+6
2017-11-15mm: remove cold parameter for release_pagesMel Gorman-2/+2
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-3/+1
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman-1/+3
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman-5/+15
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara-0/+4
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara-1/+7
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin-0/+31
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin-0/+27
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)-186/+0
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)-16/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)-3/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-40/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov-53/+13