summaryrefslogtreecommitdiff
path: root/include/linux/ipc_namespace.h
AgeCommit message (Expand)Author
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn
2020-08-19ipc: Use generic ns_common::countKirill Tkhai
2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso
2018-06-22rhashtable: split rhashtable.hNeilBrown
2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul
2014-12-04common object embedded into various struct ....nsAl Viro
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt
2013-01-04ipc: add sysctl to specify desired next object idStanislav Kinsbursky
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro
2012-05-31mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan
2009-12-16ipc: HARD_MSGMAX should be higher not lower on 64bitAmerigo Wang
2009-06-18ipcns: move free_ipcs() protoAlexey Dobriyan
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn
2008-07-25ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov