aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2020-09-04init: fix error check in clean_path()Gravatar Barret Rhoden 1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-0/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-5/+6
2020-08-07kasan, arm64: don't instrument functions that enable kasanGravatar Andrey Konovalov 1-1/+1
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABGravatar Kees Cook 1-4/+5
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-591/+148
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04init: add an init_dup helperGravatar Christoph Hellwig 1-4/+4
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-04bootconfig: Fix to find the initargs correctlyGravatar Masami Hiramatsu 1-6/+8
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-04init: Align init_task to avoid conflict with MUTEX_FLAGSGravatar Stafford Horne 1-0/+1
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