aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
AgeCommit message (Expand)Author
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
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutAl Viro
2020-03-03sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie
2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-08-28posix-cpu-timers: Get rid of zero checksThomas Gleixner
2019-08-28rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner
2019-08-20arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-07-22x86/mpx: Remove MPX APIsDave Hansen
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07kernel/sys: annotate implicit fall throughMathieu Malaterre
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-06-19sysinfo: Remove get_monotonic_boottime()Arnd Bergmann
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
2018-05-03nospec: Allow getting/setting on non-current taskKees Cook
2018-05-03prctl: Add speculation control prctlsThomas Gleixner
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski
2018-04-02kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cDominik Brodowski
2018-04-02kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Dominik Brodowski
2017-12-14fix typo in assignment of fs default overflow gidWolffhardt Schwabe
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-20prctl: Allow local CAP_SYS_ADMIN changing exe_fileKirill Tkhai
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-09getrlimit()/setrlimit(): move compat to nativeAl Viro
2017-06-09times(2): move compat to nativeAl Viro