summaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-20prctl: Allow local CAP_SYS_ADMIN changing exe_fileKirill Tkhai
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-09getrlimit()/setrlimit(): move compat to nativeAl Viro
2017-06-09times(2): move compat to nativeAl Viro
2017-05-27take compat_sys_old_getrlimit() to native syscallAl Viro
2017-05-21wait4(2)/waitid(2): separate copying rusage to userlandAl Viro
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-04-21rlimit: Properly call security_task_setrlimitEric W. Biederman
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-03prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
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