aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABGravatar Kees Cook 1-4/+5
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-3/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+7
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+0
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+14
2020-07-31init: Add support for zstd compressed kernelGravatar Nick Terrell 1-1/+14
2020-07-29arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSUREGravatar Valentin Schneider 1-0/+2
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsGravatar Ingo Molnar 1-4/+4
2020-07-22sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entryGravatar Valentin Schneider 1-1/+14
2020-07-21exec: Implement kernel_execveGravatar Eric W. Biederman 1-3/+1
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusGravatar Kees Cook 1-0/+3
2020-07-02kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with ClangGravatar Masahiro Yamada 1-4/+4
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-06-19initrd: Remove erroneous commentGravatar Tom Rini 1-5/+0
2020-06-16security: allow using Clang's zero initialization for stack variablesGravatar glider@google.com 1-5/+7
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-7/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-7/+7
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+12
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 2-0/+12
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineGravatar Vlastimil Babka 1-0/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-4/+28
2020-06-04Kconfig: add config option for asm goto w/ outputsGravatar Nick Desaulniers 1-0/+4
2020-06-04init: allow distribution configuration of default initGravatar Chris Down 2-0/+20
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-16/+3
2020-06-03mm: memcontrol: make swap tracking an integral part of memory controlGravatar Johannes Weiner 1-16/+1
2020-06-03padata: initialize earlierGravatar Daniel Jordan 1-0/+2
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+3
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+8
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+12
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2020-05-19pipe: Add general notification queue supportGravatar David Howells 1-0/+12
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuGravatar Thomas Gleixner 3-36/+53
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigGravatar Masahiro Yamada 1-0/+5
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelGravatar Masahiro Yamada 1-1/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-0/+3
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Gravatar Sami Tolvanen 1-0/+8
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workGravatar Daniel Borkmann 1-0/+3
2020-05-15x86: Fix early boot crash on gcc-10, third tryGravatar Borislav Petkov 1-0/+2
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-4/+6
2020-05-12bootconfig: Fix to prevent warning message if no bootconfig optionGravatar Masami Hiramatsu 1-4/+6
2020-05-12kbuild: add CONFIG_LD_IS_LLDGravatar Sami Tolvanen 1-0/+3
2020-05-12kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroGravatar Masahiro Yamada 1-1/+1
2020-05-12kbuild: ensure full rebuild when the compiler is updatedGravatar Masahiro Yamada 1-0/+17
2020-05-12kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANGGravatar Masahiro Yamada 1-2/+2
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsGravatar Linus Torvalds 1-1/+1