- e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 83ff98c init: add an init_mkdir helper by Christoph Hellwig · 4 years, 5 months ago
- 4b7ca50 init: add an init_chroot helper by Christoph Hellwig · 4 years, 5 months ago
- db63f1e init: add an init_chdir helper by Christoph Hellwig · 4 years, 5 months ago
- 8fb9f73 init: add an init_unlink helper by Christoph Hellwig · 4 years, 5 months ago
- 09267de init: add an init_umount helper by Christoph Hellwig · 4 years, 5 months ago
- c60166f init: add an init_mount helper by Christoph Hellwig · 4 years, 5 months ago
- 9acc17b initrd: mark initrd support as deprecated by Christoph Hellwig · 4 years, 6 months ago
- f0ea68f initrd: mark init_linuxrc as __init by Christoph Hellwig · 4 years, 7 months ago
- 899ac10 initrd: remove the BLKFLSBUF call in handle_initrd by Christoph Hellwig · 4 years, 7 months ago
- eacb0c1 initrd: Remove erroneous comment by Tom Rini · 4 years, 6 months ago
- 694cfd8 x86/setup: Add an initrdmem= option to specify initrd physical address by Ronald G. Minnich · 4 years, 8 months ago
- b49a733 init: unify opening /dev/console as stdin/stdout/stderr by Dominik Brodowski · 6 years ago
- d4440aa initrd: use do_mount() instead of ksys_mount() by Dominik Brodowski · 5 years ago
- 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 030672a Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
- e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
- 229c55cc arch: Move initrd= parsing into do_mounts_initrd.c by Florian Fainelli · 6 years ago
- b1ab95c arch: Make phys_initrd_start and phys_initrd_size global variables by Florian Fainelli · 6 years ago
- a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
- 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
- e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
- 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
- cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
- bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
- 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
- 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
- 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
- a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
- c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
- 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
- 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- f057f3b init/do_mounts: initrd_load() can be boolean by Yaowei Bai · 9 years ago
- 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
- c14afb8 Merge branch 'master' into for-3.9-async by Tejun Heo · 12 years ago
- 43b1682 make sure that /linuxrc has std{in,out,err} by Al Viro · 12 years ago
- bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
- ba4df28 don't bother with kernel_thread/kernel_execve for launching linuxrc by Al Viro · 12 years ago
- c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 13 years ago
- 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 13 years ago
- d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
- 2bd3a997 init: Open /dev/console from rootfs by Eric W. Biederman · 15 years ago
- 8baabde Freezer: Fix s2disk resume from initrd by Rafael J. Wysocki · 17 years ago
- 019ad4a Fix failure to resume from initrds by Nigel Cunningham · 17 years ago
- 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
- 726162b freezer: remove PF_NOFREEZE from handle_initrd by Rafael J. Wysocki · 18 years ago
- 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
- 6760856 [PATCH] introduce kernel_execve by Arnd Bergmann · 18 years ago
- bdaf852 [PATCH] devfs: Remove devfs from the init code by Greg Kroah-Hartman · 20 years ago
- 6e1819d [PATCH] swsusp: userland interface by Rafael J. Wysocki · 19 years ago
- f220ab2 [PATCH] Improper initrd failure message at boot time by Jay Lan · 20 years ago
- 29a1d2d [PATCH] init/do_mounts_initrd.c: fix sparse warning by Domen Puncer · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago