summaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
Commit message (Expand)AuthorAgeFilesLines
* init: pass root_device_name explicitlyChristoph Hellwig2023-06-051-5/+6
* init: rename mount_block_root to mount_root_genericChristoph Hellwig2023-06-051-1/+1
* freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra2022-09-071-9/+1
* kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng2022-04-061-1/+21
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-23/+16
|\
| * init: add an init_mkdir helperChristoph Hellwig2020-07-311-1/+1
| * init: add an init_chroot helperChristoph Hellwig2020-07-311-2/+2
| * init: add an init_chdir helperChristoph Hellwig2020-07-311-4/+4
| * init: add an init_unlink helperChristoph Hellwig2020-07-311-2/+2
| * init: add an init_umount helperChristoph Hellwig2020-07-311-1/+1
| * init: add an init_mount helperChristoph Hellwig2020-07-311-3/+3
| * initrd: mark initrd support as deprecatedChristoph Hellwig2020-07-301-0/+2
| * initrd: mark init_linuxrc as __initChristoph Hellwig2020-07-301-1/+1
| * initrd: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig2020-07-301-9/+0
* | initrd: Remove erroneous commentTom Rini2020-06-191-5/+0
|/
* x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich2020-04-271-1/+12
* init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski2019-12-121-4/+1
* initrd: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-3/+3
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-0/+20
|\ \
| * | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-0/+17
| * | arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-261-0/+3
| |/
* / block: remove dead elevator codeJens Axboe2018-11-071-3/+0
|/
* init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-221-10/+0
* kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-1/+1
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-1/+1
* fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-021-4/+4
* fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2018-04-021-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* init/do_mounts: initrd_load() can be booleanYaowei Bai2016-01-201-3/+3
* usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-04-301-2/+6
* Merge branch 'master' into for-3.9-asyncTejun Heo2013-01-231-0/+4
|\
| * make sure that /linuxrc has std{in,out,err}Al Viro2013-01-191-0/+4
* | init, block: try to load default elevator module early during bootTejun Heo2013-01-181-0/+3
|/
* don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro2012-10-111-25/+16
* init: disable sparse checking of the mount.o source filesH Hartley Sweeten2012-05-311-0/+10
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-1/+0
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-3/+4
* init: Open /dev/console from rootfsEric W. Biederman2010-03-031-4/+0
* Freezer: Fix s2disk resume from initrdRafael J. Wysocki2007-11-201-3/+9
* Fix failure to resume from initrdsNigel Cunningham2007-09-191-1/+3