aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-27usermodehelper: cleanup/fix __orderly_poweroff() && argv_free()Gravatar Oleg Nesterov 1-8/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-4/+4
2013-02-21sys_prctl(): coding-style cleanupGravatar Andrew Morton 1-145/+143
2013-02-21sys_prctl(): arg2 is unsigned long which is never < 0Gravatar Chen Gang 1-1/+3
2012-12-26userns: Allow unprivileged rebootGravatar Li Zefan 1-2/+3
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedGravatar Frederic Weisbecker 1-3/+3
2012-10-19use clamp_t in UNAME26 fixGravatar Kees Cook 1-1/+1
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Gravatar Kees Cook 1-5/+7
2012-10-06poweroff: fix bug in orderly_poweroff()Gravatar hongfeng 1-1/+1
2012-10-06kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Gravatar Shawn Guo 1-0/+1
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-8/+8
2012-09-26switch prctl_set_mm_exe_file() to fget_light()Gravatar Al Viro 1-4/+4
2012-07-30kernel/sys.c: avoid argv_free(NULL)Gravatar Andrew Morton 1-19/+25
2012-07-30prctl: remove redunant assignment of "error" to zeroGravatar Sasikantha babu 1-11/+2
2012-07-11c/r: prctl: less paranoid prctl_set_mm_exe_file()Gravatar Konstantin Khlebnikov 1-6/+10
2012-06-20c/r: prctl: Move PR_GET_TID_ADDRESS to a proper placeGravatar Cyrill Gorcunov 1-3/+3
2012-06-07c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignmentGravatar Cyrill Gorcunov 1-14/+0
2012-06-07c/r: prctl: add ability to get clear_tid_addressGravatar Cyrill Gorcunov 1-0/+13
2012-06-07c/r: prctl: add minimal address test to PR_SET_MMGravatar Cyrill Gorcunov 1-1/+1
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalGravatar Konstantin Khlebnikov 1-12/+19
2012-05-31c/r: prctl: add ability to set new mm_struct::exe_fileGravatar Cyrill Gorcunov 1-0/+56
2012-05-31c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesGravatar Cyrill Gorcunov 1-51/+83
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Gravatar Boaz Harrosh 1-11/+8
2012-05-31sethostname/setdomainname: notify userspace when there is a change in uts_ker...Gravatar Sasikantha babu 1-2/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-92/+174
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Gravatar Eric W. Biederman 1-10/+8
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Gravatar Eric W. Biederman 1-67/+149
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesGravatar Eric W. Biederman 1-17/+9
2012-04-14seccomp: add system call filtering using BPFGravatar Will Drewry 1-1/+1
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsGravatar Andy Lutomirski 1-0/+10
2012-04-07userns: Disassociate user_struct from the user_namespace.Gravatar Eric W. Biederman 1-11/+23
2012-04-07userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hGravatar Eric W. Biederman 1-2/+0
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsGravatar Eric W. Biederman 1-4/+4
2012-04-07userns: Remove unnecessary cast to struct user_struct when copying cred->user.Gravatar Eric W. Biederman 1-2/+2
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallGravatar Daniel Lezcano 1-0/+9
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionGravatar Lennart Poettering 1-0/+8
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionGravatar Cyrill Gorcunov 1-1/+1
2012-01-12c/r: prctl: add PR_SET_MM codes to set up mm_struct entriesGravatar Cyrill Gorcunov 1-0/+121
2011-12-15[S390] cputime: add sparse checking and cleanupGravatar Martin Schwidefsky 1-3/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2011-11-02sysctl: add support for poll()Gravatar Lucas De Marchi 1-0/+2
2011-10-31kernel: fix several implicit usasges of kmod.hGravatar Paul Gortmaker 1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2011-10-17Avoid using variable-length arrays in kernel/sys.cGravatar Linus Torvalds 1-1/+1
2011-09-28connector: add comm change event report to proc connectorGravatar Vladimir Zapolskiy 1-0/+1
2011-08-25Add a personality to report 2.6.x version numbersGravatar Andi Kleen 1-0/+38
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Gravatar Vasiliy Kulikov 1-4/+11