| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-07 | 1 | -23/+16 |
|\ |
|
| * | init: add an init_mkdir helper | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | init: add an init_chroot helper | Christoph Hellwig | 2020-07-31 | 1 | -2/+2 |
| * | init: add an init_chdir helper | Christoph Hellwig | 2020-07-31 | 1 | -4/+4 |
| * | init: add an init_unlink helper | Christoph Hellwig | 2020-07-31 | 1 | -2/+2 |
| * | init: add an init_umount helper | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | init: add an init_mount helper | Christoph Hellwig | 2020-07-31 | 1 | -3/+3 |
| * | initrd: mark initrd support as deprecated | Christoph Hellwig | 2020-07-30 | 1 | -0/+2 |
| * | initrd: mark init_linuxrc as __init | Christoph Hellwig | 2020-07-30 | 1 | -1/+1 |
| * | initrd: remove the BLKFLSBUF call in handle_initrd | Christoph Hellwig | 2020-07-30 | 1 | -9/+0 |
* | | initrd: Remove erroneous comment | Tom Rini | 2020-06-19 | 1 | -5/+0 |
|/ |
|
* | x86/setup: Add an initrdmem= option to specify initrd physical address | Ronald G. Minnich | 2020-04-27 | 1 | -1/+12 |
* | init: unify opening /dev/console as stdin/stdout/stderr | Dominik Brodowski | 2019-12-12 | 1 | -4/+1 |
* | initrd: use do_mount() instead of ksys_mount() | Dominik Brodowski | 2019-12-12 | 1 | -3/+3 |
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 1 | -0/+1 |
|\ |
|
| * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 1 | -0/+1 |
* | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-12-28 | 1 | -0/+20 |
|\ \ |
|
| * | | arch: Move initrd= parsing into do_mounts_initrd.c | Florian Fainelli | 2018-11-26 | 1 | -0/+17 |
| * | | arch: Make phys_initrd_start and phys_initrd_size global variables | Florian Fainelli | 2018-11-26 | 1 | -0/+3 |
| |/ |
|
* / | block: remove dead elevator code | Jens Axboe | 2018-11-07 | 1 | -3/+0 |
|/ |
|
* | init/: remove ineffective sparse disabling | Luc Van Oostenryck | 2018-08-22 | 1 | -10/+0 |
* | kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ... | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() | Dominik Brodowski | 2018-04-02 | 1 | -4/+4 |
* | fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | fs: add ksys_umount() helper; remove in-kernel call to sys_umount() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() | Dominik Brodowski | 2018-04-02 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | init/do_mounts: initrd_load() can be boolean | Yaowei Bai | 2016-01-20 | 1 | -3/+3 |
* | usermodehelper: split remaining calls to call_usermodehelper_fns() | Lucas De Marchi | 2013-04-30 | 1 | -2/+6 |
* | Merge branch 'master' into for-3.9-async | Tejun Heo | 2013-01-23 | 1 | -0/+4 |
|\ |
|
| * | make sure that /linuxrc has std{in,out,err} | Al Viro | 2013-01-19 | 1 | -0/+4 |
* | | init, block: try to load default elevator module early during boot | Tejun Heo | 2013-01-18 | 1 | -0/+3 |
|/ |
|
* | don't bother with kernel_thread/kernel_execve for launching linuxrc | Al Viro | 2012-10-11 | 1 | -25/+16 |
* | init: disable sparse checking of the mount.o source files | H Hartley Sweeten | 2012-05-31 | 1 | -0/+10 |
* | get rid of pointless includes of ext2_fs.h | Al Viro | 2012-03-31 | 1 | -1/+0 |
* | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 1 | -3/+4 |
* | init: Open /dev/console from rootfs | Eric W. Biederman | 2010-03-03 | 1 | -4/+0 |
* | Freezer: Fix s2disk resume from initrd | Rafael J. Wysocki | 2007-11-20 | 1 | -3/+9 |
* | Fix failure to resume from initrds | Nigel Cunningham | 2007-09-19 | 1 | -1/+3 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -5/+2 |
* | freezer: remove PF_NOFREEZE from handle_initrd | Rafael J. Wysocki | 2007-05-07 | 1 | -2/+3 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] introduce kernel_execve | Arnd Bergmann | 2006-10-02 | 1 | -2/+1 |