1. 31d65a6 Merge android-4.9.183 (a80a7ab) into msm-4.9 by jianzhou · 4 years, 9 months ago
  2. a80a7ab Merge 4.9.183 into android-4.9 by Greg Kroah-Hartman · 4 years, 10 months ago
  3. e74cb9e kernel/sys.c: prctl: fix false positive in validate_prctl_map() by Cyrill Gorcunov · 5 years ago
  4. b82a5df Merge android-4.9.165 (72b54df) into msm-4.9 by jianzhou · 5 years ago
  5. badaff8 UPSTREAM: sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 7 years ago
  6. bdeb159 Merge android-4.9.126 (a8c1ea6) into msm-4.9 by Minming Qi · 5 years ago
  7. a8c1ea6 Merge 4.9.126 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. 55463c6 sys: don't hold uts_sem while accessing userspace memory by Jann Horn · 6 years ago
  9. 40834dd Merge android-4.9.105 (859e0a8) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  10. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 960828a kernel/sys.c: fix potential Spectre v1 issue by Gustavo A. R. Silva · 6 years ago
  12. d33c30a Merge android-4.9.102 (9c3041c) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  13. 9c3041c Merge 4.9.102 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  14. 4272f52 nospec: Allow getting/setting on non-current task by Kees Cook · 6 years ago
  15. 4812ffb prctl: Add speculation control prctls by Thomas Gleixner · 6 years ago
  16. 3e4578f ANDROID: mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  17. 64c862ac mm: private anonymous memory build fixes for 4.4 by Amit Pundir · 8 years ago
  18. 8df7978 mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  19. bcb4d62 prctl: make PR_SET_TIMERSLACK_PID pid namespace aware by Micha Kalfon · 9 years ago
  20. aba3b0b prctl: fix misplaced PR_SET_TIMERSLACK_PID case by Micha Kalfon · 9 years ago
  21. 5a0c16c prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID. by Ruchi Kandoi · 10 years ago
  22. fcc18f7 prctl: adds PR_SET_TIMERSLACK_PID for setting timer slack of an arbitrary thread. by Ruchi Kandoi · 10 years ago
  23. 17b0573 prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable by Michal Hocko · 8 years ago
  24. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 8 years ago
  25. ddf1d39 prctl: take mmap sem for writing to protect against others by Mateusz Guzik · 8 years ago
  26. 8639b46 pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode by Ben Segall · 8 years ago
  27. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  28. 4a00e9d prctl: more prctl(PR_SET_MM_*) checks by Alexey Dobriyan · 9 years ago
  29. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
  30. 6e399cd prctl: avoid using mmap_sem for exe_file serialization by Davidlohr Bueso · 9 years ago
  31. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  32. 39afb5e kernel/sys.c: fix UNAME26 for 4.0 by Jon DeVree · 9 years ago
  33. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  34. 9791554 MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS by Paul Burton · 9 years ago
  35. e9d1b4f x86, mpx: Strictly enforce empty prctl() args by Dave Hansen · 9 years ago
  36. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 9 years ago
  37. 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
  38. 0baae41 kernel/sys.c: compat sysinfo syscall: fix undefined behavior by Scotty Bauer · 10 years ago
  39. ec94fc3 kernel/sys.c: whitespace fixes by vishnu.ps · 10 years ago
  40. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  41. f606b77 prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation by Cyrill Gorcunov · 10 years ago
  42. 71fe97e prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file by Cyrill Gorcunov · 10 years ago
  43. 8764b33 mm: use may_adjust_brk helper by Cyrill Gorcunov · 10 years ago
  44. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  45. 1d4457f sched: move no_new_privs into new atomic flags by Kees Cook · 10 years ago
  46. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 10 years ago
  47. a0715cc mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE by Alex Thorlton · 10 years ago
  48. c4a4d2f sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE by Dongsheng Yang · 10 years ago
  49. 2e1f383 kernel/sys.c: k_getrusage() can use while_each_thread() by Oleg Nesterov · 10 years ago
  50. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 10 years ago
  51. 81e41ea kernel/sys.c: remove obsolete #include <linux/kexec.h> by Geert Uytterhoeven · 10 years ago
  52. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  53. 15d94b8 reboot: move shutdown/reboot related functions to kernel/reboot.c by Robin Holt · 11 years ago
  54. 0efbee7 reboot: remove -stable friendly PF_THREAD_BOUND define by Robin Holt · 11 years ago
  55. 81dabb4 exit.c: unexport __set_special_pids() by Oleg Nesterov · 11 years ago
  56. 45c6494 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  57. 7ec75e1 kernel/sys.c: sys_reboot(): fix malformed panic message by liguang · 11 years ago
  58. cf7df37 reboot: rigrate shutdown/reboot to boot cpu by Robin Holt · 11 years ago
  59. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  60. 52b3694 kernel/sys.c: make prctl(PR_SET_MM) generally available by Amnon Shiloh · 11 years ago
  61. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 11 years ago
  62. 6f389a8 PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() by Huacai Chen · 11 years ago
  63. 2ca067e poweroff: change orderly_poweroff() to use schedule_work() by Oleg Nesterov · 11 years ago
  64. 8d2d5c4 switch getrusage() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  65. 7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() && argv_free() by Oleg Nesterov · 11 years ago
  66. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  67. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  68. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  69. f3cbd43 sys_prctl(): coding-style cleanup by Andrew Morton · 11 years ago
  70. 7fe5e04 sys_prctl(): arg2 is unsigned long which is never < 0 by Chen Gang · 11 years ago
  71. 923c753 userns: Allow unprivileged reboot by Li Zefan · 11 years ago
  72. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 11 years ago
  73. 31fd84b9 use clamp_t in UNAME26 fix by Kees Cook · 12 years ago
  74. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago
  75. 6c0c0d4 poweroff: fix bug in orderly_poweroff() by hongfeng · 12 years ago
  76. f96972f kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() by Shawn Guo · 12 years ago
  77. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  78. e10ce27 switch prctl_set_mm_exe_file() to fget_light() by Al Viro · 12 years ago
  79. b57b44a kernel/sys.c: avoid argv_free(NULL) by Andrew Morton · 12 years ago
  80. f1fd75b prctl: remove redunant assignment of "error" to zero by Sasikantha babu · 12 years ago
  81. 4229fb1d c/r: prctl: less paranoid prctl_set_mm_exe_file() by Konstantin Khlebnikov · 12 years ago
  82. 5702c5e c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place by Cyrill Gorcunov · 12 years ago
  83. 736f24d c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment by Cyrill Gorcunov · 12 years ago
  84. 300f786 c/r: prctl: add ability to get clear_tid_address by Cyrill Gorcunov · 12 years ago
  85. 1ad75b9 c/r: prctl: add minimal address test to PR_SET_MM by Cyrill Gorcunov · 12 years ago
  86. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 12 years ago
  87. b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 12 years ago
  88. fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 12 years ago
  89. 81ab6e7 kmod: convert two call sites to call_usermodehelper_fns() by Boaz Harrosh · 12 years ago
  90. 499eea6 sethostname/setdomainname: notify userspace when there is a change in uts_kern_table by Sasikantha babu · 12 years ago
  91. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  92. 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  93. a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  94. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  95. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 12 years ago
  96. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  97. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 12 years ago
  98. 7a4e740 userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h by Eric W. Biederman · 12 years ago
  99. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 12 years ago
  100. 74ba508 userns: Remove unnecessary cast to struct user_struct when copying cred->user. by Eric W. Biederman · 12 years ago