1. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago
  2. 6c0c0d4 poweroff: fix bug in orderly_poweroff() by hongfeng · 12 years ago
  3. f96972f kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() by Shawn Guo · 12 years ago
  4. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  5. e10ce27 switch prctl_set_mm_exe_file() to fget_light() by Al Viro · 12 years ago
  6. b57b44a kernel/sys.c: avoid argv_free(NULL) by Andrew Morton · 12 years ago
  7. f1fd75b prctl: remove redunant assignment of "error" to zero by Sasikantha babu · 12 years ago
  8. 4229fb1d c/r: prctl: less paranoid prctl_set_mm_exe_file() by Konstantin Khlebnikov · 12 years ago
  9. 5702c5e c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place by Cyrill Gorcunov · 12 years ago
  10. 736f24d c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment by Cyrill Gorcunov · 12 years ago
  11. 300f786 c/r: prctl: add ability to get clear_tid_address by Cyrill Gorcunov · 12 years ago
  12. 1ad75b9 c/r: prctl: add minimal address test to PR_SET_MM by Cyrill Gorcunov · 12 years ago
  13. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 12 years ago
  14. b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 12 years ago
  15. fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 12 years ago
  16. 81ab6e7 kmod: convert two call sites to call_usermodehelper_fns() by Boaz Harrosh · 12 years ago
  17. 499eea6 sethostname/setdomainname: notify userspace when there is a change in uts_kern_table by Sasikantha babu · 12 years ago
  18. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  19. 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  20. a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  21. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  22. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 12 years ago
  23. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  24. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
  25. 7a4e740 userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h by Eric W. Biederman · 13 years ago
  26. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  27. 74ba508 userns: Remove unnecessary cast to struct user_struct when copying cred->user. by Eric W. Biederman · 12 years ago
  28. cf3f892 pidns: add reboot_pid_ns() to handle the reboot syscall by Daniel Lezcano · 12 years ago
  29. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 12 years ago
  30. 79f0713 prctl: use CAP_SYS_RESOURCE for PR_SET_MM option by Cyrill Gorcunov · 12 years ago
  31. 028ee4b c/r: prctl: add PR_SET_MM codes to set up mm_struct entries by Cyrill Gorcunov · 12 years ago
  32. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 12 years ago
  33. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  34. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 13 years ago
  35. 74da1ff kernel: fix several implicit usasges of kmod.h by Paul Gortmaker · 13 years ago
  36. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  37. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  38. a84a79e Avoid using variable-length arrays in kernel/sys.c by Linus Torvalds · 13 years ago
  39. f786ecb connector: add comm change event report to proc connector by Vladimir Zapolskiy · 13 years ago
  40. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 13 years ago
  41. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  42. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  43. 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
  44. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  45. b50fa7c reboot: disable usermodehelper to prevent fs access by Kay Sievers · 13 years ago
  46. fc832ad userns: user namespaces: convert all capable checks in kernel/sys.c by Serge E. Hallyn · 13 years ago
  47. bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 13 years ago
  48. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 13 years ago
  49. aa5bd67 Fix prlimit64 for suid/sgid processes by Kacper Kornet · 13 years ago
  50. 04c6862 kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart paths by Seiji Aguchi · 13 years ago
  51. 5091faa sched: Add 'autogroup' scheduling feature: automated per session task groups by Mike Galbraith · 14 years ago
  52. 950eaac pid: make setpgid() system call use RCU read-side critical section by Paul E. McKenney · 14 years ago
  53. c022a0a rlimits: implement prlimit64 syscall by Jiri Slaby · 14 years ago
  54. b951834 rlimits: switch more rlimit syscalls to do_prlimit by Jiri Slaby · 14 years ago
  55. 5b41535 rlimits: redo do_setrlimit to more generic do_prlimit by Jiri Slaby · 14 years ago
  56. 86f162f rlimits: do security check under task_lock by Jiri Slaby · 15 years ago
  57. 1c1e618 rlimits: allow setrlimit to non-current tasks by Jiri Slaby · 15 years ago
  58. 7855c35 rlimits: split sys_setrlimit by Jiri Slaby · 15 years ago
  59. 2fb9d26 rlimits: make sure ->rlim_max never grows in sys_setrlimit by Oleg Nesterov · 15 years ago
  60. 5ab46b3 rlimits: add task_struct to update_rlimit_cpu by Jiri Slaby · 15 years ago
  61. 8fd00b4 rlimits: security, add task_struct to setrlimit by Jiri Slaby · 15 years ago
  62. a06a4dc kmod: add init function to usermodehelper by Neil Horman · 14 years ago
  63. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  64. 46da276 kernel/sys.c: fix compat uname machine by Andreas Schwab · 14 years ago
  65. 06ad187 security: remove dead hook task_setgid by Eric Paris · 14 years ago
  66. 43ed8c3 security: remove dead hook task_setuid by Eric Paris · 14 years ago
  67. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  68. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 14 years ago
  69. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 14 years ago
  70. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  71. f66ffde Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. 7011883 kernel/sys.c: fix missing rcu protection for sys_getpriority() by Tetsuo Handa · 14 years ago
  73. 7c94143 sched: Remove USER_SCHED by Dhaval Giani · 14 years ago
  74. 10e5453 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  75. dfc6a73 kernel/sys.c: fix "warning: do-while statement is not a compound statement" noise by H Hartley Sweeten · 14 years ago
  76. d4581a2 sys: Fix missing rcu protection for __task_cred() access by Thomas Gleixner · 15 years ago
  77. 3b8ecd2 Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  78. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago
  79. d180c5b sched: Introduce task_times() to replace task_{u,s}time() pair by Hidetoshi Seto · 15 years ago
  80. 3242f98 Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  81. 0d0df59 connector: fix regression introduced by sid connector by Christian Borntraeger · 15 years ago
  82. 6f15fa5 sys: Remove BKL from sys_reboot by Thomas Gleixner · 15 years ago
  83. 1087e9b HWPOISON: Clean up PR_MCE_KILL interface by Andi Kleen · 15 years ago
  84. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  85. 1f10206 getrusage: fill ru_maxrss value by Jiri Pirko · 15 years ago
  86. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  87. 4db96cf HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per process by Andi Kleen · 15 years ago
  88. 30639b6a groups: move code to kernel/groups.c by Alexey Dobriyan · 15 years ago
  89. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  90. 3d26dcf kernel/sys.c: clean up sys_shutdown exit path by Andi Kleen · 15 years ago
  91. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  92. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  93. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 15 years ago
  94. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  95. 8163d88 Merge commit 'v2.6.29-rc7' into perfcounters/core by Ingo Molnar · 15 years ago
  96. 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 15 years ago
  97. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 15 years ago
  98. 60fd760 revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" by Andrew Morton · 15 years ago
  99. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 15 years ago
  100. 836f92a [CVE-2009-0029] System call wrappers part 31 by Heiko Carstens · 15 years ago