aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2021-04-14kconfig: do not use allnoconfig_y optionGravatar Masahiro Yamada 1-1/+0
2021-04-14kconfig: change defconfig_list option to environment variableGravatar Masahiro Yamada 1-9/+0
2021-04-09ima: enable signing of modules with build time generated keyGravatar Nayna Jain 1-3/+3
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-1/+1
2021-04-08stack: Optionally randomize kernel stack offset each syscallGravatar Kees Cook 1-0/+23
2021-04-04cgroup: Add misc cgroup controllerGravatar Vipin Sharma 1-0/+14
2021-03-30seccomp: Fix CONFIG tests for Seccomp_filtersGravatar Kenta.Tada@sony.com 1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-6/+5
2021-03-18bootconfig: Update prototype of setup_boot_config()Gravatar Cao jin 1-3/+3
2021-03-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2021-03-13init/Kconfig: make COMPILE_TEST depend on HAS_IOMEMGravatar Masahiro Yamada 1-2/+1
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedGravatar Masahiro Yamada 1-4/+4
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+1
2021-02-28kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOGravatar Masahiro Yamada 1-1/+0
2021-02-26bpf: Clean up sockmap related KconfigsGravatar Cong Wang 1-0/+1
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+45
2021-02-26initramfs: panic with memory informationGravatar Florian Fainelli 1-4/+15
2021-02-26kgdb: fix to kill breakpoints on initmem after bootGravatar Sumit Garg 1-0/+1
2021-02-26init/Kconfig: fix a typo in CC_VERSION_TEXT help textGravatar Bhaskar Chowdhury 1-1/+1
2021-02-26init/version.c: remove Version_<LINUX_VERSION_CODE> symbolGravatar Masahiro Yamada 1-8/+0
2021-02-26lib: stackdepot: add support to disable stack depotGravatar Vijayanand Jitta 1-0/+2
2021-02-26mm: add Kernel Electric-Fence infrastructureGravatar Alexander Potapenko 1-0/+3
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-12/+18
2021-02-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+0
2021-02-24mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ONGravatar Vlastimil Babka 1-14/+0
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2021-02-24Kbuild: enable TRIM_UNUSED_KSYMS again, with some guardingGravatar Linus Torvalds 1-2/+2
2021-02-23Kbuild: disable TRIM_UNUSED_KSYMS optionGravatar Linus Torvalds 1-0/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-17/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-02-22Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Gravatar Linus Torvalds 1-0/+11
2021-02-22kbuild: check the minimum linker version in KconfigGravatar Masahiro Yamada 1-8/+13
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-18initramfs: Provide a common initrd reserve functionGravatar Kefeng Wang 1-0/+45
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchGravatar Ingo Molnar 3-11/+12
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREGravatar Chris Wilson 1-0/+11
2021-02-16kbuild: check the minimum compiler version in KconfigGravatar Masahiro Yamada 1-4/+5
2021-02-15sfi: Remove framework for deprecated firmwareGravatar Andy Shevchenko 1-2/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-17/+0
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovGravatar Johannes Berg 2-2/+7
2021-01-29fgraph: Initialize tracing_graph_pause at task creationGravatar Steven Rostedt (VMware) 1-1/+2
2021-01-29drivers: Remove CONFIG_OPROFILE supportGravatar Viresh Kumar 1-1/+1
2021-01-27init/Kconfig: Correct thermal pressure help textGravatar Yue Hu 1-1/+1
2021-01-14kbuild: lto: add a default list of used symbolsGravatar Sami Tolvanen 1-0/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 1-8/+2
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Linus Torvalds 1-0/+1
2020-12-22kasan, arm64: only use kasan_depth for software modesGravatar Andrey Konovalov 1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-143/+128
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+8