summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-27/+29
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-3/+96
2019-09-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+60
2019-09-28Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-8/+53
2019-09-28Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds3-1/+27
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+3
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+8
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-19/+82
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-124/+171
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2-6/+6
2019-09-26mm: introduce MADV_PAGEOUTMinchan Kim2-0/+2
2019-09-26mm: introduce MADV_COLDMinchan Kim2-0/+3
2019-09-26bug: move WARN_ON() "cut here" into exception handlerKees Cook1-5/+3
2019-09-26bug: consolidate __WARN_FLAGS usageKees Cook1-11/+7
2019-09-26bug: clean up helper macros to remove __WARN_TAINT()Kees Cook1-10/+11
2019-09-26bug: consolidate warn_slowpath_fmt() usageKees Cook1-2/+1
2019-09-26bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook1-4/+4
2019-09-26bug: refactor away warn_slowpath_fmt_taint()Kees Cook1-9/+4
2019-09-26kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-0/+2
2019-09-26uaccess: add missing __must_check attributesKees Cook2-11/+12
2019-09-26kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik1-0/+2
2019-09-26cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan1-7/+7
2019-09-26fork: improve error message for corrupted page tablesSai Praneeth Prakhya1-0/+4
2019-09-26lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-7/+15
2019-09-26include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai1-18/+20
2019-09-26kernel-doc: core-api: include string.h into core-apiJoe Perches1-2/+3
2019-09-26augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse1-12/+12
2019-09-26augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2-21/+37
2019-09-26augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse1-21/+33
2019-09-26linux/coff.h: add include guardMasahiro Yamada1-0/+5
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds4-0/+5
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+4
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+7
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2-8/+14
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers1-0/+2
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2-17/+4
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman2-1/+5
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-1/+1
2019-09-25Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-09-25Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+4
2019-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-198/+172
2019-09-25zpool: add malloc_support_movable to zpool_driverHui Zhu1-0/+3
2019-09-25mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti1-0/+2
2019-09-25khugepaged: enable collapse pmd for pte-mapped THPSong Liu1-0/+12
2019-09-25mm, thp: introduce FOLL_SPLIT_PMDSong Liu1-0/+1
2019-09-25mm: move memcmp_pages() and pages_identical()Song Liu1-0/+7
2019-09-25mm: thp: make deferred split shrinker memcg awareYang Shi3-0/+14
2019-09-25mm: shrinker: make shrinker not depend on memcg kmemYang Shi2-9/+17