aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
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-31init: add an init_utimes helperGravatar Christoph Hellwig 1-2/+1
2020-07-31init: add an init_stat helperGravatar Christoph Hellwig 1-1/+2
2020-07-31init: add an init_mknod helperGravatar Christoph Hellwig 3-4/+3
2020-07-31init: add an init_mkdir helperGravatar Christoph Hellwig 3-4/+5
2020-07-31init: add an init_symlink helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_link helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_eaccess helperGravatar Christoph Hellwig 1-2/+2
2020-07-31init: add an init_chmod helperGravatar Christoph Hellwig 1-2/+2
2020-07-31init: add an init_chown helperGravatar Christoph Hellwig 1-3/+3
2020-07-31init: add an init_chroot helperGravatar Christoph Hellwig 2-3/+3
2020-07-31init: add an init_chdir helperGravatar Christoph Hellwig 2-5/+5
2020-07-31init: add an init_rmdir helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_unlink helperGravatar Christoph Hellwig 4-5/+6
2020-07-31init: add an init_umount helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_mount helperGravatar Christoph Hellwig 3-7/+8
2020-07-31init: mark create_dev as __initGravatar Christoph Hellwig 1-1/+1
2020-07-31init: mark console_on_rootfs as __initGravatar Christoph Hellwig 1-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeGravatar Christoph Hellwig 1-5/+1
2020-07-31initramfs: use vfs_utimes in do_copyGravatar Christoph Hellwig 1-4/+6
2020-07-31init: open code setting up stdin/stdout/stderrGravatar Christoph Hellwig 1-6/+10
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsGravatar Christoph Hellwig 1-21/+26
2020-07-30initramfs: remove clean_rootfsGravatar Christoph Hellwig 1-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsGravatar Christoph Hellwig 1-11/+4
2020-07-30initrd: mark initrd support as deprecatedGravatar Christoph Hellwig 1-0/+2
2020-07-30initrd: mark init_linuxrc as __initGravatar Christoph Hellwig 1-1/+1
2020-07-30initrd: switch initrd loading to struct file based APIsGravatar Christoph Hellwig 1-40/+39
2020-07-30initrd: remove the BLKFLSBUF call in handle_initrdGravatar Christoph Hellwig 1-9/+0
2020-07-30initrd: remove support for multiple floppiesGravatar Christoph Hellwig 3-78/+12
2020-07-29sched: tasks: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-1/+2
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-16md: move the early init autodetect code to drivers/md/Gravatar Christoph Hellwig 4-315/+1
2020-07-16init: remove the bstat helperGravatar Christoph Hellwig 2-14/+4
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