summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
* prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-03-261-2/+5
* getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-02-071-3/+13
* getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov2024-02-071-15/+19
* prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-11-181-0/+4
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-21/+20
|\
| * getrusage: use __for_each_thread()Oleg Nesterov2023-10-041-3/+1
| * getrusage: add the "signal_struct *sig" local variableOleg Nesterov2023-10-041-18/+19
* | mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-061-6/+26
|/
* prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda2023-07-171-5/+5
* riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-081-0/+12
* mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand2023-05-021-9/+3
* mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+27
* prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett2023-04-181-0/+15
* kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek2023-04-181-29/+40
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-0/+33
|\
| * mm: implement memory-deny-write-execute as a prctlJoey Gouly2023-02-021-0/+33
* | prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-211-0/+2
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-101-0/+3
|\
| * utsname: contribute changes to RNGJason A. Donenfeld2022-09-291-0/+3
* | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-1/+1
|\ \ | |/ |/|
| * ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-1/+1
* | arm64/sme: Implement vector length configuration prctl()sMark Brown2022-04-221-0/+12
|/
* prlimit: do not grab the tasklist_lockBarret Rhoden2022-03-081-11/+14
* prlimit: make do_prlimit() staticBarret Rhoden2022-03-081-57/+59
* mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-7/+12
* ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman2022-02-171-5/+14
* rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman2022-02-171-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-8/+8
|\
| * kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso2022-01-201-8/+8
* | mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-0/+63
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-7/+0
|\
| * prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov2021-09-081-7/+0
* | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-32/+1
|\ \
| * | kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand2021-09-031-32/+1
| |/
* / set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsRan Xiaokai2021-08-121-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-1/+13
|\
| * Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-1/+1
| * Add a reference to ucounts for each credAlexey Gladkov2021-04-301-0/+12
* | sched: prctl() core-scheduling interfaceChris Hyser2021-05-121-0/+5
* | kernel/sys.c: fix typoXiaofeng Cao2021-05-071-7/+7
* | arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-0/+16
|/
* prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan2021-03-141-1/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+1
|\
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-1/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\ \
| * | fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
| |/
* / fs: Remove dcookies supportViresh Kumar2021-01-291-1/+0
|/
* kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+5
* kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds2020-10-251-5/+5
|\