index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipc
/
ipc_sysctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
ipc: only destroy orphaned shm segments on sysctl write
Jianlin Shi
1
-1
/
+1
2026-01-31
ipc: don't audit capability check in ipc_permissions()
Ondrej Mosnacek
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-05-19
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+0
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+2
2024-04-25
ipc: remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
sysctl: treewide: constify argument ctl_table_root::permissions(table)
Thomas Weißschuh
1
-1
/
+1
2024-04-24
sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
Thomas Weißschuh
1
-2
/
+1
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-03-18
Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
1
-2
/
+1
2024-02-23
ipc: remove linebreaks from arguments of __register_sysctl_table
Thomas Weißschuh
1
-2
/
+1
2024-02-22
sysctl: allow change system v ipc sysctls inside ipc namespace
Alexey Gladkov
1
-2
/
+35
2023-08-15
sysctl: Add a size arg to __register_sysctl_table
Joel Granados
1
-1
/
+3
2022-05-03
ipc: Remove extra braces
Alexey Gladkov
1
-13
/
+12
2022-05-03
ipc: Check permissions for checkpoint_restart sysctls at open time
Alexey Gladkov
1
-28
/
+29
2022-05-03
ipc: Remove extra1 field abuse to pass ipc namespace
Alexey Gladkov
1
-17
/
+7
2022-05-03
ipc: Use the same namespace to modify and validate
Alexey Gladkov
1
-1
/
+1
2022-03-08
ipc: Store ipc sysctls in the ipc namespace
Alexey Gladkov
1
-67
/
+122
2021-11-09
ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL
Manfred Spraul
1
-13
/
+0
2021-11-09
ipc: check checkpoint_restore_ns_capable() to modify C/R proc files
Michal Clapinski
1
-6
/
+23
2020-09-05
ipc: adjust proc_ipc_sem_dointvec definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-5
/
+5
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
1
-19
/
+16
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-05-14
ipc: do cyclic id allocation for the ipc object.
Manfred Spraul
1
-0
/
+2
2019-05-14
ipc: allow boot time extension of IPCMNI from 32k to 16M
Waiman Long
1
-1
/
+11
2018-10-31
ipc: IPCMNI limit check for semmni
Waiman Long
1
-1
/
+22
2018-10-31
ipc: IPCMNI limit check for msgmni and shmmni
Waiman Long
1
-2
/
+5
2014-12-13
ipc/msg: increase MSGMNI, remove scaling
Manfred Spraul
1
-76
/
+17
2014-10-14
ipc: always handle a new value of auto_msgmni
Andrey Vagin
1
-2
/
+1
2014-06-06
ipc: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-7
/
+7
2014-04-07
ipc: use device_initcall
Davidlohr Bueso
1
-1
/
+1
2014-01-27
ipc: whitespace cleanup
Manfred Spraul
1
-7
/
+7
2013-11-03
ipc, msg: forbid negative values for "msg{max,mnb,mni}"
Mathias Krause
1
-8
/
+12
2013-01-04
ipc: add sysctl to specify desired next object id
Stanislav Kinsbursky
1
-0
/
+32
2011-07-26
ipc: introduce shm_rmid_forced sysctl
Vasiliy Kulikov
1
-0
/
+36
2009-11-12
sysctl ipc: Remove dead binary sysctl support code.
Eric W. Biederman
1
-77
/
+0
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
1
-8
/
+8
2009-04-02
proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers
Serge E. Hallyn
1
-1
/
+1
2009-01-06
ipc/ipc_sysctl.c: move the definition of ipc_auto_callback()
akpm@linux-foundation.org
1
-23
/
+23
2008-10-16
sysctl: simplify ->strategy
Alexey Dobriyan
1
-5
/
+4
2008-07-25
ipc: do not use a negative value to re-enable msgmni automatic recomputing
Nadia Derbey
1
-13
/
+59
2008-04-29
ipc: re-enable msgmni automatic recomputing msgmni if set to negative
Nadia Derbey
1
-10
/
+35
2008-04-29
ipc: do not recompute msgmni anymore if explicitly set by user
Nadia Derbey
1
-2
/
+41
2008-02-08
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov
1
-0
/
+1
2007-10-17
ipc namespace: remove config ipc ns fix
Cedric Le Goater
1
-4
/
+0
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: move SYSV IPC sysctls to their own file
Eric W. Biederman
1
-0
/
+183