aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimGravatar Mike Christie 1-0/+25
2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userGravatar Joe Perches 1-1/+3
2019-11-15y2038: rusage: use __kernel_old_timevalGravatar Arnd Bergmann 1-2/+2
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+3
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-14/+2
2019-08-28posix-cpu-timers: Get rid of zero checksGravatar Thomas Gleixner 1-9/+0
2019-08-28rlimit: Rewrite non-sensical RLIMIT_CPU commentGravatar Thomas Gleixner 1-4/+3
2019-08-20arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsGravatar Catalin Marinas 1-0/+4
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABIGravatar Catalin Marinas 1-0/+12
2019-07-22x86/mpx: Remove MPX APIsGravatar Dave Hansen 1-14/+2
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockGravatar Michal Koutný 1-2/+9
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapGravatar Michal Koutný 1-26/+25
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Gravatar Cyrill Gorcunov 1-1/+1
2019-03-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2019-03-07kernel/sys: annotate implicit fall throughGravatar Mathieu Malaterre 1-0/+1
2019-01-25LSM: add SafeSetID module that gates setid callsGravatar Micah Morton 1-5/+5
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreGravatar Jonathan Neuschäfer 1-1/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-13arm64: add prctl control for resetting ptrauth keysGravatar Kristina Martsenko 1-0/+8
2018-09-20kernel/sys.c: remove duplicated includeGravatar YueHaibing 1-3/+0
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-50/+45
2018-08-11sys: don't hold uts_sem while accessing userspace memoryGravatar Jann Horn 1-50/+45
2018-06-19sysinfo: Remove get_monotonic_boottime()Gravatar Arnd Bergmann 1-2/+2
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structGravatar Yang Shi 1-2/+8
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGravatar Gustavo A. R. Silva 1-0/+5
2018-05-03nospec: Allow getting/setting on non-current taskGravatar Kees Cook 1-4/+5
2018-05-03prctl: Add speculation control prctlsGravatar Thomas Gleixner 1-0/+22
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Gravatar Dominik Brodowski 1-1/+6
2018-04-02kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cGravatar Dominik Brodowski 1-8/+50
2018-04-02kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Gravatar Dominik Brodowski 1-2/+7
2017-12-14fix typo in assignment of fs default overflow gidGravatar Wolffhardt Schwabe 1-1/+1
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+12
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementGravatar Dave Martin 1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-20prctl: Allow local CAP_SYS_ADMIN changing exe_fileGravatar Kirill Tkhai 1-6/+2
2017-07-12fix a braino in compat_sys_getrlimit()Gravatar Al Viro 1-1/+1
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeGravatar Michal Hocko 1-3/+3
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+99
2017-06-09getrlimit()/setrlimit(): move compat to nativeGravatar Al Viro 1-0/+48
2017-06-09times(2): move compat to nativeGravatar Al Viro 1-1/+27
2017-05-27take compat_sys_old_getrlimit() to native syscallGravatar Al Viro 1-0/+24
2017-05-21wait4(2)/waitid(2): separate copying rusage to userlandGravatar Al Viro 1-10/+6
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+1
2017-04-21rlimit: Properly call security_task_setrlimitGravatar Eric W. Biederman 1-2/+1
2017-03-06prlimit,security,selinux: add a security hook for prlimitGravatar Stephen Smalley 1-12/+18
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1