aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Kbuild: add Rust supportGravatar Miguel Ojeda 1-1/+45
2022-08-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-3/+15
2022-08-23arm64: fix rodata=fullGravatar Mark Rutland 1-3/+15
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTOGravatar Nick Desaulniers 1-4/+0
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-11/+5
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-292/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+17
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+10
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+3
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2022-07-27init/Kconfig: update KALLSYMS_ALL help textGravatar Baruch Siach 1-4/+5
2022-07-27kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Gravatar Nick Desaulniers 1-7/+0
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalGravatar Tejun Heo 1-0/+10
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADGravatar Paul E. McKenney 1-2/+2
2022-07-17init: add "hostname" kernel parameterGravatar Dan Moulding 1-0/+17
2022-07-15crypto: lib - make the sha1 library optionalGravatar Eric Biggers 1-0/+1
2022-07-12module: Move module's Kconfig items in kernel/module/Gravatar Christophe Leroy 1-292/+1
2022-07-07Documentation: update watch_queue.rst referencesGravatar Mauro Carvalho Chehab 1-1/+1
2022-07-01stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGravatar GONG, Ruiqi 1-0/+1
2022-06-29context_tracking: Split user tracking KconfigGravatar Frederic Weisbecker 1-2/+2
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsGravatar Paul E. McKenney 1-0/+1
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowGravatar Linus Torvalds 1-0/+9
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+3
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+4
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-20/+39
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-54/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-28/+62
2022-05-27mm: Kconfig: reorganize misplaced mm optionsGravatar Vlastimil Babka 1-53/+0
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+11
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+21
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-140/+0
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-4/+0
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Gravatar Linus Torvalds 1-0/+1
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 1-4/+0
2022-05-19mm: Kconfig: move swap and slab config options to the MM sectionGravatar Johannes Weiner 1-123/+0
2022-05-18random: handle latent entropy and command line from random_init()Gravatar Jason A. Donenfeld 1-7/+3
2022-05-13init: call time_init() before rand_initialize()Gravatar Jason A. Donenfeld 1-1/+2
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Gravatar Peter Xu 1-17/+0
2022-05-12module: Introduce module unload taint trackingGravatar Aaron Tomlin 1-0/+11
2022-05-09initramfs: support cpio extraction with file checksumsGravatar David Disseldorp 1-5/+24
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionGravatar David Disseldorp 2-12/+26
2022-05-09initramfs: make dir_entry.name a flexible array memberGravatar David Disseldorp 1-4/+6
2022-05-09initramfs: refactor do_header() cpio magic checksGravatar David Disseldorp 1-5/+4
2022-05-07init: Deal with the init process being a user mode processGravatar Eric W. Biederman 1-0/+2
2022-05-06kthread: Don't allocate kthread_struct for init and umhGravatar Eric W. Biederman 1-1/+1
2022-04-29init/Kconfig: remove USELIB syscall by defaultGravatar Kees Cook 1-2/+2
2022-04-26bootconfig: Support embedding a bootconfig file in kernelGravatar Masami Hiramatsu 2-11/+32