aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov
2013-07-03kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov
2013-07-03kernel/sys.c: sys_reboot(): fix malformed panic messageliguang
2013-06-12reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell
2013-04-08PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-03-22poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov
2013-03-03switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-27usermodehelper: cleanup/fix __orderly_poweroff() && argv_free()Oleg Nesterov
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21sys_prctl(): coding-style cleanupAndrew Morton
2013-02-21sys_prctl(): arg2 is unsigned long which is never < 0Chen Gang
2012-12-26userns: Allow unprivileged rebootLi Zefan
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
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