1. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 6 years ago
  2. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 6 years ago
  3. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 6 years ago
  4. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 6 years ago
  5. 2ca2a09 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 6 years ago
  6. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  7. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 6 years ago
  8. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 6 years ago
  9. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 6 years ago
  10. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 6 years ago
  11. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 6 years ago
  12. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 6 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. f057f3b init/do_mounts: initrd_load() can be boolean by Yaowei Bai · 9 years ago
  15. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  16. c14afb8 Merge branch 'master' into for-3.9-async by Tejun Heo · 12 years ago
  17. 43b1682 make sure that /linuxrc has std{in,out,err} by Al Viro · 12 years ago
  18. bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
  19. ba4df28 don't bother with kernel_thread/kernel_execve for launching linuxrc by Al Viro · 12 years ago
  20. c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 12 years ago
  21. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 12 years ago
  22. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  23. 2bd3a997 init: Open /dev/console from rootfs by Eric W. Biederman · 14 years ago
  24. 8baabde Freezer: Fix s2disk resume from initrd by Rafael J. Wysocki · 17 years ago
  25. 019ad4a Fix failure to resume from initrds by Nigel Cunningham · 17 years ago
  26. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  27. 726162b freezer: remove PF_NOFREEZE from handle_initrd by Rafael J. Wysocki · 17 years ago
  28. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  29. 6760856 [PATCH] introduce kernel_execve by Arnd Bergmann · 18 years ago
  30. bdaf852 [PATCH] devfs: Remove devfs from the init code by Greg Kroah-Hartman · 19 years ago
  31. 6e1819d [PATCH] swsusp: userland interface by Rafael J. Wysocki · 18 years ago
  32. f220ab2 [PATCH] Improper initrd failure message at boot time by Jay Lan · 19 years ago
  33. 29a1d2d [PATCH] init/do_mounts_initrd.c: fix sparse warning by Domen Puncer · 19 years ago
  34. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago