1. 3e4578f ANDROID: mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  2. 17b0573 prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable by Michal Hocko · 8 years ago
  3. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 8 years ago
  4. ddf1d39 prctl: take mmap sem for writing to protect against others by Mateusz Guzik · 8 years ago
  5. 8639b46 pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode by Ben Segall · 9 years ago
  6. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  7. 4a00e9d prctl: more prctl(PR_SET_MM_*) checks by Alexey Dobriyan · 9 years ago
  8. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
  9. 6e399cd prctl: avoid using mmap_sem for exe_file serialization by Davidlohr Bueso · 9 years ago
  10. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  11. 39afb5e kernel/sys.c: fix UNAME26 for 4.0 by Jon DeVree · 9 years ago
  12. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  13. 9791554 MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS by Paul Burton · 9 years ago
  14. e9d1b4f x86, mpx: Strictly enforce empty prctl() args by Dave Hansen · 9 years ago
  15. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  16. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  17. 0baae41 kernel/sys.c: compat sysinfo syscall: fix undefined behavior by Scotty Bauer · 10 years ago
  18. ec94fc3 kernel/sys.c: whitespace fixes by vishnu.ps · 10 years ago
  19. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  20. f606b77 prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation by Cyrill Gorcunov · 10 years ago
  21. 71fe97e prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file by Cyrill Gorcunov · 10 years ago
  22. 8764b33 mm: use may_adjust_brk helper by Cyrill Gorcunov · 10 years ago
  23. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  24. 1d4457f sched: move no_new_privs into new atomic flags by Kees Cook · 10 years ago
  25. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 10 years ago
  26. a0715cc mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE by Alex Thorlton · 10 years ago
  27. c4a4d2f sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE by Dongsheng Yang · 10 years ago
  28. 2e1f383 kernel/sys.c: k_getrusage() can use while_each_thread() by Oleg Nesterov · 10 years ago
  29. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 10 years ago
  30. 81e41ea kernel/sys.c: remove obsolete #include <linux/kexec.h> by Geert Uytterhoeven · 11 years ago
  31. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  32. 15d94b8 reboot: move shutdown/reboot related functions to kernel/reboot.c by Robin Holt · 11 years ago
  33. 0efbee7 reboot: remove -stable friendly PF_THREAD_BOUND define by Robin Holt · 11 years ago
  34. 81dabb4 exit.c: unexport __set_special_pids() by Oleg Nesterov · 11 years ago
  35. 45c6494 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  36. 7ec75e1 kernel/sys.c: sys_reboot(): fix malformed panic message by liguang · 11 years ago
  37. cf7df37 reboot: rigrate shutdown/reboot to boot cpu by Robin Holt · 11 years ago
  38. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  39. 52b3694 kernel/sys.c: make prctl(PR_SET_MM) generally available by Amnon Shiloh · 11 years ago
  40. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 11 years ago
  41. 6f389a8 PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() by Huacai Chen · 11 years ago
  42. 2ca067e poweroff: change orderly_poweroff() to use schedule_work() by Oleg Nesterov · 11 years ago
  43. 8d2d5c4 switch getrusage() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  44. 7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() && argv_free() by Oleg Nesterov · 11 years ago
  45. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  46. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  47. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  48. f3cbd43 sys_prctl(): coding-style cleanup by Andrew Morton · 11 years ago
  49. 7fe5e04 sys_prctl(): arg2 is unsigned long which is never < 0 by Chen Gang · 11 years ago
  50. 923c753 userns: Allow unprivileged reboot by Li Zefan · 11 years ago
  51. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  52. 31fd84b9 use clamp_t in UNAME26 fix by Kees Cook · 12 years ago
  53. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago
  54. 6c0c0d4 poweroff: fix bug in orderly_poweroff() by hongfeng · 12 years ago
  55. f96972f kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() by Shawn Guo · 12 years ago
  56. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  57. e10ce27 switch prctl_set_mm_exe_file() to fget_light() by Al Viro · 12 years ago
  58. b57b44a kernel/sys.c: avoid argv_free(NULL) by Andrew Morton · 12 years ago
  59. f1fd75b prctl: remove redunant assignment of "error" to zero by Sasikantha babu · 12 years ago
  60. 4229fb1d c/r: prctl: less paranoid prctl_set_mm_exe_file() by Konstantin Khlebnikov · 12 years ago
  61. 5702c5e c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place by Cyrill Gorcunov · 12 years ago
  62. 736f24d c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment by Cyrill Gorcunov · 12 years ago
  63. 300f786 c/r: prctl: add ability to get clear_tid_address by Cyrill Gorcunov · 12 years ago
  64. 1ad75b9 c/r: prctl: add minimal address test to PR_SET_MM by Cyrill Gorcunov · 12 years ago
  65. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 12 years ago
  66. b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 12 years ago
  67. fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 12 years ago
  68. 81ab6e7 kmod: convert two call sites to call_usermodehelper_fns() by Boaz Harrosh · 12 years ago
  69. 499eea6 sethostname/setdomainname: notify userspace when there is a change in uts_kern_table by Sasikantha babu · 12 years ago
  70. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  71. 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  72. a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  73. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  74. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 12 years ago
  75. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  76. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
  77. 7a4e740 userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h by Eric W. Biederman · 13 years ago
  78. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  79. 74ba508 userns: Remove unnecessary cast to struct user_struct when copying cred->user. by Eric W. Biederman · 12 years ago
  80. cf3f892 pidns: add reboot_pid_ns() to handle the reboot syscall by Daniel Lezcano · 12 years ago
  81. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 12 years ago
  82. 79f0713 prctl: use CAP_SYS_RESOURCE for PR_SET_MM option by Cyrill Gorcunov · 12 years ago
  83. 028ee4b c/r: prctl: add PR_SET_MM codes to set up mm_struct entries by Cyrill Gorcunov · 12 years ago
  84. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 12 years ago
  85. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  86. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 13 years ago
  87. 74da1ff kernel: fix several implicit usasges of kmod.h by Paul Gortmaker · 13 years ago
  88. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  89. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  90. a84a79e Avoid using variable-length arrays in kernel/sys.c by Linus Torvalds · 13 years ago
  91. f786ecb connector: add comm change event report to proc connector by Vladimir Zapolskiy · 13 years ago
  92. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 13 years ago
  93. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  94. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  95. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  96. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  97. b50fa7c reboot: disable usermodehelper to prevent fs access by Kay Sievers · 13 years ago
  98. fc832ad userns: user namespaces: convert all capable checks in kernel/sys.c by Serge E. Hallyn · 13 years ago
  99. bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 13 years ago
  100. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 13 years ago