1. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 11 months ago
  2. b507808 mm: implement memory-deny-write-execute as a prctl by Joey Gouly · 2 years ago
  3. 7397906 prlimit: do_prlimit needs to have a speculation check by Greg Kroah-Hartman · 2 years ago
  4. 8adc048 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 4 months ago
  5. 493ffd6 Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 4 months ago
  6. 37608ba utsname: contribute changes to RNG by Jason A. Donenfeld · 2 years, 4 months ago
  7. de39923 ucounts: Split rlimit and ucount values and max values by Alexey Gladkov · 2 years, 8 months ago
  8. 9e4ab6c arm64/sme: Implement vector length configuration prctl()s by Mark Brown · 2 years, 9 months ago
  9. 18c91bb prlimit: do not grab the tasklist_lock by Barret Rhoden · 3 years, 1 month ago
  10. c57bef0 prlimit: make do_prlimit() static by Barret Rhoden · 3 years, 1 month ago
  11. 5c26f6a mm: refactor vm_area_struct::anon_vma_name usage code by Suren Baghdasaryan · 2 years, 11 months ago
  12. c923a8e ucounts: Move RLIMIT_NPROC handling after set_user by Eric W. Biederman · 3 years ago
  13. c16bdeb rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_user by Eric W. Biederman · 3 years ago
  14. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  15. 7f8ca0e kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP) by Davidlohr Bueso · 3 years ago
  16. 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
  17. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 5 months ago
  18. e1fbbd0 prctl: allow to setup brk for et_dyn executables by Cyrill Gorcunov · 3 years, 5 months ago
  19. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 3 years, 5 months ago
  20. 35d7bdc kernel/fork: factor out replacing the current MM exe_file by David Hildenbrand · 3 years, 9 months ago
  21. 2863643 set_user: add capability check when rlimit(RLIMIT_NPROC) exceeds by Ran Xiaokai · 3 years, 6 months ago
  22. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 7 months ago
  23. 7ac592a sched: prctl() core-scheduling interface by Chris Hyser · 3 years, 10 months ago
  24. 5afe69c kernel/sys.c: fix typo by Xiaofeng Cao · 3 years, 9 months ago
  25. 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 9 months ago
  26. 905ae01 Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 9 months ago
  27. 2016986 arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS) by Peter Collingbourne · 3 years, 10 months ago
  28. c995f12 prctl: fix PR_SET_MM_AUXV kernel stack leak by Alexey Dobriyan · 3 years, 11 months ago
  29. 6fbd6cf Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years ago
  30. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  31. 88a6867 kbuild: simplify access to the kernel's version by Sasha Levin · 4 years ago
  32. be65de6b fs: Remove dcookies support by Viresh Kumar · 4 years ago
  33. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  34. 1446e1d kernel: Implement selective syscall userspace redirection by Gabriel Krisman Bertazi · 4 years, 2 months ago
  35. 986b9ea kernel/sys.c: fix prototype of prctl_get_tid_address() by Rasmus Villemoes · 4 years, 3 months ago
  36. 81ecf91 Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux by Linus Torvalds · 4 years, 3 months ago
  37. 15ec0fc kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map() by Liao Pingfang · 4 years, 3 months ago
  38. 111767c LSM: Signal to SafeSetID when setting group IDs by Thomas Cedeno · 4 years, 6 months ago
  39. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  40. 227175b prctl: exe link permission error changed from -EINVAL to -EPERM by Nicolas Viennot · 4 years, 6 months ago
  41. ebd6de6 prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exe by Nicolas Viennot · 4 years, 6 months ago
  42. 4a87b19 Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux by Linus Torvalds · 4 years, 7 months ago
  43. 39030e1 security: Add LSM hooks to set*gid syscalls by Thomas Cedeno · 4 years, 8 months ago
  44. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 8 months ago
  45. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
  46. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  47. a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 8 months ago
  48. ce5155c compat sysinfo(2): don't bother with field-by-field copyout by Al Viro · 5 years ago
  49. ecc421e sys/sysinfo: Respect boottime inside time namespace by Cyril Hrubis · 5 years ago
  50. 8d19f1c prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaim by Mike Christie · 5 years ago
  51. 5e1aada kernel/sys.c: avoid copying possible padding bytes in copy_to_user by Joe Perches · 5 years ago
  52. bdd565f y2038: rusage: use __kernel_old_timeval by Arnd Bergmann · 5 years ago
  53. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  54. 22331f8 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  55. 2bbdbda posix-cpu-timers: Get rid of zero checks by Thomas Gleixner · 5 years ago
  56. 24db4dd rlimit: Rewrite non-sensical RLIMIT_CPU comment by Thomas Gleixner · 5 years ago
  57. 3e91ec8 arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused arguments by Catalin Marinas · 5 years ago
  58. 63f0c60 arm64: Introduce prctl() options to control the tagged user addresses ABI by Catalin Marinas · 6 years ago
  59. f240652 x86/mpx: Remove MPX APIs by Dave Hansen · 6 years ago
  60. bc81426 prctl_set_mm: downgrade mmap_sem to read lock by Michal Koutný · 6 years ago
  61. 11bbd8b prctl_set_mm: refactor checks from validate_prctl_map by Michal Koutný · 6 years ago
  62. a9e7399 kernel/sys.c: prctl: fix false positive in validate_prctl_map() by Cyrill Gorcunov · 6 years ago
  63. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  64. 21f63a5 kernel/sys: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  65. 4085227 LSM: add SafeSetID module that gates setid calls by Micah Morton · 6 years ago
  66. b7285b4 kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore by Jonathan Neuschäfer · 6 years ago
  67. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  68. ba83088 arm64: add prctl control for resetting ptrauth keys by Kristina Martsenko · 6 years ago
  69. 3bf181b kernel/sys.c: remove duplicated include by YueHaibing · 6 years ago
  70. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  71. 42a0cc3 sys: don't hold uts_sem while accessing userspace memory by Jann Horn · 7 years ago
  72. dc1b7b6 sysinfo: Remove get_monotonic_boottime() by Arnd Bergmann · 7 years ago
  73. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  74. 23d6aef kernel/sys.c: fix potential Spectre v1 issue by Gustavo A. R. Silva · 7 years ago
  75. 7bbf137 nospec: Allow getting/setting on non-current task by Kees Cook · 7 years ago
  76. b617cfc prctl: Add speculation control prctls by Thomas Gleixner · 7 years ago
  77. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
  78. e530dca kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c by Dominik Brodowski · 7 years ago
  79. 192c580 kernel: add do_getpgid() helper; remove internal call to sys_getpgid() by Dominik Brodowski · 7 years ago
  80. 8b2770a4 fix typo in assignment of fs default overflow gid by Wolffhardt Schwabe · 7 years ago
  81. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  82. 2d2123b arm64/sve: Add prctl controls for userspace vector length management by Dave Martin · 7 years ago
  83. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  84. 4d28df6 prctl: Allow local CAP_SYS_ADMIN changing exe_file by Kirill Tkhai · 8 years ago
  85. 58c7ffc fix a braino in compat_sys_getrlimit() by Al Viro · 8 years ago
  86. 1860033 mm: make PR_SET_THP_DISABLE immediately active by Michal Hocko · 8 years ago
  87. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. d9e968c getrlimit()/setrlimit(): move compat to native by Al Viro · 8 years ago
  89. ca2406e times(2): move compat to native by Al Viro · 8 years ago
  90. 613763a take compat_sys_old_getrlimit() to native syscall by Al Viro · 8 years ago
  91. ce72a16 wait4(2)/waitid(2): separate copying rusage to userland by Al Viro · 8 years ago
  92. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  93. cad4ea5 rlimit: Properly call security_task_setrlimit by Eric W. Biederman · 8 years ago
  94. 791ec49 prlimit,security,selinux: add a security hook for prlimit by Stephen Smalley · 8 years ago
  95. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  96. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  97. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  98. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  99. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  100. 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago