summaryrefslogtreecommitdiff
path: root/init/do_mounts_initrd.c
Commit message (Expand)AuthorAge
* kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-02
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-02
* fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-02
* fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-02
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-02
* fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-02
* fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski2018-04-02
* fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-02
* fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-02
* fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski2018-04-02
* fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski2018-04-02
* fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2018-04-02
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* init/do_mounts: initrd_load() can be booleanYaowei Bai2016-01-20
* usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-04-30
* Merge branch 'master' into for-3.9-asyncTejun Heo2013-01-23
|\
| * make sure that /linuxrc has std{in,out,err}Al Viro2013-01-19
* | init, block: try to load default elevator module early during bootTejun Heo2013-01-18
|/
* don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro2012-10-11
* init: disable sparse checking of the mount.o source filesH Hartley Sweeten2012-05-31
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-31
* Make do_execve() take a const filename pointerDavid Howells2010-08-17
* init: Open /dev/console from rootfsEric W. Biederman2010-03-03
* Freezer: Fix s2disk resume from initrdRafael J. Wysocki2007-11-20
* Fix failure to resume from initrdsNigel Cunningham2007-09-19
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17
* freezer: remove PF_NOFREEZE from handle_initrdRafael J. Wysocki2007-05-07
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-07
* [PATCH] introduce kernel_execveArnd Bergmann2006-10-02
* [PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman2006-06-26
* [PATCH] swsusp: userland interfaceRafael J. Wysocki2006-03-23
* [PATCH] Improper initrd failure message at boot timeJay Lan2005-06-30
* [PATCH] init/do_mounts_initrd.c: fix sparse warningDomen Puncer2005-06-25
* Linux-2.6.12-rc2Linus Torvalds2005-04-16