aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+16
2020-07-31init: add an init_mkdir helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_chroot helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chdir helperChristoph Hellwig1-4/+4
2020-07-31init: add an init_unlink helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_umount helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_mount helperChristoph Hellwig1-3/+3
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: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig1-9/+0
2020-06-19initrd: Remove erroneous commentTom Rini1-5/+0
2020-04-27x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich1-1/+12
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski1-4/+1
2019-12-12initrd: use do_mount() instead of ksys_mount()Dominik Brodowski1-3/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+20
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-0/+17
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli1-0/+3
2018-11-07block: remove dead elevator codeJens Axboe1-3/+0
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck1-10/+0
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski1-1/+1
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski1-1/+1
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski1-4/+4
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-20init/do_mounts: initrd_load() can be booleanYaowei Bai1-3/+3
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi1-2/+6
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo1-0/+4
2013-01-19make sure that /linuxrc has std{in,out,err}Al Viro1-0/+4
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+3
2012-10-11don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro1-25/+16
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten1-0/+10
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro1-1/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+4
2010-03-03init: Open /dev/console from rootfsEric W. Biederman1-4/+0
2007-11-20Freezer: Fix s2disk resume from initrdRafael J. Wysocki1-3/+9
2007-09-19Fix failure to resume from initrdsNigel Cunningham1-1/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-5/+2
2007-05-07freezer: remove PF_NOFREEZE from handle_initrdRafael J. Wysocki1-2/+3
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-10-02[PATCH] introduce kernel_execveArnd Bergmann1-2/+1