summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
...
| * LSM: Signal to SafeSetID when setting group IDsThomas Cedeno2020-10-131-5/+5
* | kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang2020-10-161-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot2020-07-191-1/+1
* prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot2020-07-191-4/+7
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-1/+14
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-1/+14
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-9/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\ \
| * | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-1/+1
| |/
* / compat sysinfo(2): don't bother with field-by-field copyoutAl Viro2020-04-251-16/+17
|/
* sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis2020-03-031-0/+2
* prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-281-0/+25
* kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches2019-12-041-1/+3
* y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-13/+3
|\
| * posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-281-9/+0
| * rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner2019-08-281-4/+3
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-14/+2
|\ \
| * | x86/mpx: Remove MPX APIsDave Hansen2019-07-221-14/+2
| |/
* | arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas2019-08-201-0/+4
* | arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas2019-08-061-0/+12
|/
* prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2019-06-011-2/+9
* prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný2019-06-011-26/+25
* kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov2019-05-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-0/+1
|\
| * kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-071-0/+1
* | LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-251-5/+5
|/
* kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer2019-01-141-1/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-131-0/+8
* kernel/sys.c: remove duplicated includeYueHaibing2018-09-201-3/+0
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-50/+45
|\
| * sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-111-50/+45
* | sysinfo: Remove get_monotonic_boottime()Arnd Bergmann2018-06-191-2/+2
|/
* mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-2/+8
* kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-251-0/+5
* nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-4/+5
* prctl: Add speculation control prctlsThomas Gleixner2018-05-031-0/+22
* kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-1/+6
* kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cDominik Brodowski2018-04-021-8/+50
* kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Dominik Brodowski2018-04-021-2/+7
* fix typo in assignment of fs default overflow gidWolffhardt Schwabe2017-12-141-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+12
|\
| * arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-031-0/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* prctl: Allow local CAP_SYS_ADMIN changing exe_fileKirill Tkhai2017-07-201-6/+2
* fix a braino in compat_sys_getrlimit()Al Viro2017-07-121-1/+1
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-101-3/+3