aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-22arm64/sme: Implement vector length configuration prctl()sGravatar Mark Brown 1-0/+12
2022-03-08prlimit: do not grab the tasklist_lockGravatar Barret Rhoden 1-11/+14
2022-03-08prlimit: make do_prlimit() staticGravatar Barret Rhoden 1-57/+59
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeGravatar Suren Baghdasaryan 1-7/+12
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userGravatar Eric W. Biederman 1-5/+14
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Gravatar Eric W. Biederman 1-2/+1
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+8
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Gravatar Davidlohr Bueso 1-8/+8
2022-01-15mm: add a field to store names for private anonymous memoryGravatar Colin Cross 1-0/+63
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+0
2021-09-08prctl: allow to setup brk for et_dyn executablesGravatar Cyrill Gorcunov 1-7/+0
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxGravatar Linus Torvalds 1-32/+1
2021-09-03kernel/fork: factor out replacing the current MM exe_fileGravatar David Hildenbrand 1-32/+1
2021-08-12set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsGravatar Ran Xiaokai 1-1/+2
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+13
2021-05-12sched: prctl() core-scheduling interfaceGravatar Chris Hyser 1-0/+5
2021-05-07kernel/sys.c: fix typoGravatar Xiaofeng Cao 1-7/+7
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsGravatar Alexey Gladkov 1-1/+1
2021-04-30Add a reference to ucounts for each credGravatar Alexey Gladkov 1-0/+12
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Gravatar Peter Collingbourne 1-0/+16
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