1. 11bbd8b prctl_set_mm: refactor checks from validate_prctl_map by Michal Koutný · 6 years ago
  2. a9e7399 kernel/sys.c: prctl: fix false positive in validate_prctl_map() by Cyrill Gorcunov · 6 years ago
  3. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  4. 21f63a5 kernel/sys: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  5. 4085227 LSM: add SafeSetID module that gates setid calls by Micah Morton · 6 years ago
  6. b7285b4 kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore by Jonathan Neuschäfer · 6 years ago
  7. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  8. ba83088 arm64: add prctl control for resetting ptrauth keys by Kristina Martsenko · 6 years ago
  9. 3bf181b kernel/sys.c: remove duplicated include by YueHaibing · 6 years ago
  10. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  11. 42a0cc3 sys: don't hold uts_sem while accessing userspace memory by Jann Horn · 7 years ago
  12. dc1b7b6 sysinfo: Remove get_monotonic_boottime() by Arnd Bergmann · 7 years ago
  13. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  14. 23d6aef kernel/sys.c: fix potential Spectre v1 issue by Gustavo A. R. Silva · 7 years ago
  15. 7bbf137 nospec: Allow getting/setting on non-current task by Kees Cook · 7 years ago
  16. b617cfc prctl: Add speculation control prctls by Thomas Gleixner · 7 years ago
  17. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
  18. e530dca kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c by Dominik Brodowski · 7 years ago
  19. 192c580 kernel: add do_getpgid() helper; remove internal call to sys_getpgid() by Dominik Brodowski · 7 years ago
  20. 8b2770a fix typo in assignment of fs default overflow gid by Wolffhardt Schwabe · 7 years ago
  21. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  22. 2d2123b arm64/sve: Add prctl controls for userspace vector length management by Dave Martin · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. 4d28df6 prctl: Allow local CAP_SYS_ADMIN changing exe_file by Kirill Tkhai · 8 years ago
  25. 58c7ffc fix a braino in compat_sys_getrlimit() by Al Viro · 7 years ago
  26. 1860033 mm: make PR_SET_THP_DISABLE immediately active by Michal Hocko · 7 years ago
  27. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. d9e968c getrlimit()/setrlimit(): move compat to native by Al Viro · 8 years ago
  29. ca2406e times(2): move compat to native by Al Viro · 8 years ago
  30. 613763a take compat_sys_old_getrlimit() to native syscall by Al Viro · 8 years ago
  31. ce72a16 wait4(2)/waitid(2): separate copying rusage to userland by Al Viro · 8 years ago
  32. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  33. cad4ea5 rlimit: Properly call security_task_setrlimit by Eric W. Biederman · 8 years ago
  34. 791ec49 prlimit,security,selinux: add a security hook for prlimit by Stephen Smalley · 8 years ago
  35. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  36. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  37. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  38. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  39. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  40. 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  41. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  42. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  43. 749860c prctl: propagate has_child_subreaper flag to every descendant by Pavel Tikhomirov · 8 years ago
  44. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  45. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  46. e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  47. 3fb4afd prctl: remove one-shot limitation for changing exe link by Stanislav Kinsburskiy · 8 years ago
  48. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  49. 17b0573 prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable by Michal Hocko · 9 years ago
  50. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  51. ddf1d39 prctl: take mmap sem for writing to protect against others by Mateusz Guzik · 9 years ago
  52. 8639b46 pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode by Ben Segall · 9 years ago
  53. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 10 years ago
  54. 4a00e9d prctl: more prctl(PR_SET_MM_*) checks by Alexey Dobriyan · 10 years ago
  55. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 10 years ago
  56. 6e399cd prctl: avoid using mmap_sem for exe_file serialization by Davidlohr Bueso · 10 years ago
  57. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  58. 39afb5e kernel/sys.c: fix UNAME26 for 4.0 by Jon DeVree · 10 years ago
  59. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  60. 9791554 MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS by Paul Burton · 10 years ago
  61. e9d1b4f x86, mpx: Strictly enforce empty prctl() args by Dave Hansen · 10 years ago
  62. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  63. 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
  64. 0baae41 kernel/sys.c: compat sysinfo syscall: fix undefined behavior by Scotty Bauer · 10 years ago
  65. ec94fc3 kernel/sys.c: whitespace fixes by vishnu.ps · 10 years ago
  66. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  67. f606b77 prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation by Cyrill Gorcunov · 10 years ago
  68. 71fe97e prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file by Cyrill Gorcunov · 10 years ago
  69. 8764b33 mm: use may_adjust_brk helper by Cyrill Gorcunov · 10 years ago
  70. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  71. 1d4457f sched: move no_new_privs into new atomic flags by Kees Cook · 11 years ago
  72. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 11 years ago
  73. a0715cc mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE by Alex Thorlton · 11 years ago
  74. c4a4d2f sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE by Dongsheng Yang · 11 years ago
  75. 2e1f383 kernel/sys.c: k_getrusage() can use while_each_thread() by Oleg Nesterov · 11 years ago
  76. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 11 years ago
  77. 81e41ea kernel/sys.c: remove obsolete #include <linux/kexec.h> by Geert Uytterhoeven · 11 years ago
  78. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 12 years ago
  79. 15d94b8 reboot: move shutdown/reboot related functions to kernel/reboot.c by Robin Holt · 11 years ago
  80. 0efbee7 reboot: remove -stable friendly PF_THREAD_BOUND define by Robin Holt · 11 years ago
  81. 81dabb4 exit.c: unexport __set_special_pids() by Oleg Nesterov · 11 years ago
  82. 45c6494 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  83. 7ec75e1 kernel/sys.c: sys_reboot(): fix malformed panic message by liguang · 11 years ago
  84. cf7df37 reboot: rigrate shutdown/reboot to boot cpu by Robin Holt · 12 years ago
  85. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  86. 52b3694 kernel/sys.c: make prctl(PR_SET_MM) generally available by Amnon Shiloh · 12 years ago
  87. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 12 years ago
  88. 6f389a8 PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() by Huacai Chen · 12 years ago
  89. 2ca067e poweroff: change orderly_poweroff() to use schedule_work() by Oleg Nesterov · 12 years ago
  90. 8d2d5c4 switch getrusage() to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  91. 7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() && argv_free() by Oleg Nesterov · 12 years ago
  92. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  93. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  94. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  95. f3cbd43 sys_prctl(): coding-style cleanup by Andrew Morton · 12 years ago
  96. 7fe5e04 sys_prctl(): arg2 is unsigned long which is never < 0 by Chen Gang · 12 years ago
  97. 923c753 userns: Allow unprivileged reboot by Li Zefan · 12 years ago
  98. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  99. 31fd84b9 use clamp_t in UNAME26 fix by Kees Cook · 12 years ago
  100. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago