aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
AgeCommit message (Expand)Author
2023-06-05init: pass root_device_name explicitlyChristoph Hellwig
2023-06-05init: rename mount_block_root to mount_root_genericChristoph Hellwig
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-31init: add an init_mkdir helperChristoph Hellwig
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31init: add an init_unlink helperChristoph Hellwig
2020-07-31init: add an init_umount helperChristoph Hellwig
2020-07-31init: add an init_mount helperChristoph Hellwig
2020-07-30initrd: mark initrd support as deprecatedChristoph Hellwig
2020-07-30initrd: mark init_linuxrc as __initChristoph Hellwig
2020-07-30initrd: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig
2020-06-19initrd: Remove erroneous commentTom Rini
2020-04-27x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski
2019-12-12initrd: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli
2018-11-07block: remove dead elevator codeJens Axboe
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-01-20init/do_mounts: initrd_load() can be booleanYaowei Bai
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo
2013-01-19make sure that /linuxrc has std{in,out,err}Al Viro
2013-01-18init, block: try to load default elevator module early during bootTejun Heo
2012-10-11don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-03-03init: Open /dev/console from rootfsEric W. Biederman
2007-11-20Freezer: Fix s2disk resume from initrdRafael J. Wysocki
2007-09-19Fix failure to resume from initrdsNigel Cunningham