summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * LSM: Signal to SafeSetID when setting group IDsThomas Cedeno2020-10-131-5/+5
* | kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang2020-10-161-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot2020-07-191-1/+1
* prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot2020-07-191-4/+7
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-1/+14
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-1/+14
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-9/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\ \
| * | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-1/+1
| |/
* / compat sysinfo(2): don't bother with field-by-field copyoutAl Viro2020-04-251-16/+17
|/
* sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis2020-03-031-0/+2
* prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-281-0/+25
* kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches2019-12-041-1/+3
* y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-13/+3
|\
| * posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-281-9/+0
| * rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner2019-08-281-4/+3
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-14/+2
|\ \
| * | x86/mpx: Remove MPX APIsDave Hansen2019-07-221-14/+2
| |/
* | arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas2019-08-201-0/+4
* | arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas2019-08-061-0/+12
|/
* prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2019-06-011-2/+9
* prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný2019-06-011-26/+25
* kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov2019-05-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-0/+1
|\
| * kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-071-0/+1
* | LSM: add SafeSetID module that gates setid callsMicah Morton2019-01-251-5/+5
|/
* kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer2019-01-141-1/+2