aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04init: fix error check in clean_path()Barret Rhoden1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+6
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook1-4/+5
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-591/+148
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04init: add an init_dup helperChristoph Hellwig1-4/+4
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+3
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu1-6/+8
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+7
2020-08-04init: Align init_task to avoid conflict with MUTEX_FLAGSStafford Horne1-0/+1
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2020-07-31init: Add support for zstd compressed kernelNick Terrell1-1/+14
2020-07-31init: add an init_utimes helperChristoph Hellwig1-2/+1
2020-07-31init: add an init_stat helperChristoph Hellwig1-1/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig3-4/+3
2020-07-31init: add an init_mkdir helperChristoph Hellwig3-4/+5
2020-07-31init: add an init_symlink helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_link helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_eaccess helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chmod helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig1-3/+3
2020-07-31init: add an init_chroot helperChristoph Hellwig2-3/+3
2020-07-31init: add an init_chdir helperChristoph Hellwig2-5/+5
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_unlink helperChristoph Hellwig4-5/+6
2020-07-31init: add an init_umount helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_mount helperChristoph Hellwig3-7/+8
2020-07-31init: mark create_dev as __initChristoph Hellwig1-1/+1
2020-07-31init: mark console_on_rootfs as __initChristoph Hellwig1-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeChristoph Hellwig1-5/+1
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig1-4/+6
2020-07-31init: open code setting up stdin/stdout/stderrChristoph Hellwig1-6/+10
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig1-21/+26
2020-07-30initramfs: remove clean_rootfsChristoph Hellwig1-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig1-11/+4
2020-07-30initrd: mark initrd support as deprecatedChristoph Hellwig1-0/+2
2020-07-30initrd: mark init_linuxrc as __initChristoph Hellwig1-1/+1
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig1-40/+39
2020-07-30initrd: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig1-9/+0
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig3-78/+12
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+2
2020-07-29arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSUREValentin Schneider1-0/+2
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar1-4/+4
2020-07-22sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entryValentin Schneider1-1/+14