aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakGravatar Alexey Dobriyan 1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-16kbuild: simplify access to the kernel's versionGravatar Sasha Levin 1-1/+1
2021-01-29fs: Remove dcookies supportGravatar Viresh Kumar 1-1/+0
2021-01-24fs: add file and path permissions helpersGravatar Christian Brauner 1-1/+1
2020-12-02kernel: Implement selective syscall userspace redirectionGravatar Gabriel Krisman Bertazi 1-0/+5
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Gravatar Rasmus Villemoes 1-3/+3
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxGravatar Linus Torvalds 1-5/+5
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Gravatar Liao Pingfang 1-1/+1
2020-10-13LSM: Signal to SafeSetID when setting group IDsGravatar Thomas Cedeno 1-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMGravatar Nicolas Viennot 1-1/+1
2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeGravatar Nicolas Viennot 1-4/+7
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Gravatar Linus Torvalds 1-1/+14
2020-06-14security: Add LSM hooks to set*gid syscallsGravatar Thomas Cedeno 1-1/+14
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-9/+9
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLEGravatar NeilBrown 1-1/+1
2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutGravatar Al Viro 1-16/+17
2020-03-03sys/sysinfo: Respect boottime inside time namespaceGravatar Cyril Hrubis 1-0/+2
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