aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso1-0/+2
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov1-0/+4
2017-11-17kcov: support comparison operands collectionVictor Chibotaru2-4/+32
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov1-1/+2
2017-11-17pid: remove pidhashGargi Sharma3-5/+2
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma1-11/+3
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2-0/+4
2017-11-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates1-1/+2
2017-11-17include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada1-1/+0
2017-11-17include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada1-1/+1
2017-11-17include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das1-0/+3
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook1-2/+3
2017-11-17bug: define the "cut here" string in a single placeKees Cook1-0/+2
2017-11-17iopoll: avoid -Wint-in-bool-context warningArnd Bergmann1-9/+15
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen1-0/+5
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen3-3/+7
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes1-0/+11
2017-11-17mm: fix nodemask printingArnd Bergmann1-3/+10
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds10-10/+83
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-17/+177
2017-11-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-4180/+99
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-24/+70
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+34
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-1/+71
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-7/+21
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+16
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-9/+117
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-6/+303
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-6/+11
2017-11-16Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-6/+84
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+11
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-32/+6
2017-11-16Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář2-0/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds43-275/+1638
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds11-205/+382
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds37-359/+300
2017-11-15mm: simplify nodemask printingMichal Hocko1-1/+3
2017-11-15writeback: remove unused function parameterWang Long1-1/+1
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin1-1/+2
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang1-0/+10
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman1-2/+2
2017-11-15mm: remove __GFP_COLDMel Gorman5-17/+2
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman2-9/+6
2017-11-15mm: remove cold parameter for release_pagesMel Gorman2-2/+2
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-3/+1
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman1-1/+3
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman2-5/+15
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara1-0/+4
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara1-1/+7
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin2-0/+31