summaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09kernel/sys.c: compat sysinfo syscall: fix undefined behaviorScotty Bauer
2014-10-09kernel/sys.c: whitespace fixesvishnu.ps
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-09prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov
2014-10-09prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton
2014-02-22sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov
2014-01-23exec: kill task_struct->did_execOleg Nesterov
2013-11-13kernel/sys.c: remove obsolete #include <linux/kexec.h>Geert Uytterhoeven
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