aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
12 dayspowerpc/dexcr: Add DEXCR prctl interfaceGravatar Benjamin Gray 1-0/+16
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archGravatar Zev Weiss 1-2/+5
2024-02-07getrusage: use sig->stats_lock rather than lock_task_sighand()Gravatar Oleg Nesterov 1-3/+13
2024-02-07getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Gravatar Oleg Nesterov 1-15/+19
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscGravatar Helge Deller 1-0/+4
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-21/+20
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlGravatar Florent Revest 1-6/+26
2023-10-04getrusage: use __for_each_thread()Gravatar Oleg Nesterov 1-3/+1
2023-10-04getrusage: add the "signal_struct *sig" local variableGravatar Oleg Nesterov 1-18/+19
2023-07-17prctl: move PR_GET_AUXV out of PR_MCE_KILLGravatar Miguel Ojeda 1-5/+5
2023-06-08riscv: Add prctl controls for userspace vector managementGravatar Andy Chiu 1-0/+12
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0Gravatar David Hildenbrand 1-9/+3
2023-04-21mm: add new api to enable ksm per processGravatar Stefan Roesch 1-0/+27
2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceGravatar Josh Triplett 1-0/+15
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Gravatar Ondrej Mosnacek 1-29/+40
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+33
2023-02-02mm: implement memory-deny-write-execute as a prctlGravatar Joey Gouly 1-0/+33
2023-01-21prlimit: do_prlimit needs to have a speculation checkGravatar Greg Kroah-Hartman 1-0/+2
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+1
2022-09-29utsname: contribute changes to RNGGravatar Jason A. Donenfeld 1-0/+3
2022-05-18ucounts: Split rlimit and ucount values and max valuesGravatar Alexey Gladkov 1-1/+1
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