aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2012-10-19use clamp_t in UNAME26 fixKees Cook
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-06poweroff: fix bug in orderly_poweroff()hongfeng
2012-10-06kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch prctl_set_mm_exe_file() to fget_light()Al Viro
2012-07-30kernel/sys.c: avoid argv_free(NULL)Andrew Morton
2012-07-30prctl: remove redunant assignment of "error" to zeroSasikantha babu
2012-07-11c/r: prctl: less paranoid prctl_set_mm_exe_file()Konstantin Khlebnikov
2012-06-20c/r: prctl: Move PR_GET_TID_ADDRESS to a proper placeCyrill Gorcunov
2012-06-07c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignmentCyrill Gorcunov
2012-06-07c/r: prctl: add ability to get clear_tid_addressCyrill Gorcunov
2012-06-07c/r: prctl: add minimal address test to PR_SET_MMCyrill Gorcunov
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov
2012-05-31c/r: prctl: add ability to set new mm_struct::exe_fileCyrill Gorcunov
2012-05-31c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesCyrill Gorcunov
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh
2012-05-31sethostname/setdomainname: notify userspace when there is a change in uts_ker...Sasikantha babu
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-04-14seccomp: add system call filtering using BPFWill Drewry
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman
2012-04-07userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2012-04-07userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov
2012-01-12c/r: prctl: add PR_SET_MM codes to set up mm_struct entriesCyrill Gorcunov
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02sysctl: add support for poll()Lucas De Marchi
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-17Avoid using variable-length arrays in kernel/sys.cLinus Torvalds
2011-09-28connector: add comm change event report to proc connectorVladimir Zapolskiy
2011-08-25Add a personality to report 2.6.x version numbersAndi Kleen
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-05-06reboot: disable usermodehelper to prevent fs accessKay Sievers
2011-03-23userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet