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