summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+6
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov-1/+1
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook-4/+5
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-591/+148
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-08-04init: add an init_dup helperChristoph Hellwig-4/+4
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-3/+1
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+3
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu-6/+8
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+7
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+0
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+14
2020-07-31init: Add support for zstd compressed kernelNick Terrell-1/+14
2020-07-31init: add an init_utimes helperChristoph Hellwig-2/+1
2020-07-31init: add an init_stat helperChristoph Hellwig-1/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig-4/+3
2020-07-31init: add an init_mkdir helperChristoph Hellwig-4/+5
2020-07-31init: add an init_symlink helperChristoph Hellwig-1/+1
2020-07-31init: add an init_link helperChristoph Hellwig-1/+1
2020-07-31init: add an init_eaccess helperChristoph Hellwig-2/+2
2020-07-31init: add an init_chmod helperChristoph Hellwig-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig-3/+3
2020-07-31init: add an init_chroot helperChristoph Hellwig-3/+3
2020-07-31init: add an init_chdir helperChristoph Hellwig-5/+5
2020-07-31init: add an init_rmdir helperChristoph Hellwig-1/+1
2020-07-31init: add an init_unlink helperChristoph Hellwig-5/+6
2020-07-31init: add an init_umount helperChristoph Hellwig-1/+1
2020-07-31init: add an init_mount helperChristoph Hellwig-7/+8
2020-07-31init: mark create_dev as __initChristoph Hellwig-1/+1
2020-07-31init: mark console_on_rootfs as __initChristoph Hellwig-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeChristoph Hellwig-5/+1
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig-4/+6
2020-07-31init: open code setting up stdin/stdout/stderrChristoph Hellwig-6/+10
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig-21/+26
2020-07-30initramfs: remove clean_rootfsChristoph Hellwig-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig-11/+4
2020-07-30initrd: mark initrd support as deprecatedChristoph Hellwig-0/+2
2020-07-30initrd: mark init_linuxrc as __initChristoph Hellwig-1/+1
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig-40/+39
2020-07-30initrd: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig-9/+0
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig-78/+12
2020-07-29arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSUREValentin Schneider-0/+2
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar-4/+4
2020-07-22sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entryValentin Schneider-1/+14
2020-07-21exec: Implement kernel_execveEric W. Biederman-3/+1
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig-315/+1
2020-07-16init: remove the bstat helperChristoph Hellwig-14/+4
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook-0/+3
2020-07-02kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with ClangMasahiro Yamada-4/+4