aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2023-07-17prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand
2023-04-21mm: add new api to enable ksm per processStefan Roesch
2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett
2023-04-18kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds
2022-09-29utsname: contribute changes to RNGJason A. Donenfeld
2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown
2022-03-08prlimit: do not grab the tasklist_lockBarret Rhoden
2022-03-08prlimit: make do_prlimit() staticBarret Rhoden
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand
2021-08-12set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsRan Xiaokai
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser
2021-05-07kernel/sys.c: fix typoXiaofeng Cao
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov
2021-04-30Add a reference to ucounts for each credAlexey Gladkov
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin
2021-01-29fs: Remove dcookies supportViresh Kumar
2021-01-24fs: add file and path permissions helpersChristian Brauner
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang
2020-10-13LSM: Signal to SafeSetID when setting group IDsThomas Cedeno
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot
2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse