summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2024-03-181-2/+1
|\
| * ipc: remove linebreaks from arguments of __register_sysctl_tableThomas Weißschuh2024-02-231-2/+1
* | sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov2024-02-221-2/+35
|/
* sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-151-1/+3
* ipc: Remove extra bracesAlexey Gladkov2022-05-031-13/+12
* ipc: Check permissions for checkpoint_restart sysctls at open timeAlexey Gladkov2022-05-031-28/+29
* ipc: Remove extra1 field abuse to pass ipc namespaceAlexey Gladkov2022-05-031-17/+7
* ipc: Use the same namespace to modify and validateAlexey Gladkov2022-05-031-1/+1
* ipc: Store ipc sysctls in the ipc namespaceAlexey Gladkov2022-03-081-67/+122
* ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul2021-11-091-13/+0
* ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski2021-11-091-6/+23
* ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser2020-09-051-1/+1
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-5/+5
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-19/+16
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* ipc: do cyclic id allocation for the ipc object.Manfred Spraul2019-05-141-0/+2
* ipc: allow boot time extension of IPCMNI from 32k to 16MWaiman Long2019-05-141-1/+11
* ipc: IPCMNI limit check for semmniWaiman Long2018-10-311-1/+22
* ipc: IPCMNI limit check for msgmni and shmmniWaiman Long2018-10-311-2/+5
* ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-131-76/+17
* ipc: always handle a new value of auto_msgmniAndrey Vagin2014-10-141-2/+1
* ipc: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-7/+7
* ipc: use device_initcallDavidlohr Bueso2014-04-071-1/+1
* ipc: whitespace cleanupManfred Spraul2014-01-271-7/+7
* ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-11-031-8/+12
* ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-041-0/+32
* ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2011-07-261-0/+36
* sysctl ipc: Remove dead binary sysctl support code.Eric W. Biederman2009-11-121-77/+0
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-8/+8
* proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlersSerge E. Hallyn2009-04-021-1/+1
* ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()akpm@linux-foundation.org2009-01-061-23/+23
* sysctl: simplify ->strategyAlexey Dobriyan2008-10-161-5/+4
* ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey2008-07-251-13/+59
* ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey2008-04-291-10/+35
* ipc: do not recompute msgmni anymore if explicitly set by userNadia Derbey2008-04-291-2/+41
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+1
* ipc namespace: remove config ipc ns fixCedric Le Goater2007-10-171-4/+0
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: move SYSV IPC sysctls to their own fileEric W. Biederman2007-02-141-0/+183