aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-4/+5
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroGravatar Kees Cook 1-2/+11
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesGravatar Kees Cook 1-0/+8
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-3/+4
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+7
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-29/+0
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 11-34/+65
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Gravatar Linus Torvalds 2-6/+8
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsGravatar Changbin Du 1-3/+4
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...Gravatar David Rientjes 1-4/+8
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""Gravatar David Rientjes 1-2/+0
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-27/+29
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-3/+96
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-3/+60
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-8/+53
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Gravatar Linus Torvalds 3-1/+27
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-0/+3
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingGravatar Florian Westphal 1-0/+9
2019-09-27ptp: correctly disable flags on old ioctlsGravatar Jacob Keller 1-0/+22
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-3/+9
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-8/+8
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+2
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateGravatar Eric Dumazet 1-0/+1
2019-09-27ipv6: add priority parameter to ip6_xmit()Gravatar Eric Dumazet 1-1/+1
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Gravatar Eric Dumazet 1-0/+5
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 6-19/+82
2019-09-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 17-124/+171
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 2-6/+6
2019-09-25mm: introduce MADV_PAGEOUTGravatar Minchan Kim 2-0/+2
2019-09-25mm: introduce MADV_COLDGravatar Minchan Kim 2-0/+3
2019-09-25bug: move WARN_ON() "cut here" into exception handlerGravatar Kees Cook 1-5/+3
2019-09-25bug: consolidate __WARN_FLAGS usageGravatar Kees Cook 1-11/+7
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Gravatar Kees Cook 1-10/+11
2019-09-25bug: consolidate warn_slowpath_fmt() usageGravatar Kees Cook 1-2/+1
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Gravatar Kees Cook 1-4/+4
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Gravatar Kees Cook 1-9/+4
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyGravatar Douglas Anderson 1-0/+2
2019-09-25uaccess: add missing __must_check attributesGravatar Kees Cook 2-11/+12
2019-09-25kexec: restore arch_kexec_kernel_image_probe declarationGravatar Vasily Gorbik 1-0/+2
2019-09-25cpumask: nicer for_each_cpumask_and() signatureGravatar Alexey Dobriyan 1-7/+7
2019-09-25fork: improve error message for corrupted page tablesGravatar Sai Praneeth Prakhya 1-0/+4
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsGravatar Stephen Boyd 1-7/+15
2019-09-25include/trace/events/writeback.h: fix -Wstringop-truncation warningsGravatar Qian Cai 1-18/+20
2019-09-25kernel-doc: core-api: include string.h into core-apiGravatar Joe Perches 1-2/+3
2019-09-25augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionGravatar Michel Lespinasse 1-12/+12
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroGravatar Michel Lespinasse 2-21/+37
2019-09-25augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroGravatar Michel Lespinasse 1-21/+33
2019-09-25linux/coff.h: add include guardGravatar Masahiro Yamada 1-0/+5