summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-05-23prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-01-20prctl: take mmap sem for writing to protect against othersMateusz Guzik
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-06-25prctl: more prctl(PR_SET_MM_*) checksAlexey Dobriyan
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
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