aboutsummaryrefslogtreecommitdiff
path: root/ipc/ipc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03ipc: Remove extra bracesGravatar Alexey Gladkov 1-13/+12
2022-05-03ipc: Check permissions for checkpoint_restart sysctls at open timeGravatar Alexey Gladkov 1-28/+29
2022-05-03ipc: Remove extra1 field abuse to pass ipc namespaceGravatar Alexey Gladkov 1-17/+7
2022-05-03ipc: Use the same namespace to modify and validateGravatar Alexey Gladkov 1-1/+1
2022-03-08ipc: Store ipc sysctls in the ipc namespaceGravatar Alexey Gladkov 1-67/+122
2021-11-09ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLGravatar Manfred Spraul 1-13/+0
2021-11-09ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesGravatar Michal Clapinski 1-6/+23
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeGravatar Tobias Klauser 1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-5/+5
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-19/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2019-05-14ipc: do cyclic id allocation for the ipc object.Gravatar Manfred Spraul 1-0/+2
2019-05-14ipc: allow boot time extension of IPCMNI from 32k to 16MGravatar Waiman Long 1-1/+11
2018-10-31ipc: IPCMNI limit check for semmniGravatar Waiman Long 1-1/+22
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniGravatar Waiman Long 1-2/+5
2014-12-13ipc/msg: increase MSGMNI, remove scalingGravatar Manfred Spraul 1-76/+17
2014-10-14ipc: always handle a new value of auto_msgmniGravatar Andrey Vagin 1-2/+1
2014-06-06ipc: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-7/+7
2014-04-07ipc: use device_initcallGravatar Davidlohr Bueso 1-1/+1
2014-01-27ipc: whitespace cleanupGravatar Manfred Spraul 1-7/+7
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Gravatar Mathias Krause 1-8/+12
2013-01-04ipc: add sysctl to specify desired next object idGravatar Stanislav Kinsbursky 1-0/+32
2011-07-26ipc: introduce shm_rmid_forced sysctlGravatar Vasiliy Kulikov 1-0/+36
2009-11-12sysctl ipc: Remove dead binary sysctl support code.Gravatar Eric W. Biederman 1-77/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-8/+8
2009-04-02proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersGravatar Serge E. Hallyn 1-1/+1
2009-01-06ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()Gravatar akpm@linux-foundation.org 1-23/+23
2008-10-16sysctl: simplify ->strategyGravatar Alexey Dobriyan 1-5/+4
2008-07-25ipc: do not use a negative value to re-enable msgmni automatic recomputingGravatar Nadia Derbey 1-13/+59
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeGravatar Nadia Derbey 1-10/+35
2008-04-29ipc: do not recompute msgmni anymore if explicitly set by userGravatar Nadia Derbey 1-2/+41
2008-02-08namespaces: move the IPC namespace under IPC_NS optionGravatar Pavel Emelyanov 1-0/+1
2007-10-17ipc namespace: remove config ipc ns fixGravatar Cedric Le Goater 1-4/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlGravatar Eric W. Biederman 1-1/+1
2007-02-14[PATCH] sysctl: move SYSV IPC sysctls to their own fileGravatar Eric W. Biederman 1-0/+183