summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman1-0/+2
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+1
2022-09-29utsname: contribute changes to RNGJason A. Donenfeld1-0/+3
2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov1-1/+1
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-0/+12
2022-03-08prlimit: do not grab the tasklist_lockBarret Rhoden1-11/+14
2022-03-08prlimit: make do_prlimit() staticBarret Rhoden1-57/+59
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-7/+12
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman1-5/+14
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman1-2/+1
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+8
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso1-8/+8
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-0/+63
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2021-09-08prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov1-7/+0
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-32/+1
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand1-32/+1
2021-08-12set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsRan Xiaokai1-1/+2
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+13
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser1-0/+5
2021-05-07kernel/sys.c: fix typoXiaofeng Cao1-7/+7
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-1/+1
2021-04-30Add a reference to ucounts for each credAlexey Gladkov1-0/+12
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-0/+16
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-1/+1
2021-01-29fs: Remove dcookies supportViresh Kumar1-1/+0
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi1-0/+5
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds1-5/+5
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang1-1/+1
2020-10-13LSM: Signal to SafeSetID when setting group IDsThomas Cedeno1-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot1-1/+1
2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot1-4/+7
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds1-1/+14
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno1-1/+14
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-9/+9
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+1
2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutAl Viro1-16/+17
2020-03-03sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis1-0/+2
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie1-0/+25
2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches1-1/+3
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-2/+2